]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/exim/attributes/default.rb
Increase maximum number of SMTP connections on shenron
[chef.git] / cookbooks / exim / attributes / default.rb
index bdd8be4ca6b97801bba30707ad36c62176579427..638ce5765b1c10ac1c5ab3285eed85ef4db91412 100644 (file)
@@ -1,10 +1,12 @@
-default[:exim][:local_domains] = [ "localhost", "@" ]
-default[:exim][:relay_to_domains] = [ ]
-default[:exim][:relay_from_hosts] = [ "127.0.0.1", "::1" ]
-default[:exim][:daemon_smtp_ports] = [ 25 ]
-default[:exim][:trusted_users] = [ ]
+default[:exim][:local_domains] = ["localhost", "@"]
+default[:exim][:relay_to_domains] = []
+default[:exim][:relay_from_hosts] = ["127.0.0.1", "::1"]
+default[:exim][:daemon_smtp_ports] = [25]
+default[:exim][:trusted_users] = []
+default[:exim][:queue_run_max] = 1
+default[:exim][:smtp_accept_max] = 20
 default[:exim][:smarthost_name] = nil
 default[:exim][:smarthost_via] = "mail.openstreetmap.org:26"
-default[:exim][:routes] = { }
+default[:exim][:routes] = {}
 default[:exim][:aliases][:root] = "tomh"
-default[:exim][:rewrites] = [ ]
+default[:exim][:rewrites] = []