Advertisement
Guest User

Untitled

a guest
Apr 20th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1.  
  2. Home /var/spool/dspam
  3.  
  4. StorageDriver /usr/lib/x86_64-linux-gnu/dspam/libmysql_drv.so
  5.  
  6.  
  7. DeliveryHost 127.0.0.1
  8. DeliveryPort 10026
  9. DeliveryIdent localhost
  10. DeliveryProto SMTP
  11.  
  12.  
  13. OnFail error
  14.  
  15. #
  16. # Trusted Users: Only the users specified below will be allowed to perform
  17. # administrative functions in DSPAM such as setting the active user and
  18. # accessing tools. All other users attempting to run DSPAM will be restricted;
  19. # their uids will be forced to match the active username and they will not be
  20. # able to specify delivery agent privileges or use tools.
  21. #
  22. Trust root
  23. Trust dspam
  24. Trust www-data
  25. Trust mail
  26. Trust daemon
  27. Trust amavis
  28.  
  29. TrainingMode teft
  30.  
  31.  
  32. TestConditionalTraining on
  33.  
  34.  
  35. Feature whitelist
  36.  
  37. Algorithm graham burton
  38.  
  39.  
  40. Tokenizer chain
  41.  
  42. PValue bcr
  43.  
  44. #
  45. # WebStats: Enable this if you are using the CGI, which writes .stats files
  46. WebStats on
  47.  
  48. #
  49. # ImprobabilityDrive: Calculate odds-ratios for ham/spam, and add to
  50. # X-DSPAM-Improbability headers
  51. #
  52. #ImprobabilityDrive on
  53.  
  54. #
  55. # Preferences: Specify any preferences to set by default, unless otherwise
  56. # overridden by the user (see next section) or a default.prefs file.
  57. # If user or default.prefs are found, the user's preferences will override any
  58. # defaults.
  59. #
  60. Preference "trainingMode=TEFT" # { TOE | TUM | TEFT | NOTRAIN } -> default:teft
  61. Preference "spamAction=tag" # { quarantine | tag | deliver } -> default:quarantine
  62. Preference "spamSubject=[SPAM]" # { string } -> default:[SPAM]
  63. Preference "statisticalSedation=5" # { 0 - 10 } -> default:0
  64. Preference "enableBNR=on" # { on | off } -> default:off
  65. Preference "enableWhitelist=on" # { on | off } -> default:on
  66. Preference "signatureLocation=message" # { message | headers } -> default:message
  67. Preference "tagSpam=off" # { on | off }
  68. Preference "tagNonspam=off" # { on | off }
  69. Preference "showFactors=off" # { on | off } -> default:off
  70. Preference "optIn=off" # { on | off }
  71. Preference "optOut=off" # { on | off }
  72. Preference "whitelistThreshold=10" # { Integer } -> default:10
  73. Preference "makeCorpus=off" # { on | off } -> default:off
  74. Preference "storeFragments=off" # { on | off } -> default:off
  75. Preference "localStore=" # { on | off } -> default:username
  76. Preference "processorBias=on" # { on | off } -> default:on
  77. Preference "fallbackDomain=off" # { on | off } -> default:off
  78. Preference "trainPristine=off" # { on | off } -> default:off
  79. Preference "optOutClamAV=off" # { on | off } -> default:off
  80. Preference "ignoreRBLLookups=off" # { on | off } -> default:off
  81. Preference "RBLInoculate=off" # { on | off } -> default:off
  82. Preference "notifications=off" # { on | off } -> default:off
  83.  
  84. #
  85. # Overrides: Specifies the user preferences which may override configuration
  86. # and commandline defaults. Any other preferences supplied by an untrusted user
  87. # will be ignored.
  88. #
  89. AllowOverride enableBNR
  90. AllowOverride enableWhitelist
  91. AllowOverride fallbackDomain
  92. AllowOverride ignoreGroups
  93. AllowOverride ignoreRBLLookups
  94. AllowOverride localStore
  95. AllowOverride makeCorpus
  96. AllowOverride optIn
  97. AllowOverride optOut
  98. AllowOverride optOutClamAV
  99. AllowOverride processorBias
  100. AllowOverride RBLInoculate
  101. AllowOverride showFactors
  102. AllowOverride signatureLocation
  103. AllowOverride spamAction
  104. AllowOverride spamSubject
  105. AllowOverride statisticalSedation
  106. AllowOverride storeFragments
  107. AllowOverride tagNonspam
  108. AllowOverride tagSpam
  109. AllowOverride trainPristine
  110. AllowOverride trainingMode
  111. AllowOverride whitelistThreshold
  112. AllowOverride dailyQuarantineSummary
  113. AllowOverride notifications
  114.  
  115.  
  116. Notifications off
  117.  
  118. PurgeSignatures 14 # Stale signatures
  119. PurgeNeutral 90 # Tokens with neutralish probabilities
  120. PurgeUnused 90 # Unused tokens
  121. PurgeHapaxes 30 # Tokens with less than 5 hits (hapaxes)
  122. PurgeHits1S 15 # Tokens with only 1 spam hit
  123. PurgeHits1I 15 # Tokens with only 1 innocent hit
  124.  
  125.  
  126. LocalMX 127.0.0.1
  127.  
  128.  
  129. SystemLog on
  130. UserLog on
  131.  
  132.  
  133. Opt out
  134.  
  135. set to 'on' to use either of the following features.
  136. ParseToHeaders on
  137. ChangeModeOnParse on
  138. ChangeUserOnParse full
  139.  
  140. ServerMode auto
  141. ServerParameters "--deliver=innocent"
  142. ServerIdent "localhost.localdomain"
  143. ServerPID /var/run/dspam.pid
  144. ServerDomainSocketPath "/var/spool/postfix/tmp/dspam.sock"
  145.  
  146.  
  147. ProcessorURLContext on
  148.  
  149. ProcessorBias on
  150.  
  151.  
  152. StripRcptDomain off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement