X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/19ca76c7c5e79cbb4e497b937376bffcb42d85fc..dd0f51608ef5801755a3480f6b2d260f46a3fcb3:/roles/mail.rb?ds=sidebyside 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]" )