On Sep 8, 2010, at 5:34 PM, Wietse Venema wrote:
Martijn de Munnik:
So I'm using a mailbox_transport to call dspam. Unfortantly the mail
doesn't show up in the logs after the lmtp part (I have lmtp -v in
master.cf) and the mail isn't delivered. When I remove the
The mailbox_transport delivers the mail to dspam, therefore the
mail no longer exists in the Postfix mail queue.
But the mails are still listed when I issue a mailq and when I remove
the mailbox_transport line from main.cf and restart postfix the mails
are delivered immediately. DSPAM should reinsert the message into the
postfix queue after processing. This works when I use a content_filter
and call dspam using a pipe.
I suggest that you have a look at the Postfix FILTER_README
documentation.
Will do.
Wietse