clone from private repo
This commit is contained in:
commit
c0ae983acb
48 changed files with 2766 additions and 0 deletions
10
mail_system/templates/postfix/domains.cf
Normal file
10
mail_system/templates/postfix/domains.cf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# THIS FILE IS CONTROLLED BY ANSIBLE - DO NOT CHANGE IN DEPLOYMENT!
|
||||
|
||||
|
||||
# man pgsql_table
|
||||
|
||||
user = {{ mailserver.postgresql.username }}
|
||||
password = {{ mailserver.postgresql.password }}
|
||||
dbname = {{ mailserver.postgresql.dbname }}
|
||||
hosts = {{ mailserver.postgresql.host }}
|
||||
query = SELECT 1 FROM domains WHERE name='%s' AND relay_transport is null
|
||||
Loading…
Add table
Add a link
Reference in a new issue