Tuesday, June 7, 2011, 1:36:24 AM, Matus wrote: > Postfix can't use spamassassin directly, you _need_ to use something > and that somethink
FYI: You can pipe to SpamAssassin directly from Postfix: master.cf: ... spamass unix - n n - 15 pipe user=spamd argv=/usr/local/bin/spamc -u ${recipient} -s 393216 -e /usr/local/sbin/sendmail -oi -f ${sender} ${recipient} ... smtp inet n - n - - smtpd -o content_filter=spamass ... -- Best regards, Duane mailto:du...@duanemail.org