On Wed, Sep 17, 2003 at 09:59:48AM -0700, Jason Williams wrote:

> However, im having a hard time trying to configure postfix to work 
> correctly with spamd.

This works for me:

Nothing special in main.cf, all is in master.cf

smtp               inet    n       -       y       -       -       smtpd
        -o content_filter=spamc

spamc           unix    -       n       n       -       -       pipe
        flags=Fq
        user=spamcheck
        argv=/usr/bin/spamc -x -e /usr/sbin/sendmail -i -f $sender $recipient


Only mail entering via smtp will be checked, for me that's no problem.

Only the smtp daemon knows about the content filter so no need to do
anything fancy.

HTH
Alex


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to