I have a setup where I filter smtp mail with:

smtpd_milters=unix:/spamass/spamass.sock, unix:/var/run/opendkim/opendkim.sock

and non-smtp mail with

non_smtpd_milters=unix:/spamass/spamass.sock, unix:/var/run/opendkim/opendkim.sock

But when I receive non-smtp mail (typically LMTP, from a contact form from a website on the same server) I see no spamassassin headers. I do see DKIM headers though, so local miltering is working, just not for spamassassin. Does anyone have an idea on how I can get this to work?

Reply via email to