doc update prior to merge of vacation perl scripts

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@51 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 19 years ago
parent 02ee6675ae
commit 214676b929

@ -34,11 +34,9 @@
# Check for headers that start with blank lines (patch from forum)
#
# Requirements:
# You need to have the DBD::Pg perl-module installed.
# You need to have the DBD::Pg or DBD::MySQL perl-module installed.
# You need to have the Mail::Sendmail module installed.
#
# On Fedora Core Linux, e.g., this entails installing the
# libdbi-dbd-pgsql and perl-DBD-Pg-1.22-1 packages.
# You need to have the Email::Valid module installed.
#
# On Debian based systems :
# libmail-sendmail-perl libdbd-pg-perl libemail-valid-perl libmime-perl
@ -66,8 +64,9 @@ my $db_host; # leave alone
# IMPORTANT: If you put passwords into this script, then remember
# to restrict access to the script, so that only the vacation user
# kan read it.
# can read it.
# db_type - either 'Pg' or 'mysql'
my $db_type = 'Pg';
# $db_host = 'localhost'; # Uncomment (and adjust, if needed) your DB
# host-name here, if you want to connect via

Loading…
Cancel
Save