Vacation plugin v0.11
-----------------------------------

This plugin allows UNIX users to set an auto-reply message to incoming email. Most commenly used to notify the sender of one's absence. This plugin specifically uses the Vacation program.

This version uses a local SUID program to copy the files.  Since it does,
it only works on a local system.  This has been developed and tested on 
RedHat Linux 7.1 with a standard Apache configuration.  I wrote it because
I was unhappy with the need to recompile Apache just to use this plugin.

This plugin is completely based on the vacation plugin written by:
	Ronald Luten <r.luten@oad.nl>

In turn, the vacation this plugin is completely based on the Mail Configuration Plugin written by Chris Wakelin <c.d.wakelin@rdg.ac.uk>. I modified his plugin for my own use. And since I thought more people might find this plugin handy, I'm contributing back.

In turn, the Mail Configuration Plugin is based losely on the "Forward File Editor" add-on for TWIG (see
http://twig.screwdriver.net/addons.php3) by "monica-k@usa.net".

It is released under the GPL (see ../../COPYING).

Requirements
------------
* The configuration files need to reside in the top level of the
  users' home directories.
* The Vacation program needs to be installed. For most sendmail configurations
  it also means you need to put a symbolic link in /etc/smrsh to the vacation
  program. The RPM for RedHat can be found here:
  ftp://ftp.redhat.com/pub/contrib/libc6/i386/vacation-1.2.2-2.i386.rpm

You should edit (at least) the config.php file to reflect the settings at your
site. All the text can be edited there.

Bugs
----
* Language support doesn't seem to kick in the first time you enter the 
  vac_init.php page. I have no idea why.

Version
-------
0.11
Function sqStripSlashes was removed from Squirrelmail. So I inserted it into the plugin itself.

0.13
Fixed problem with program not setting the owner/group/permissions properly.

0.14
Fixed bug in ftpfile program which would fail when an absolute path
was specified for the data directory

0.15
Updated plugin for 1.43a
Updated email address


Author 
------
Jonathan Bayer <jbayer@bayerfamily.net>
Comments welcome!
