Hi all,

I'm happily running Dspam 3.8.0 on FreeBSD 6.2 (it was a pig to setup), maybe this will help you:

*rc.conf*
dsapm_enable="YES"

Yes (sure you mean dspam_enable="YES")

*postfix master.cf*
smtp inet n - n - - smtpd
-o content_filter=lmtp:unix:/var/run/dspam.sock

localhost:10026 inet n - n - - smtpd
-o content_filter=
-o recieve_override_options =no_unknown_recipient_checks,no_header_body_checks
-o smtpd_helo_restrictions=
-o smtpd_client_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o smtpd_authorized_xforward_hosts=127.0.0.1

*postfix main.cf*
virtual_transport = lmtp:unix:/var/run/dspam.sock
dspam_destination_recipient_limit = 1

Why do you have BOTH content_filter and virtual_transport for dspam?

*dspam.conf*
DeliveryHost 127.0.0.1
DeliveryPort 10026
DeliveryIdent localhost
DeliveryProto SMTP

Yes, I have almost the same here...

Have a nice day,
Alex

Reply via email to