I use Cyrus.  How can I configure Cyrus to do this?  Right now Spam
Assassin is getting triggered due to my Postfix config:

smtp      inet  n       -       n       -       -       smtpd
        -o content_filter=sa


sa      unix    -       n       n       -       -       pipe
        user=spamd
        argv=/usr/bin/spamc
        -e /usr/sbin/sendmail
        -oi
        -f ${sender} ${recipient}


John Andersen wrote:
> On Friday 28 July 2006 10:33, Joe Harvell wrote:
>   
>> I have Postfix 2.2.10 and SpamAssassin 3.1.3.  I have been trying to
>> figure out how to set up per-user Bayesian filtering.  Obviously I need
>> to cause sa-learn to maintain a different database for each user.  My
>> question is how do I get SpamAssassin to use the DB corresponding to the
>> recipient of the message?  And if the message is destined to multiple
>> recipients, each with separate Bayesian DBs, does/can SA score them
>> separately?
>>     
>
> This isn't a postfix question so much as it is a MDA Question.
>
> What does local delivery on your system?  Procmail? 
> Cyrus?
> Do you use Amavis?
>
> As the mail is handed off from Postfix to your local
> delivery agent, that agent decides if it will use 
> SA or not. 
>
>   

Reply via email to