Installing Plugins
==================
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.  Example below uses "plug_demo" as the name of the 
plugin:

1)  Start with untaring the file into the plugins derictory.
Here is a example:

  $ cd plugins
  $ tar -zxvf /usr/archives/vacation.tar.gz

2) Then go to the fetchmail-directory and edit the config.mk file.

  $ cd vacation/ftpfile

3) Build the file using make:

  $ make

4) If it compiles properly, install it:

  $ make install

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
