X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/997a0488efb3a34a7bc28e760baa9917efce1f51..339e24f1e3e2275712e5b3e2163c403113b4605d:/cookbooks/exim/attributes/default.rb diff --git a/cookbooks/exim/attributes/default.rb b/cookbooks/exim/attributes/default.rb index 77b8d8716..21e999109 100644 --- a/cookbooks/exim/attributes/default.rb +++ b/cookbooks/exim/attributes/default.rb @@ -3,6 +3,7 @@ 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][:smarthost_name] = nil default[:exim][:smarthost_via] = "mail.openstreetmap.org:26" default[:exim][:routes] = {}