Hi. I have a problem with qmail-scanner + clamav + SpamAssassin on slackware OS.
I followed the "wrapper" installation for the qmail-scanner because I dont have the perl-suid packet.
my /service/qmail-smtpd/run is:
-------------------------------------------
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
LOCAL=`head -1 /var/qmail/control/me`
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue"
export QMAILQUEUE
if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" -o -z "$LOCAL" -o -z
"$QMAILQUEUE"]; then
echo QMAILDUID, NOFILESGID, MAXSMTPD, or LOCAL is unset in
echo /var/qmail/supervise/qmail-smtpd/run
exit 1
fi
exec /usr/local/bin/softlimit -a 10000000 \
/usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
-u 1009 -g 105 0 smtp /usr/local/bin/rblsmtpd -r relays.ordb.org \
/var/qmail/bin/qmail-smtpd "$LOCAL" \
/home/vpopmail/bin/vchkpw /bin/true 2>&1
----------------------------------------------------------------------
When I run the test_installation in /qmail-scanner/contrib/, everything is correct, but when I send an email from the mail client (outlook) the following error appears: "qq temporary problem", and in the /var/log /maillog appears the following:
----------------------
Jan 8 18:32:02 server X-Qmail-Scanner-1.20: [server10735975224618624] cannot open /var/spool/qmailscan/qmail-sca
nner-queue-version.txt - did you initialise the system by running "qmail-scanner-queue.pl -z"? - Permission denied
and
Jan 9 00:25:42 server vpopmail[2372]: vchkpw-pop3: (PLAIN) login success [EMAIL PROTECTED]:200.80.10.150
Jan 9 00:27:18 server X-Qmail-Scanner-1.20: [] cannot create /var/spool/qmailscan/tmp - Permission denied
-----------------------
I tried making read/write world permission at /var/spool/qmailscan directory, but it was the same.
spamd is running under the spamd user but I tried qscand user.
I tried running clamd in root mode and in qscand mode but i have not good results.
The qmai-scanner uses the qscand user, but the logs are always the same.
The software version are: clamav0.65 Spamassassin2.61 qmail-scanner 1.20 OS Slackware 9.1 Thanks in advance, and sorry for my poor english.
Dario from Argentina
_________________________________________________________________ MSN Amor: busca tu � naranja http://latam.msn.com/amor/
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
