]> git.openstreetmap.org Git - chef.git/blobdiff - roles/mail.rb
Bump cookstyle from 7.31.1 to 7.31.3
[chef.git] / roles / mail.rb
index 77b3bf3f40a860cc90a8bf932f420aafecc9bb3c..ccf774328b9c746baa487bca4c3e514edebcd7e6 100644 (file)
@@ -26,7 +26,8 @@ default_attributes(
       "a.mx.openstreetmaps.org",
       "a.mx.osm.io"
     ],
-    :queue_run_max => 5,
+    :queue_run_max => 25,
+    :smtp_accept_max => 200,
     :smarthost_name => "mail.openstreetmap.org",
     :smarthost_via => false,
     :dns_blacklists => ["zen.spamhaus.org"],
@@ -89,6 +90,11 @@ default_attributes(
         }
       }
     }
+  },
+  :prometheus => {
+    :metrics => {
+      :exim_queue_limit => { :metric => 250 }
+    }
   }
 )