X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/19ca76c7c5e79cbb4e497b937376bffcb42d85fc..dc88c4068c574ea04d3085c8d8b0b80660688db7:/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]" )