]> id.pley.net Git - postfix.git/blobdiff - configuration/mysql/virtual_domains_maps.cf
Move configuration files into their own subdirectory
[postfix.git] / configuration / mysql / virtual_domains_maps.cf
diff --git a/configuration/mysql/virtual_domains_maps.cf b/configuration/mysql/virtual_domains_maps.cf
new file mode 100644 (file)
index 0000000..4735487
--- /dev/null
@@ -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'
+