Installing the postfixadmin Plugin
======================================

1) Start with untaring the file into the plugins directory.
Here is a example for the 0.1-1.4 version of the postfixadmin
plugin.

  $ cd plugins
  $ tar -zxvf postfixadmin-0.1-1.4.tar.gz

2) Change into the postfixadmin directory, copy config.php.sample
   to config.php and edit config.php, making adjustments as you deem
   necessary.

  $ cd postfixadmin
  $ 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
