mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-07 13:01:37 +00:00
9 lines
278 B
Django/Jinja
9 lines
278 B
Django/Jinja
user = {{ DBUSER }}
|
|
password = {{ DBPASS }}
|
|
hosts = unix:/var/run/mysqld/mysqld.sock
|
|
dbname = {{ DBNAME }}
|
|
query = SELECT CONCAT('FILTER smtp_via_transport_maps:', nexthop) as transport FROM transports
|
|
WHERE '%s' REGEXP destination
|
|
AND active='1'
|
|
AND is_mx_based='1';
|