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