From a4851914d0fb21c31df42f5eb94caddaa49625b0 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Sun, 24 Sep 2017 15:42:51 +0200 Subject: [PATCH] Do not disable login mismatch check in Postfix --- postfix/conf/main.cf | 1 + 1 file changed, 1 insertion(+) diff --git a/postfix/conf/main.cf b/postfix/conf/main.cf index e1ba19fc..04b67553 100644 --- a/postfix/conf/main.cf +++ b/postfix/conf/main.cf @@ -84,6 +84,7 @@ smtpd_sender_restrictions = reject_non_fqdn_sender, reject_unknown_sender_domain, reject_unlisted_sender, + reject_sender_login_mismatch, permit # Recipient restrictions: