update docs a litt;e add revision to .pl file

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@535 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 17 years ago
parent 6589f8bc22
commit 2d34a4ca70

@ -101,21 +101,22 @@ Execute "postfix reload" to complete the change.
-------------------
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?
-----------------------

@ -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!

Loading…
Cancel
Save