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) Go into the multilogin directory

  $ cd multilogin

3) 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
   "Configuration" section in the README file.

  $ cp config.php.sample config.php
  $ vi config.php

4) Patch your SquirrelMail source code - some new plugin hooks
   are necessary for this plugin, and they can be easily added
   to SquirrelMail versions 1.2.9, 1.2.10, 1.2.11 and 1.4.0 (if 
   you have an older version, send an email and we can get this 
   working for you).

  $ cd ../../
  $ patch -p0 -l < plugins/multilogin/session_recall/squirrelmail-1.2.11-session_recall.diff

   Note that if you have version 1.2.9, 1.2.10 or 1.4.0, change that 
   last command to use the correct .diff file.

   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.

6) Then go to your config directory and run conf.pl.  Choose 
   option 8 and add the multilogin plugin.  Save and exit.

  $ cd config/
  $ ./conf.pl

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

