Use subdomain for srs

This commit is contained in:
Julian Rother 2025-01-31 03:01:35 +01:00
parent 52118ad1c8
commit 756198031b
Signed by: julian
GPG key ID: C19B924C0CD13341
2 changed files with 3 additions and 1 deletions

View file

@ -22,6 +22,8 @@ mailserver:
drop_user_agent:
regex: '^User-Agent:'
action: IGNORE
postsrsd:
srs_domain: "srs.{{ inventory_hostname }}"
dovecot:
debug: false
postfixadmin:

View file

@ -4,7 +4,7 @@
# Addresses are rewritten to originate from this domain. The default value
# is taken from `postconf -h mydomain` and probably okay.
#
#SRS_DOMAIN=
SRS_DOMAIN={{ mailserver.postsrsd.srs_domain }}
# Exclude additional domains.
# You may list domains which shall not be subjected to address rewriting.