0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00

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


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@371 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz 2008-05-25 20:33:48 +00:00
parent c9e613c1e5
commit 7c267b1b26

View File

@ -33,13 +33,10 @@ relay_domains = proxy:mysql:/usr/local/etc/postfix/mysql_relay_domains_maps.cf
You will need to put this into a text file for postfix to pickup. You will need to put this into a text file for postfix to pickup.
user = postfix user = postfix
password = postfix password = password
hosts = localhost hosts = localhost
dbname = postfix dbname = postfix
table = domain query = SELECT domain FROM domain WHERE domain = '%s' AND backupmx = '1'
select_field = domain
where_field = domain
additional_conditions = and backupmx = '1'
3. Restart Postfix 3. Restart Postfix