From 609d43417376e2816d3f244dcba8018e8854fbe0 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 28 Jan 2006 06:22:03 +0000 Subject: Add tons of settings. --- packages/spamd_settings.xml | 91 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 packages/spamd_settings.xml (limited to 'packages/spamd_settings.xml') diff --git a/packages/spamd_settings.xml b/packages/spamd_settings.xml new file mode 100644 index 00000000..438fb23f --- /dev/null +++ b/packages/spamd_settings.xml @@ -0,0 +1,91 @@ + + + spamdsettings + 0.1.0 + /usr/local/pkg/spamd.inc + + + + SpamD +
Services
+ spamd.xml +
+ + spamd + spamd.sh + spamlogd + + + + SpamD Sources + /pkg.php?xml=spamd.xml + + + SpamD Whitelist + /pkg.php?xml=spamd_whitelist.xml + + + SpamD Settings + /pkg.php?xml=spamd_whitelist.xml + + + + + ['installedpackages']['spamd']['config'] + + + + Identifer + intentifer + The SMTP version banner that is reported upon initial connection. + input + + + MaxBlack + 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 + maxcon + The maximum number of concurrent connections to allow. The default is 800. + input + 800 + + + Greylisting + 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. + checkox + yes + + + 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 + 30 + 25:4:864 + + + StutterSecs + 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 + delaysecs + Delay each character sent to the client by the specified amount of seconds. Defaults to 1. + input + 1 + + + + sync_package_spamd(); + +
\ No newline at end of file -- cgit v1.2.3