From ddd648e30d74a4c177cb5fb721c0f0984a7f061d Mon Sep 17 00:00:00 2001 From: Naglfar Date: Tue, 4 Jan 2022 11:43:29 +0100 Subject: [PATCH] It should evaluate further rules --- roles/shell/files/etc/postfix/main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/shell/files/etc/postfix/main.cf b/roles/shell/files/etc/postfix/main.cf index 00c20b3..cfd1fc3 100644 --- a/roles/shell/files/etc/postfix/main.cf +++ b/roles/shell/files/etc/postfix/main.cf @@ -60,7 +60,7 @@ smtpd_sender_restrictions = reject_unknown_sender_domain smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, - permit_auth_destination, + reject_unauth_destination, reject_invalid_hostname, reject_unauth_pipelining, reject_non_fqdn_sender,