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.
This commit is contained in:
Alex Palaistras 2022-10-01 15:33:56 +01:00
parent 9b6e002d11
commit e32a3a5228

View File

@ -102,9 +102,7 @@ smtpd_client_restrictions =
permit_mynetworks, permit_mynetworks,
permit_sasl_authenticated, permit_sasl_authenticated,
warn_if_reject reject_unknown_reverse_client_hostname, warn_if_reject reject_unknown_reverse_client_hostname,
reject_unauth_pipelining, reject_unauth_pipelining
reject_rbl_client sbl.spamhaus.org,
reject_rbl_client blackholes.easynet.nl
# Requirements for mail relay. # Requirements for mail relay.
smtpd_relay_restrictions = smtpd_relay_restrictions =