Installing Plugin
=================
Simply untar the file in the plugins directory, and make sure it is
in its own directory, and that the name of the directory is the name
of the plugin.

  $ cd plugins
  $ tar -zxvf /home/archives/qmailadmin_login-1.1-1.4.0.tar.gz

Then go to your config directory and run conf.pl.  Choose option
8 and add the plugin.  Save and exit, then that should be all
if the plugin was made correctly.  :)

  $ cd ../config
  $ ./conf.pl

Configuration is stored in config/qmailadmin_login_config.php
or plugins/qmailadmin_login/config.php files. Configuration options 
can be found in plugins/qmailadmin_login/config_default.php. By default
plugin expects to find qmailadmin cgi at /cgi-bin/qmailadmin.

If both configuration files are present, plugin uses the one in
config/ directory. If configuration files are not present, plugin
uses default configuration.

Plugin translations use qmailadmin_login domain.
qmailadmin_login.po and qmailadmin_login.mo files should be
stored in same directory that stores squirrelmail.po and
squirrelmail.mo files. Translations are maintained by SquirrelMail
Internationalization Team and are distributed in SquirrelMail locale
packages.