"a.mx.openstreetmaps.org",
"a.mx.osm.io"
],
+ :queue_run_max => 25,
+ :smtp_accept_max => 200,
:smarthost_name => "mail.openstreetmap.org",
:smarthost_via => false,
:dns_blacklists => ["zen.spamhaus.org"],
}
},
:dkim_selectors => {
- "openstreetmap.org" => "20200301"
+ "openstreetmap.org" => "20200301",
+ "osmfoundation.org" => "20201112"
},
:aliases => {
"abuse" => "root",
"rails" => "root",
"trac" => "root",
"munin" => "root",
+ "prometheus" => "root",
"www-data" => "root",
"osmbackup" => "root",
"noreply" => "/dev/null",
}
}
}
+ },
+ :prometheus => {
+ :metrics => {
+ :exim_queue_limit => { :metric => 250 }
+ }
}
)
run_list(
"recipe[clamav]",
+ "recipe[exim]",
"recipe[spamassassin]"
)