Redirect postmaster mail to the postmaster

This commit is contained in:
Jason Rothstein 2022-04-12 22:57:01 -05:00
parent 021765352d
commit 79e617c55d

View File

@ -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 %}
{% 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