From bef12474e235e96c8e79a1a8453f74ef5247f535 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 4 Oct 2009 11:45:57 +0100 Subject: [PATCH] shrink size of reserve-list on ! busy-exim machines Signed-off-by: Stephen Gran --- modules/exim/templates/eximconf.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1