X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2012763fa907ef6b75ac6d3272f698846e9ecce4..762b2e27166e340aa6ca28cb9e53ec95ecd83033:/roles/mail.rb diff --git a/roles/mail.rb b/roles/mail.rb index a96a200a8..347978935 100644 --- a/roles/mail.rb +++ b/roles/mail.rb @@ -47,6 +47,11 @@ default_attributes( :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"], @@ -98,7 +103,7 @@ default_attributes( }, :prometheus => { :metrics => { - :exim_queue_limit => { :metric => 250 } + :exim_queue_limit => { :metric => 2500 } } } )