]> git.openstreetmap.org Git - chef.git/blobdiff - roles/mail.rb
Use a numeric mtu
[chef.git] / roles / mail.rb
index 99fcf1a08fbc90d224f125c05a5e531eee90c529..660bb9f2f195e7466cf75293a12325cdfff8eb45 100644 (file)
@@ -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]"
 )