]> git.openstreetmap.org Git - chef.git/blobdiff - roles/mail.rb
Add role for firnen
[chef.git] / roles / mail.rb
index 516c2b89e5184bc1e3acb712edeba73ea050b138..c1c7d307cea2b959d99f05434efba5984859ba88 100644 (file)
@@ -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]"
 )