X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/997a0488efb3a34a7bc28e760baa9917efce1f51..339e24f1e3e2275712e5b3e2163c403113b4605d:/cookbooks/exim/templates/default/exim4.conf.erb diff --git a/cookbooks/exim/templates/default/exim4.conf.erb b/cookbooks/exim/templates/default/exim4.conf.erb index ab7a72da9..2d1d96e12 100644 --- a/cookbooks/exim/templates/default/exim4.conf.erb +++ b/cookbooks/exim/templates/default/exim4.conf.erb @@ -358,6 +358,12 @@ timeout_frozen_after = 7d trusted_users = <%= node[:exim][:trusted_users].join(" : ") %> +# Do all deliveries via a limited set of queues. + +queue_only = true +queue_run_max = <%= node[:exim][:queue_run_max] %> + + ###################################################################### # ACL CONFIGURATION #