From 32cef3f6dde37080e8230657b8939f7ce0cfdcac Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 28 Jan 2006 23:54:29 +0000 Subject: Add window support --- packages/spamd_settings.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'packages/spamd_settings.xml') diff --git a/packages/spamd_settings.xml b/packages/spamd_settings.xml index 7fca88e5..b7c3a1de 100644 --- a/packages/spamd_settings.xml +++ b/packages/spamd_settings.xml @@ -44,27 +44,27 @@ input - MaxBlack + Maximum blacklisted connections maxblack The maximum number of concurrent blacklisted connections to allow in greylisting mode. This value may not be greater than maxcon (see below). The default is maxcon - 100. input - MaxCon + Max concurrent connections maxcon The maximum number of concurrent connections to allow. The default is 800. input 800 - Greylisting + Grey listing greylisting Connections from addresses not blacklisted on the black lists tab will be considered for greylisting. Such connections will not be stuttered at (though see the stutter secs option) or delayed, and will receive the pleasantly innocuous temporary failure. After passtime if the host returns it will be added to the white list. checkbox yes - passtime:greyexp:whiteexp + Passtime:GreyExp:WhiteExp greylistingparms Adjust the three time parameters for greylisting; see GREYLISTING. passtime defaults to 25 (minutes), greyexp to 4 (hours), and whiteexp to 864 (hours, approximately 36 days). input @@ -72,19 +72,26 @@ 25:4:864 - StutterSecs + Stutter Secs stuttersecs Stutter at greylisted connections for the specified amount of seconds, after which the connection is not stuttered at. Defaults to 10. input 10 - DelaySecs + Delay Secs delaysecs Delay each character sent to the client by the specified amount of seconds. Defaults to 1. input 1 + + Window Size + window + Set the socket receive buffer to this many bytes, adjusting the window size. + input + + NextMTA nextmta -- cgit v1.2.3