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...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Anonymous on the 10th of Feb 2010 12:55:11 AM Download | Raw | Embed | Report
  1. ## use mysql for storage its thread safe
  2. #StorageDriver /usr/lib/dspam/libmysql_drv.so
  3. #StorageDriver /usr/lib/dspam/libsqlite3_drv.so
  4. StorageDriver /usr/lib/dspam/libhash_drv.so
  5. ## set up pipe mail back to postfix
  6. DeliveryHost    127.0.0.1
  7. DeliveryPort    10026
  8. DeliveryIdent   "dspamd"
  9. DeliveryProto   SMTP
  10. ## use procmail for LMA
  11. TrustedDeliveryAgent "/usr/bin/procmail"
  12. ## misc
  13. OnFail error
  14. Trust root
  15. Trust dspam
  16. Trust mail
  17. Trust mailnull
  18. Trust smmsp
  19. Trust daemon
  20. ## training
  21. TrainingMode teft
  22. TestConditionalTraining on
  23. #Feature chained
  24. Feature whitelist
  25. Algorithm graham burton
  26. Tokenizer osb
  27. ProcessorURLContext on
  28. #PValue graham
  29. PValue bcr
  30. ## disable www stats
  31. # pre 3.9 SupressWebStats on
  32. WebStats off
  33. ## mail handling
  34. AllowOverride spamAction
  35. AllowOverride spamSubject
  36. AllowOverride signatureLocation
  37. AllowOverride trainingMode
  38. AllowOverride enableBNR
  39. AllowOverride enableWhitelist
  40. AllowOverride showFactors
  41. AllowOverride whitelistThreshold
  42. AllowOverride statisticalSedation
  43. Preference "spamAction=tag"
  44. Preference "signatureLocation=headers"  # 'message' or 'headers'
  45. Preference "showFactors=off"
  46. Preference "spamSubject=[SPAM]"
  47. Notifications   off
  48. LocalMX 127.0.0.1
  49. ## logging
  50. TrackSources spam
  51. SystemLog on
  52. UserLog   off
  53. ## default filtering for all users
  54. Opt out
  55. ## dspams learning when email to spam or ham is sent
  56. ParseToHeaders off
  57. ChangeModeOnParse on
  58. ChangeUserOnParse off
  59. ## antivirus pipe
  60. ClamAVPort  3310
  61. ClamAVHost  127.0.0.1
  62. ClamAVResponse  accept
  63. ## set up spamd to accept mail from postfix
  64. ServerPID           /var/run/dspam/dspam.pid
  65. ServerMode          auto
  66. ServerPass.Relay1   "xxx"
  67. ServerParameters    "--deliver=innocent"
  68. ServerIdent         "localhost.localdomain"
  69. ServerDomainSocketPath  "/var/run/dspam/dspam.sock"
  70. ClientHost          /var/run/dspam/dspam.sock
  71. ClientIdent         "xxx@Relay1"
  72. ProcessorBias on
  73. Include /etc/dspam/dspam.d/
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: