X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c3be356ba81afff0a666355e018531de69e0a5fb..6d1b6ef2ac6ab5f8df648544a7200fa35e13343e:/roles/mail.rb diff --git a/roles/mail.rb b/roles/mail.rb index b807c9c74..5acd66a7b 100644 --- a/roles/mail.rb +++ b/roles/mail.rb @@ -29,8 +29,8 @@ default_attributes( :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", @@ -50,7 +50,7 @@ default_attributes( :community => { :comment => "community.openstreetmap.org", :domains => ["community.openstreetmap.org"], - :host => "lockheed.ams.openstreetmap.org::2500" + :host => "jakelong.dub.openstreetmap.org::2500" } }, :dkim_selectors => { @@ -98,7 +98,7 @@ default_attributes( }, :prometheus => { :metrics => { - :exim_queue_limit => { :metric => 250 } + :exim_queue_limit => { :metric => 2500 } } } )