From e32a3a5228726d23a140fe7b6df951cf6eef10c6 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sat, 1 Oct 2022 15:33:56 +0100 Subject: [PATCH] postfix: Don't use RBL to reject mail These checks are better implemented at the RSpamd level, and would, in some cases, incorrectly reject email at the SMTP server level. --- service/postfix/container/config/main.cf.template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/service/postfix/container/config/main.cf.template b/service/postfix/container/config/main.cf.template index 6cc7d7a..685deb9 100644 --- a/service/postfix/container/config/main.cf.template +++ b/service/postfix/container/config/main.cf.template @@ -102,9 +102,7 @@ smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, warn_if_reject reject_unknown_reverse_client_hostname, - reject_unauth_pipelining, - reject_rbl_client sbl.spamhaus.org, - reject_rbl_client blackholes.easynet.nl + reject_unauth_pipelining # Requirements for mail relay. smtpd_relay_restrictions =