mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-23 05:03:29 +00:00
[Postfix] use python bootstrapper to start POSTFIX container
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
user = {{ DBUSER }}
|
||||
password = {{ DBPASS }}
|
||||
hosts = unix:/var/run/mysqld/mysqld.sock
|
||||
dbname = {{ DBNAME }}
|
||||
query = SELECT CONCAT(JSON_UNQUOTE(JSON_VALUE(attributes, '$.mailbox_format')), mailbox_path_prefix, '%d/%u/') FROM mailbox WHERE username='%s' AND (active = '1' OR active = '2')
|
||||
Reference in New Issue
Block a user