SF.net SVN: postfixadmin:[441] trunk/VIRTUAL_VACATION/vacation.pl
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2008-08-05 20:57:37
|
Revision: 441 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=441&view=rev Author: GingerDog Date: 2008-08-05 20:57:45 +0000 (Tue, 05 Aug 2008) Log Message: ----------- vacation.pl: remove my super secret connection details Modified Paths: -------------- trunk/VIRTUAL_VACATION/vacation.pl Modified: trunk/VIRTUAL_VACATION/vacation.pl =================================================================== --- trunk/VIRTUAL_VACATION/vacation.pl 2008-08-05 20:54:47 UTC (rev 440) +++ trunk/VIRTUAL_VACATION/vacation.pl 2008-08-05 20:57:45 UTC (rev 441) @@ -99,13 +99,14 @@ my $db_host = ''; # connection details -my $db_username = 'dg'; -my $db_password = 'gingerdog'; +my $db_username = 'your_username'; +my $db_password = 'your_password'; my $db_name = 'postfix'; # smtp server used to send vacation e-mails -my $smtp_server = '192.168.1.4'; +my $smtp_server = 'localhost'; +# Set to 1 to enable logging to syslog. my $syslog = 0; # path to logfile, when empty logging is supressed This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |