X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ab1a3d0ec7a1fef91813287180a84b73b86e5881..237d93489bca6fbae88dd2a9f63fedca0aba0a36:/roles/mail.rb diff --git a/roles/mail.rb b/roles/mail.rb index 50382b03b..de74af25a 100644 --- a/roles/mail.rb +++ b/roles/mail.rb @@ -26,16 +26,23 @@ default_attributes( "a.mx.openstreetmaps.org", "a.mx.osm.io" ], - :queue_run_max => 5, + :queue_run_max => 25, :smtp_accept_max => 200, :smarthost_name => "mail.openstreetmap.org", - :smarthost_via => false, - :dns_blacklists => ["zen.spamhaus.org"], + :smarthost_via => nil, + :dns_blacklists => ["zen.spamhaus.org!&0.255.255.0"], :routes => { :messages => { :comment => "messages.openstreetmap.org", :domains => ["messages.openstreetmap.org"], - :host => ["spike-06.openstreetmap.org", "spike-07.openstreetmap.org", "spike-08.openstreetmap.org"] + :host => [ + "spike-01.openstreetmap.org", + "spike-02.openstreetmap.org", + "spike-03.openstreetmap.org", + "spike-06.openstreetmap.org", + "spike-07.openstreetmap.org", + "spike-08.openstreetmap.org" + ] }, :otrs => { :comment => "otrs.openstreetmap.org", @@ -46,6 +53,16 @@ default_attributes( :comment => "join.osmfoundation.org", :domains => ["join.osmfoundation.org"], :host => "ridley.ucl.openstreetmap.org" + }, + :supporting => { + :comment => "supporting.openstreetmap.org", + :domains => ["supporting.openstreetmap.org"], + :host => "ridley.ucl.openstreetmap.org" + }, + :community => { + :comment => "community.openstreetmap.org", + :domains => ["community.openstreetmap.org"], + :host => "jakelong.dub.openstreetmap.org::2500" } }, :dkim_selectors => { @@ -59,7 +76,6 @@ default_attributes( "clamav" => "root", "rails" => "root", "trac" => "root", - "munin" => "root", "prometheus" => "root", "www-data" => "root", "osmbackup" => "root", @@ -81,14 +97,9 @@ default_attributes( }, :private_aliases => "mail" }, - :munin => { - :plugins => { - :exim_mailqueue => { - :mails => { - :warning => 500, - :critical => 1000 - } - } + :prometheus => { + :metrics => { + :exim_queue_limit => { :metric => 2500 } } } )