Page 1 of 1

message in maillog

Posted: Fri Feb 23, 2007 5:06 pm
by jmackenz
Hello,

Since removing psa-spamassassin, I get the occossional message as follows :

delivery 1798: success: /bin/sh:_/usr/local/psa/bin/psa-spamc file not found

Where would this be being called from?

Thanks!
- John

Posted: Fri Feb 23, 2007 5:07 pm
by cwickham
I believe thats is in the .qmail file for each mailbox that had spam assassin enabled.

Posted: Fri Feb 23, 2007 5:24 pm
by jmackenz
ok, I missed it the first time, because it is only occuring with my groups.

for example :
| if [ -z "$SA" ]; then export SA=1; /usr/local/psa/bin/psa-spamc -u tsmolenski@domain.com -U /tmp/spamd_full.sock > spamcheck$$; if [ -s spamcheck$$ ]; then /var/qmail/bin/qmail-local "$USER" "$HOME" "$LOCAL" "" "" "$HOST" "$SENDER" "$DEFAULT" < spamcheck$$; retval=$?; rm -f spamcheck$$; [ $retval = 0 ] && exit 99; exit $retval; fi; rm -f spamcheck$$; fi # ACCEPT UCE
| true
&lsnyder@domain.com
&tammy@domain.com
Any idea what to change this to?

Posted: Fri Feb 23, 2007 5:25 pm
by jmackenz
would it just be

Posted: Fri Feb 23, 2007 6:22 pm
by cwickham
If you were getting rid of spam assassin, yes.

Posted: Fri Feb 23, 2007 6:38 pm
by jmackenz
yup, now it's handled by qmail-scanner.

Thank you
- John