noreply aliases
This commit is contained in:
parent
9eed7b65fc
commit
40b0b49574
@ -181,7 +181,8 @@
|
||||
sqlite:/etc/postfix/{{d}}_sqlite_alias.cf
|
||||
{% elif p == "file" %}
|
||||
hash:/etc/postfix/{{ d }}_aliases
|
||||
{% endif %}{{ '' if loop.last else ',' }}{% endfor %}
|
||||
{% endif %}, /etc/postfix/{{ d }}_noreply
|
||||
{{ '' if loop.last else ',' }}{% endfor %}
|
||||
virtual_mailbox_maps: >-
|
||||
{% for d in postfix_mail_domains %}
|
||||
{% set p = postfix_domain_config[d].user_lookup.provider|default(postfix_lookup_provider) %}
|
||||
@ -191,7 +192,7 @@
|
||||
sqlite:/etc/postfix/{{ d }}_sqlite_user.cf
|
||||
{% elif p == "file" %}
|
||||
hash:/etc/postfix/{{ d }}_users
|
||||
{% endif %}{{ '' if loop.last else ',' }}{% endfor %},
|
||||
{% endif %}{{ '' if loop.last else ',' }}{% endfor %}
|
||||
virtual_transport:
|
||||
lmtp:unix:private/dovecot-lmtp
|
||||
virtual_mailbox_domains:
|
||||
|
Loading…
x
Reference in New Issue
Block a user