mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-09-26 04:37:13 +00:00
[Postfix] use python bootstrapper to start POSTFIX container
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
user = {{ DBUSER }}
|
||||
password = {{ DBPASS }}
|
||||
hosts = unix:/var/run/mysqld/mysqld.sock
|
||||
dbname = {{ DBNAME }}
|
||||
query = SELECT alias_domain from alias_domain WHERE alias_domain='%s' AND active='1'
|
||||
UNION
|
||||
SELECT domain FROM domain
|
||||
WHERE domain='%s'
|
||||
AND active = '1'
|
||||
AND backupmx = '0'
|
||||
Reference in New Issue
Block a user