SF.net SVN: postfixadmin: [332] trunk/VIRTUAL_VACATION/INSTALL.TXT
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2008-04-17 13:35:14
|
Revision: 332 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=332&view=rev Author: GingerDog Date: 2008-04-17 06:34:14 -0700 (Thu, 17 Apr 2008) Log Message: ----------- doc fix Modified Paths: -------------- trunk/VIRTUAL_VACATION/INSTALL.TXT Modified: trunk/VIRTUAL_VACATION/INSTALL.TXT =================================================================== --- trunk/VIRTUAL_VACATION/INSTALL.TXT 2008-04-11 22:58:55 UTC (rev 331) +++ trunk/VIRTUAL_VACATION/INSTALL.TXT 2008-04-17 13:34:14 UTC (rev 332) @@ -90,6 +90,8 @@ #/etc/postfix/transport autoreply.yourdomain.com vacation: +(You may need to create an entry in /etc/hosts for your non-existant domain) + Execute "postmap /etc/postfix/transport" to build the hashed database. Execute "postfix reload" to complete the change. @@ -98,8 +100,11 @@ 5. Create the table ------------------- -See ../DATABASE_*.txt in this directory. +The database table should have already been created for you, by running +the 'upgrade.php' script. +If security is an issue for you, read ../DOCUMENTS/Security.txt + 6. Edit filter.pl ----------------- @@ -120,7 +125,7 @@ program. In other words, if jo...@do... enables their vacation, the entry in the alias database table will deliver mail to jo...@so..., as well as -jo...@so...@autoreply.yourdomain.com +joeuser#som...@au... vacation.pl then checks the database to see wether a user is on holiday and what message to send back. Make sure that vacation.pl is able to communicate This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |