From: Stephen Gran Date: Sun, 4 Oct 2009 10:45:57 +0000 (+0100) Subject: shrink size of reserve-list on ! busy-exim machines X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=bef12474e235e96c8e79a1a8453f74ef5247f535;p=mirror%2Fdsa-puppet.git shrink size of reserve-list on ! busy-exim machines Signed-off-by: Stephen Gran --- diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 0bfe9bdc8..5d154af16 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -203,12 +203,13 @@ smtp_accept_max_per_host = ${if match_ip {$sender_host_address}{+debianhosts}{0} smtp_accept_max = 300 smtp_accept_queue = 200 smtp_accept_queue_per_connection = 50 +smtp_accept_reserve = 25 <% else %> smtp_accept_max = 30 smtp_accept_queue = 20 smtp_accept_queue_per_connection = 10 +smtp_accept_reserve = 5 <% end %> -smtp_accept_reserve = 25 smtp_reserve_hosts = +debianhosts split_spool_directory = true