mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-15 17:26:28 +00:00
[Postfix] use python bootstrapper to start POSTFIX container
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
user = {{ DBUSER }}
|
||||
password = {{ DBPASS }}
|
||||
hosts = unix:/var/run/mysqld/mysqld.sock
|
||||
dbname = {{ DBNAME }}
|
||||
query = SELECT 'null@localhost' FROM mailbox
|
||||
WHERE kind REGEXP 'location|thing|group' AND username = '%s';
|
||||
Reference in New Issue
Block a user