On Mon, May 16, 2011 at 11:39:13AM -0600, Nathanael D. Noblet wrote:
> Hello,
> 
>    I am having an issue with postfix / dspam / cyrus and cyrus' sieve 
> filtering.
> 
>    The issue is that by the time cyrus gets the message Return-Path is 
> empty.
> 
>    I've setup a VM mirroring to test this out. With DSPAM out of the 
> picture using
> 
> main.cf
> mailbox_transport = cyrus
> 
> master.cf
> cyrus  unix - n n - - pipe
>    flags=R user cyrus argv=/usr/lib/cyrus-imapd/deliver -r ${sender} -m 
> ${extension} ${user}
> 
> 
> When setup this way, it makes it to the mailbox with a Return-Path 
> filled out. (because of the flags=R). However when changed to.
> 
> main.cf
> mailbox_transport = dspam
> 
> master.cf
> dspam unix - n n - 10 pipe
>    flags=Ru user=dspam:mail argv=/usr/bin/dspam --deliver=innocent,spam 
> --user $user -i f $sender -- $recipient
> 
> Return-Path is empty.
> 
> 
> Dspam delivers to cyrus via lmtp:
> 
> DeliveryHost /var/lib/imap/socket/lmtp
> DeliveryIdent postman
> DeliveryProto LMTP
> 
> 
> 
> Any ideas??
> 
> -- 
> Nathanael d. Noblet
> t 403.875.4613
> 

Hi Nathanael,

I do have a question. Since you are using Postfix, DSPAM and Cyrus IMAP, why 
aren't you
using LMTP delivery for all of the interprocess communications? We do that and 
it works
very well.

Regards,
Ken

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to