projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d4a891
)
shrink size of reserve-list on ! busy-exim machines
author
Stephen Gran
<steve@lobefin.net>
Sun, 4 Oct 2009 10:45:57 +0000
(11:45 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 4 Oct 2009 10:45:57 +0000
(11:45 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/eximconf.erb
patch
|
blob
|
history
diff --git
a/modules/exim/templates/eximconf.erb
b/modules/exim/templates/eximconf.erb
index
0bfe9bd
..
5d154af
100644
(file)
--- 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