]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/exim/templates/default/exim4.conf.erb
Increase maximum number of SMTP connections on shenron
[chef.git] / cookbooks / exim / templates / default / exim4.conf.erb
index 2d1d96e1288751dac4ed8ae2073abe63f089dc9f..7b0afac410d889d77fb6e49af331ea7a51f0db4c 100644 (file)
@@ -364,6 +364,11 @@ queue_only = true
 queue_run_max = <%= node[:exim][:queue_run_max] %>
 
 
+# Maximum number of simultaneous SMTP connections
+
+smtp_accept_max = <%= node[:exim][:smtp_accept_max] %>
+
+
 
 ######################################################################
 #                       ACL CONFIGURATION                            #