X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/21958591555b0b80370e944e3128ac5d533c281d..c714aba0de40828044677c7b38890e3f7ba91436:/roles/mail.rb diff --git a/roles/mail.rb b/roles/mail.rb index 280ad060e..6556b08ca 100644 --- a/roles/mail.rb +++ b/roles/mail.rb @@ -8,12 +8,17 @@ default_attributes( "osm.org", "noreply.openstreetmap.org", "openstreetmap.co.uk", - "openstreetmap.org.uk" + "openstreetmap.org.uk", + "openstreetmap.com", + "openstreetmap.io", + "openstreetmap.pro", + "openstreetmaps.org", + "osm.io" ], :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", @@ -30,9 +35,9 @@ default_attributes( :domains => ["tickets.openstreetmap.org"], :host => "ridley.ucl.openstreetmap.org" }, - :crm => { - :comment => "crm.osmfoundation.org", - :domains => ["crm.osmfoundation.org"], + :join => { + :comment => "join.osmfoundation.org", + :domains => ["join.osmfoundation.org"], :host => "ridley.ucl.openstreetmap.org" } }, @@ -44,7 +49,6 @@ default_attributes( "rails" => "root", "trac" => "root", "munin" => "root", - "thinkup" => "root", "www-data" => "root", "osmbackup" => "root", "noreply" => "/dev/null",