From 32764a7f3a6c2b0da38ab2c0ff7726b6afdcc6c0 Mon Sep 17 00:00:00 2001 From: Andrew Heath Date: Mon, 16 May 2022 14:43:58 -0400 Subject: [PATCH] Testing https://access.redhat.com/solutions/5420401 on postfix systems --- roles/base/files/postfix/main.cf/main.cf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/base/files/postfix/main.cf/main.cf b/roles/base/files/postfix/main.cf/main.cf index 2900fddc2d..ce902a578e 100644 --- a/roles/base/files/postfix/main.cf/main.cf +++ b/roles/base/files/postfix/main.cf/main.cf @@ -715,3 +715,4 @@ message_size_limit = 20971520 # This has to be set in newer postfix 3.3.0 or later or it will refuse to # send any email. ;( smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination +smtpd_relay_restrictions = permit_mynetworks, reject_unauth_destination