Installing the multilogin Plugin
=================================

1) Start with untaring the file into the plugins directory.
Here is a example for the 1.0 version of the multilogin plugin.

  $ cd plugins
  $ tar -zxvf multilogin-1.0-1.2.9.tar.gz

2) Change into the multilogin directory, copy config.php.sample
   to config.php and edit config.php, making adjustments as you deem
   necessary.  For more detailed explanations about each of these
   parameters, consult the README file.

  $ cd multilogin
  $ cp config.php.sample config.php
  $ vi config.php

3) Patch your SquirrelMail source code - a new plugin hook
   is necessary for this plugin, and it can easily be added
   to most SquirrelMail versions (if you have a version that
   the patch doesn't work on, send an email and we can get 
   this working for you).

  $ cd ../../
  $ patch -p0 < plugins/multilogin/patches/multilogin-squirrelmail.diff

   If the output of this command indicates any FAILUREs, you
   probably have some non-standard/modified source code; we
   can work together to get your version patched - just send
   an email.

   Note for Windows users: you can get native patch functionality
   by installing this very useful package:   
   http://unxutils.sourceforge.net/

4) Then go to your config directory and run conf.pl.  Choose
   option 8 and move the plugin from the "Available Plugins"
   category to the "Installed Plugins" category (unless you 
   are only installing Multilogin for use with Vlogin).  Save 
   and exit.

  $ cd config/
  $ ./conf.pl

5) Also, please verify that you have the "compatibility" plugin
   installed.

