From 289ca54bf66cf7b20cc6751c21856ebe971da125 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 5 Sep 2017 17:36:46 +0100 Subject: [PATCH] Use zen.spamhaus.org instead of sbl-xbl.spamhaus.org --- roles/mail.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mail.rb b/roles/mail.rb index d6a72289d..6556b08ca 100644 --- a/roles/mail.rb +++ b/roles/mail.rb @@ -18,7 +18,7 @@ default_attributes( :daemon_smtp_ports => [25, 26], :smarthost_name => "mail.openstreetmap.org", :smarthost_via => false, - :dns_blacklists => ["sbl-xbl.spamhaus.org"], + :dns_blacklists => ["zen.spamhaus.org"], :routes => { :messages => { :comment => "messages.openstreetmap.org", -- 2.43.2