Rob Klingsten wrote:
[snip]

Ok, just when you think you have it all figured out ... :(

Thank you very much for the info, I will go back to the drawing board for my delivery stage from dspam. Thought it was all working well.


consider running dspam in "relay" mode


http://dspam.nuclearelephant.com/text/relay-howto.txt


In your dspam.conf, you should have something like:

DeliveryHost    127.0.0.1
DeliveryPort    10025
DeliveryProto   SMTP
...
ServerPort      10024
ServerMode      standard
...

in main.cf, something like

content_filter = lfilter:[127.0.0.1]:10024

where "lfilter" is defined in master.cf like this

lfilter       unix    -       -       n       -       2       lmtp
    ...


note: dspam gets mail with LMTP and passes it back to postfix with SMTP.

Reply via email to