X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3a4b1c2078cd515e93a5f1bf8967f380fbd1646f..ab1a3d0ec7a1fef91813287180a84b73b86e5881:/cookbooks/exim/attributes/default.rb diff --git a/cookbooks/exim/attributes/default.rb b/cookbooks/exim/attributes/default.rb index 9575f5185..638ce5765 100644 --- a/cookbooks/exim/attributes/default.rb +++ b/cookbooks/exim/attributes/default.rb @@ -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][:aliases][:root] = "tomh" -default[:exim][:rewrites] = [ ] +default[:exim][:rewrites] = []