X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dcef513a0de7f7ac7938d6a605b1bfaea432e8a3..ed17684b5d2a41a49968c90be2cb6ee8eace8265:/roles/mail.rb diff --git a/roles/mail.rb b/roles/mail.rb index cb81cb360..e2ec91ded 100644 --- a/roles/mail.rb +++ b/roles/mail.rb @@ -16,9 +16,13 @@ default_attributes( "osm.io" ], :daemon_smtp_ports => [25, 26], + :certificate_names => [ + "mail.openstreetmap.org", + "a.mx.openstreetmap.org" + ], :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", @@ -49,7 +53,6 @@ default_attributes( "rails" => "root", "trac" => "root", "munin" => "root", - "thinkup" => "root", "www-data" => "root", "osmbackup" => "root", "noreply" => "/dev/null",