SF.net SVN: postfixadmin: [371] trunk/DOCUMENTS/BACKUP_MX.txt
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2008-05-25 20:33:41
|
Revision: 371 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=371&view=rev Author: christian_boltz Date: 2008-05-25 13:33:48 -0700 (Sun, 25 May 2008) Log Message: ----------- BACKUP_MX.txt: - updated example config to new mysql map format https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1971444&group_id=191583 - changed example password to match the password used in POSTFIX_CONF.txt Modified Paths: -------------- trunk/DOCUMENTS/BACKUP_MX.txt Modified: trunk/DOCUMENTS/BACKUP_MX.txt =================================================================== --- trunk/DOCUMENTS/BACKUP_MX.txt 2008-05-25 19:42:40 UTC (rev 370) +++ trunk/DOCUMENTS/BACKUP_MX.txt 2008-05-25 20:33:48 UTC (rev 371) @@ -33,13 +33,10 @@ You will need to put this into a text file for postfix to pickup. user = postfix -password = postfix +password = password hosts = localhost dbname = postfix -table = domain -select_field = domain -where_field = domain -additional_conditions = and backupmx = '1' +query = SELECT domain FROM domain WHERE domain = '%s' AND backupmx = '1' 3. Restart Postfix This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |