Verified Commit de44e0c1 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove Spamhaus blocklist

It seems that either DigitalOcean's DNS resolver is blocked by Spamhaus
or they started proxying requests through a public resolver which is.
Either way the error response is causing all mail to be rejected, so
pending a solution there will just have to be a bit more spam for now.
parent ed3b186c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ smtpd_hard_error_limit = 12
smtpd_client_restrictions =
	permit_mynetworks,
	permit_sasl_authenticated,
	reject_rbl_client zen.spamhaus.org
	reject_unknown_client_hostname,
	reject_unknown_reverse_client_hostname,
	sleep 1, reject_unauth_pipelining,