X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/99c180bbe6054f58b16c97c5d2278ba38298b90b..e683209e4f70c3ef4c859ebcd287544174cd760a:/roles/mail.rb diff --git a/roles/mail.rb b/roles/mail.rb index 516c2b89e..c1c7d307c 100644 --- a/roles/mail.rb +++ b/roles/mail.rb @@ -46,6 +46,9 @@ default_attributes( :host => "ridley.ucl.openstreetmap.org" } }, + :dkim_selectors => { + "openstreetmap.org" => "20200301" + }, :aliases => { "abuse" => "root", "postmaster" => "root", @@ -88,5 +91,6 @@ default_attributes( run_list( "recipe[clamav]", + "recipe[exim]", "recipe[spamassassin]" )