Redirect postmaster mail to the postmaster
This commit is contained in:
parent
021765352d
commit
79e617c55d
@ -753,3 +753,9 @@ smtpd_milters = {% for milter in ensure_postfix.milter_list %} {{ milter.protoco
|
|||||||
virtual_mailbox_domains = {% for domain in postfix_domains %} {{ domain }} {% endfor %}
|
virtual_mailbox_domains = {% for domain in postfix_domains %} {{ domain }} {% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
2bounce_notice_recipient = {{ postmaster_email }}
|
||||||
|
bounce_notice_recipient = {{ postmaster_email }}
|
||||||
|
delay_notice_recipient = {{ postmaster_email }}
|
||||||
|
error_notice_recipient = {{ postmaster_email }}
|
||||||
|
smtpd_helo_required = yes
|
||||||
|
disable_vrfy_command = yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user