Installing Change_QLDForward
======================

1) Start with untaring the file into the plugins directory.
   Here is a example for the 1.00-1.2.0 version of the 
   change_qldforward plugin.

  $ cd plugins
  $ tar -zxvf change_qldforward-1.00-1.2.0.tar.gz

2) Change into the change_qldforward directory, copy config.php.sample
   to config.php.  Edit the config.php, making adjustments as you 
   deem necessary.  Note: Double slash style comments are optional 
   attributes that you may wish to uncomment.

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

3) 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.  Save and exit.

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

  Or if you prefer, manually add change_qldforward to the $plugins
  array in ../../config/conf.php.

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

**NOTE:  Plugin assumes that you have some flavor of qmail-ldap.
	 It may be possible to make this work w/ other ldap
	 backends, but it hasn't been tried.
