Describe your package here
Describe your package requirements here
Currently there are no FAQ items provided.
spamdsettings
0.1.0
SpamD Settings
pkg_edit.php?xml=spamd_settings.xml&id=0
/usr/local/pkg/spamd.inc
spamd
spamd.sh
spamd
SpamD External Sources
/pkg.php?xml=spamd.xml
SpamD Whitelist
/pkg.php?xml=spamd_whitelist.xml
SpamD Settings
/pkg_edit.php?xml=spamd_settings.xml&id=0
SpamD Database
/spamd_db.php
['installedpackages']['spamd']['config']
Identifier
identifier
The SMTP version banner that is reported upon initial connection.
input
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
Max concurrent connections
maxcon
The maximum number of concurrent connections to allow. The default is 800.
input
800
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
passtime
Adjust the three time parameters for greylisting. Passtime defaults to 25 (minutes). After passtime minutes if spamd sees a retried attempt to deliver mail for the same tuple, spamd will whitelist the connecting address by adding it as a whitelist entry.
input
30
25:4:864
Grey Expiration
greyexp
Adjust the three time parameters for greylisting. Grey expiration defaults to 4. SpamD removes connection entries from the database if delivery has not been retried within greyexp hours from the initial time a connection is seen.
input
30
25:4:864
White Exp
whiteexp
Adjust the three time parameters for greylisting. White expiration defaults to 864 (hours, approximately 36 days). SpamD removes whitelist entries from the database if no mail delivery activity has been seen from the whitelisted address within whiteexp hours from the initial time an address is whitelisted.
input
30
25:4:864
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
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
Automatically sends messages after being processed by SpamD to IP Address. You may enter an alias if you like, simply prepend $ to the alias name. example: $mailservers. Note, if you have postfix package installed enter 127.0.0.1 here.
input
1
Enable RRD graphing
enablerrd
Enables the graphing of SpamD connection and disconnection statistics.
checkbox
spamd_validate_input($_POST, &$input_errors);
sync_package_spamd();