From: Tom Hughes Date: Thu, 12 Nov 2020 17:08:49 +0000 (+0000) Subject: Enable DKIM signing for osmfoundation.org X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f795ac53f87d813d560d314db36b3885611d13a0 Enable DKIM signing for osmfoundation.org --- diff --git a/roles/mail.rb b/roles/mail.rb index c1c7d307c..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",