From 79e617c55d06eae237cc3334922d80866624b55e Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Tue, 12 Apr 2022 22:57:01 -0500 Subject: [PATCH] Redirect postmaster mail to the postmaster --- templates/Fedora/35/etc/postfix/main.cf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/Fedora/35/etc/postfix/main.cf b/templates/Fedora/35/etc/postfix/main.cf index aabbb33..5bf98a3 100644 --- a/templates/Fedora/35/etc/postfix/main.cf +++ b/templates/Fedora/35/etc/postfix/main.cf @@ -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