fix noreply lookup table
This commit is contained in:
parent
b7d233332c
commit
4d635ed700
@ -61,7 +61,7 @@
|
||||
copy:
|
||||
content: |
|
||||
{% for address in postfix_mail_domains[domain].noreply_aliases|default(['noreply']) %}
|
||||
{{ address }}@domain _dev_null
|
||||
{{ address }}@{{ domain }} _dev_null
|
||||
{% endfor %}
|
||||
dest: "{{ postfix_mail_domains[domain].noreply_file |
|
||||
default('/etc/postfix/'+domain+'_noreply') |
|
||||
|
Loading…
x
Reference in New Issue
Block a user