[Avcheck] AVP+POSTFIX+SpamAssassin

skapter@jacobsinteractive.com skapter@jacobsinteractive.com
Sun, 24 Aug 2003 11:36:41 -0500 (CDT)


> Hi,
>
> I have use Postfix+AVP with avcheck and working fine.
> I have read posts form December 2002 about integration avcheck with
> postfix and
> SpamAssassin but I am looking full sample master.cf of this integration.
> Maybe
> this sample put to FAQ avcheck ?
>

I use Avcheck/SpamAssassin/DrWeb/Postfix at 2 sites.  Here
are my master.cf entries (with thanks to Martin Jaggi).

localhost:1025 inet n - n - - smtpd -o content_filter=

avcheck unix - n n - 30 pipe
        flags=q user=avclient argv=/usr/bin/spamc -u avclient -e
        /var/spool/drweb/avcheck
        -d /var/spool/drweb/./tst -s DrWeb:/var/spool/drweb/run/sock
        -f ${sender} -S :1025 -- ${recipient}

Take care,

--Kapp