X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/19ca76c7c5e79cbb4e497b937376bffcb42d85fc..4dc79aaa9f9cae066694284bc451f94969523038:/roles/mail.rb diff --git a/roles/mail.rb b/roles/mail.rb index 99fcf1a08..660bb9f2f 100644 --- a/roles/mail.rb +++ b/roles/mail.rb @@ -47,7 +47,8 @@ default_attributes( } }, :dkim_selectors => { - "openstreetmap.org" => "20200301" + "openstreetmap.org" => "20200301", + "osmfoundation.org" => "20201112" }, :aliases => { "abuse" => "root", @@ -91,5 +92,6 @@ default_attributes( run_list( "recipe[clamav]", + "recipe[exim]", "recipe[spamassassin]" )