X-Git-Url: http://id.pley.net/postfix.git/blobdiff_plain/72de8b29cf41c62a473d99788e18771c3a9aa446..6e5d449e15a8544549b3d2c9b941f4e461f7e2e0:/postfix/mysql/virtual_domains_maps.cf diff --git a/postfix/mysql/virtual_domains_maps.cf b/postfix/mysql/virtual_domains_maps.cf new file mode 100644 index 0000000..4735487 --- /dev/null +++ b/postfix/mysql/virtual_domains_maps.cf @@ -0,0 +1,8 @@ +user = postfix +password = postfix +hosts = localhost +dbname = postfix +#query = SELECT domain FROM domain WHERE domain='%s' +#optional query to use when relaying for backup MX +query = SELECT domain FROM domain WHERE domain='%s' and backupmx = '0' and active = '1' +