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. For example:

  $ cd /var/www/squirrelmail/plugins
  $ tar -zxvf /home/archives/ldapquery-2.0-1.4.0.tar.gz

Then go to SquirrelMail config directory and run conf.pl.  Choose option
8 and add the plugin.

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

Save configuration changes and exit.

LDAP Query plugin's configuration file can be stored in
config/ldapquery_config.php or plugins/ldapquery/config.php. See 
possible configuration options in plugins/ldapquery/config_default.php 
and README files. If both configuration files are present, plugin prefers 
file in config/ directory. If configuration files are not present, plugin 
uses default configuration.

Plugin translations use ldapquery domain. ldapquery.po and ldapquery.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.
