From ac6b8d62dd1f605bf549b73c6c486dee2609d148 Mon Sep 17 00:00:00 2001 From: SunMar Date: Tue, 24 Dec 2019 16:49:55 +0100 Subject: [PATCH] Remove `reject_unverified_recipient` from `smtpd_client_restrictions` Fix for #1292, though I'm not sure if this is the right way to fix the issue. It was added in 175349a224c210bceefe918dbe16d66738de8104. --- core/postfix/conf/main.cf | 1 - 1 file changed, 1 deletion(-) diff --git a/core/postfix/conf/main.cf b/core/postfix/conf/main.cf index 8b4b11ac..43ed2df0 100644 --- a/core/postfix/conf/main.cf +++ b/core/postfix/conf/main.cf @@ -104,7 +104,6 @@ smtpd_client_restrictions = reject_non_fqdn_sender, reject_unknown_sender_domain, reject_unknown_recipient_domain, - reject_unverified_recipient, permit smtpd_relay_restrictions =