1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-06-02 04:33:09 +00:00

[Postfix] use python bootstrapper to start POSTFIX container

This commit is contained in:
FreddleSpl0it
2025-05-19 13:13:40 +02:00
parent cde2ba4851
commit 5a097ed5f7
44 changed files with 750 additions and 553 deletions
@@ -0,0 +1,7 @@
user = {{ DBUSER }}
password = {{ DBPASS }}
hosts = unix:/var/run/mysqld/mysqld.sock
dbname = {{ DBNAME }}
query = SELECT goto FROM alias
WHERE address='%s'
AND (active='1' OR active='2');