Trying to set up another server with dspam.
The last one broke, olde hardware...

Let me start with the error:

status=deferred (connect to mydomainnamehere.com[/tmp/dspam.sock]: No such file or directory)

And then go to my configuration for postfix:


127.0.0.1:10021 inet n   -       n      -       5      smtpd
  -o content_filter=lmtp:unix:/tmp/dspam.sock


And lastly the configuration for dspam.

   egrep -v "(^$|^\#)" /etc/dspam/dspam.conf

Home /var/spool/dspam
StorageDriver /usr/lib/dspam/libpgsql_drv.so
DeliveryHost        127.0.0.1
DeliveryPort        10027
DeliveryIdent       localhost
DeliveryProto       SMTP
EnablePlusedDetail      on
OnFail error
Trust root
Trust dspam
Trust mail
Trust mailnull
Trust smmsp
Trust daemon
TrainingMode teft
TestConditionalTraining on
Feature sbph
Feature noise
Feature whitelist
Feature tb=0
Algorithm burton
PValue markov
Preference "spamAction=quarantine"
Preference "signatureLocation=headers"  # 'message' or 'headers'
Preference "showFactors=on"
Preference "enableWhitelist=on"
AllowOverride trainingMode
AllowOverride enableWhitelist
AllowOverride whitelistThreshold
HashRecMax              98317
HashAutoExtend          on
HashMaxExtents          0
HashExtentSize          49157
HashMaxSeek             100
HashConnectionCache     10
Notifications   on
PurgeSignatures 14          # Stale signatures
PurgeNeutral    90          # Tokens with neutralish probabilities
PurgeUnused     90          # Unused tokens
PurgeHapaxes    30          # Tokens with less than 5 hits (hapaxes)
PurgeHits1S     15          # Tokens with only 1 spam hit
PurgeHits1I     15          # Tokens with only 1 innocent hit
LocalMX 127.0.0.1
SystemLog on
UserLog   on
ParseToHeaders on
ChangeModeOnParse on
ChangeUserOnParse full
Broken case
ServerQueueSize 32
ServerPID              /var/run/dspam/dspam.pid
ServerMode auto
ServerParameters        "--deliver=innocent"
ServerIdent             "localhost.localdomain"
ServerDomainSocketPath  "/tmp/dspam.sock"
ProcessorBias on
Include /etc/dspam/dspam.d/

Reply via email to