forked from infra/ansible
mail: fix escaping in /etc/default/postsrsd
This commit is contained in:
parent
a7373f86f3
commit
57709979eb
@ -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: -+=
|
||||
|
Loading…
Reference in New Issue
Block a user