SF.net SVN: postfixadmin:[535] trunk/VIRTUAL_VACATION
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2009-01-20 13:22:16
|
Revision: 535 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=535&view=rev Author: GingerDog Date: 2009-01-20 12:00:46 +0000 (Tue, 20 Jan 2009) Log Message: ----------- update docs a litt;e add revision to .pl file Modified Paths: -------------- trunk/VIRTUAL_VACATION/INSTALL.TXT trunk/VIRTUAL_VACATION/vacation.pl Property Changed: ---------------- trunk/VIRTUAL_VACATION/vacation.pl Modified: trunk/VIRTUAL_VACATION/INSTALL.TXT =================================================================== --- trunk/VIRTUAL_VACATION/INSTALL.TXT 2009-01-20 11:56:15 UTC (rev 534) +++ trunk/VIRTUAL_VACATION/INSTALL.TXT 2009-01-20 12:00:46 UTC (rev 535) @@ -101,22 +101,23 @@ ------------------- The database table should have already been created for you, by running -the 'upgrade.php' script. +the 'upgrade.php' script when installing Postfixadmin. If security is an issue for you, read ../DOCUMENTS/Security.txt -6. Edit filter.pl +6. Edit vacation.pl ----------------- -The perl filter.pl script needs minor modification to know which database +The perl vacation.pl script needs minor modification to know which database you are using, and also how to connect to the database. Namely : Change any variables starting with '$db_' and '$db_type' to either 'mysql' or 'pgsql'. +Change the $vacation_domain variable to match what you entered in your /etc/postfix/transport +file. - What do these files do? ----------------------- When a user enables a vacation message on their account, the alias Modified: trunk/VIRTUAL_VACATION/vacation.pl =================================================================== --- trunk/VIRTUAL_VACATION/vacation.pl 2009-01-20 11:56:15 UTC (rev 534) +++ trunk/VIRTUAL_VACATION/vacation.pl 2009-01-20 12:00:46 UTC (rev 535) @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # # Virtual Vacation 4.0 +# $Revision$ # Originally by Mischa Peters <mischa at high5 dot net> # # Copyright (c) 2002 - 2005 High5! Property changes on: trunk/VIRTUAL_VACATION/vacation.pl ___________________________________________________________________ Modified: svn:keywords - Id Rev + Revision This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |