Use subdomain for srs
This commit is contained in:
parent
52118ad1c8
commit
756198031b
2 changed files with 3 additions and 1 deletions
|
|
@ -22,6 +22,8 @@ mailserver:
|
||||||
drop_user_agent:
|
drop_user_agent:
|
||||||
regex: '^User-Agent:'
|
regex: '^User-Agent:'
|
||||||
action: IGNORE
|
action: IGNORE
|
||||||
|
postsrsd:
|
||||||
|
srs_domain: "srs.{{ inventory_hostname }}"
|
||||||
dovecot:
|
dovecot:
|
||||||
debug: false
|
debug: false
|
||||||
postfixadmin:
|
postfixadmin:
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# Addresses are rewritten to originate from this domain. The default value
|
# Addresses are rewritten to originate from this domain. The default value
|
||||||
# is taken from `postconf -h mydomain` and probably okay.
|
# is taken from `postconf -h mydomain` and probably okay.
|
||||||
#
|
#
|
||||||
#SRS_DOMAIN=
|
SRS_DOMAIN={{ mailserver.postsrsd.srs_domain }}
|
||||||
|
|
||||||
# Exclude additional domains.
|
# Exclude additional domains.
|
||||||
# You may list domains which shall not be subjected to address rewriting.
|
# You may list domains which shall not be subjected to address rewriting.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue