Recent Posts
None | 22 sec ago
Perl | 27 sec ago
C++ | 32 sec ago
None | 40 sec ago
None | 54 sec ago
None | 56 sec ago
None | 1 min ago
Python | 1 min ago
PAWN | 1 min ago
C | 1 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Anonymous on the 10th of Feb 2010 12:55:11 AM
Download |
Raw |
Embed |
Report
## use mysql for storage its thread safe
#StorageDriver /usr/lib/dspam/libmysql_drv.so
#StorageDriver /usr/lib/dspam/libsqlite3_drv.so
StorageDriver /usr/lib/dspam/libhash_drv.so
## set up pipe mail back to postfix
DeliveryHost 127.0.0.1
DeliveryPort 10026
DeliveryIdent "dspamd"
DeliveryProto SMTP
## use procmail for LMA
TrustedDeliveryAgent "/usr/bin/procmail"
## misc
OnFail error
Trust root
Trust dspam
Trust mail
Trust mailnull
Trust smmsp
Trust daemon
## training
TrainingMode teft
TestConditionalTraining on
#Feature chained
Feature whitelist
Algorithm graham burton
Tokenizer osb
ProcessorURLContext on
#PValue graham
PValue bcr
## disable www stats
# pre 3.9 SupressWebStats on
WebStats off
## mail handling
AllowOverride spamAction
AllowOverride spamSubject
AllowOverride signatureLocation
AllowOverride trainingMode
AllowOverride enableBNR
AllowOverride enableWhitelist
AllowOverride showFactors
AllowOverride whitelistThreshold
AllowOverride statisticalSedation
Preference "spamAction=tag"
Preference "signatureLocation=headers" # 'message' or 'headers'
Preference "showFactors=off"
Preference "spamSubject=[SPAM]"
Notifications off
LocalMX 127.0.0.1
## logging
TrackSources spam
SystemLog on
UserLog off
## default filtering for all users
Opt out
## dspams learning when email to spam or ham is sent
ParseToHeaders off
ChangeModeOnParse on
ChangeUserOnParse off
## antivirus pipe
ClamAVPort 3310
ClamAVHost 127.0.0.1
ClamAVResponse accept
## set up spamd to accept mail from postfix
ServerPID /var/run/dspam/dspam.pid
ServerMode auto
ServerPass.Relay1 "xxx"
ServerParameters "--deliver=innocent"
ServerIdent "localhost.localdomain"
ServerDomainSocketPath "/var/run/dspam/dspam.sock"
ClientHost /var/run/dspam/dspam.sock
ClientIdent "xxx@Relay1"
ProcessorBias on
Include /etc/dspam/dspam.d/
Submit a correction or amendment below.
Make A New Post