mail: fix escaping in /etc/default/postsrsd

This commit is contained in:
Markus 2021-02-10 19:04:15 +01:00
parent a7373f86f3
commit 57709979eb
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ SRS_DOMAIN={{ mail_srs_domain }}
# If a domain name starts with a dot, it matches all subdomains, but not
# the domain itself. Separate multiple domains by space or comma.
#
SRS_EXCLUDE_DOMAINS=.{{ mail_domain }} {{ mail_domain }}
SRS_EXCLUDE_DOMAINS=".{{ mail_domain }} {{ mail_domain }}
{%- for domain in mail_domains %}
.{{ domain }} {{ domain }}
{%- endfor %}
{%- endfor %}"
# First separator character after SRS0 or SRS1.
# Can be one of: -+=