X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b2af01055ded9b4334d4f3de3b412c64ceb58313..76157b584c57d86aa2fb79ee2101dde544f2c7a5:/roles/mail.rb diff --git a/roles/mail.rb b/roles/mail.rb index 483260bb0..516c2b89e 100644 --- a/roles/mail.rb +++ b/roles/mail.rb @@ -18,7 +18,13 @@ default_attributes( :daemon_smtp_ports => [25, 26], :certificate_names => [ "mail.openstreetmap.org", - "a.mx.openstreetmap.org" + "a.mx.openstreetmap.org", + "a.mx.osm.org", + "a.mx.openstreetmap.com", + "a.mx.openstreetmap.io", + "a.mx.openstreetmap.pro", + "a.mx.openstreetmaps.org", + "a.mx.osm.io" ], :smarthost_name => "mail.openstreetmap.org", :smarthost_via => false, @@ -34,11 +40,6 @@ default_attributes( :domains => ["otrs.openstreetmap.org"], :host => "ridley.ucl.openstreetmap.org" }, - :tickets => { - :comment => "tickets.openstreetmap.org", - :domains => ["tickets.openstreetmap.org"], - :host => "ridley.ucl.openstreetmap.org" - }, :join => { :comment => "join.osmfoundation.org", :domains => ["join.osmfoundation.org"], @@ -68,7 +69,8 @@ default_attributes( "support" => "support@otrs.openstreetmap.org", "memorial" => "communication@osmfoundation.org", "legal" => "legal@osmfoundation.org", - "dmca" => "dmca@osmfoundation.org" + "dmca" => "dmca@osmfoundation.org", + "program-sotm" => "sotm-program@otrs.openstreetmap.org" }, :private_aliases => "mail" },