* Ryan Thoryk <ry...@onshore.com>: > Hi, > > We're rebuilding a mail server and are having some issues with SQL-based > SA preference lookups. We're running Postfix 2.5.5 and SA 3.2.5 (Debian > Lenny version) - here's our Postfix config from master.cf: > spamassassin unix - n n - - pipe > user=spamd argv=/usr/bin/spamc -u ${user} -e /usr/sbin/sendmail -oi -f > ${sender} ${recipient}
Using it with the Postfix pipe command makes it very slow. Have you considered using the Sendmail milter interface integrated in Postfix in combination with the SpamAssassin milter? > > old non-lookup line: > user=spamd argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f ${sender} > ${recipient} > > What's happening is that individual incoming messages get handed off to > SA using the spamc command above, but SA is only processing the first > message and never handing it back to Postfix, while the other messages > never seem to get processed at all (nothing at all about them in the > logs). The old non-lookup line works fine. Has anyone here experienced > similar issues? > > Ryan Thoryk > > > -- > Ryan Thoryk > System Administrator > onShore Networks, LLC > completeIT® services > 1407 West Chicago Avenue > Chicago, Illinois 60642-5231 > 312.850.5200 x146 > ry...@onshore.com > www.onshore.com >