Installing The Cpanel Vacation Plugin
=====================================

1) Untar the file into your Squirrelmail's plugins directory.
   Here is a example for the 0.2 version of the plugin.

  $ tar -zxvf cpanel_vacation-0.2-1.4.4.tar.gz


2) Change into the cpanel_vacation directory, copy 
   config.php.sample to config.php and edit config.php, 
   setting up username and password and 
   other adjustments as you deem necessary.

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


3) Then go to your Squirrelmail's 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



Upgrading The Cpanel Vacation Plugin
====================================

1) Start with untaring the file into the plugins directory.
   Here is a example for the 0.2 version of the shared
   calendar plugin.

  $ cd plugins
  $ tar -zxvf cpanel_vacation-0.2-1.4.4.tar.gz


2) Change into the cpanel_vacation directory, check your config.php
   file against the new version, to see if there are any new
   settings that you must add to your config.php file.

  $ cd cpanel_vacation
  $ diff -Nau config.php config.php.sample

   Or simply replace your config.php file with the provided sample
   and reconfigure the plugin from scratch (see step 2 under the
   installation procedure above).

