message in maillog

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
jmackenz
Forum Regular
Forum Regular
Posts: 116
Joined: Tue Jan 23, 2007 10:18 am

message in maillog

Unread post 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
cwickham
New Forum User
New Forum User
Posts: 4
Joined: Fri Feb 23, 2007 4:58 pm

Unread post by cwickham »

I believe thats is in the .qmail file for each mailbox that had spam assassin enabled.
jmackenz
Forum Regular
Forum Regular
Posts: 116
Joined: Tue Jan 23, 2007 10:18 am

Unread post 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?
jmackenz
Forum Regular
Forum Regular
Posts: 116
Joined: Tue Jan 23, 2007 10:18 am

Unread post by jmackenz »

would it just be
cwickham
New Forum User
New Forum User
Posts: 4
Joined: Fri Feb 23, 2007 4:58 pm

Unread post by cwickham »

If you were getting rid of spam assassin, yes.
jmackenz
Forum Regular
Forum Regular
Posts: 116
Joined: Tue Jan 23, 2007 10:18 am

Unread post by jmackenz »

yup, now it's handled by qmail-scanner.

Thank you
- John
Post Reply