Hi,
I just installed qmail-scanner on my Mdk Linux 9.0 machine. I did the following
step. My qmail was a running fine for last 2-3 weeks on this machines. I have skimmed 
over the FAQ.php and README.html
1. I d/l QMAILQUEUE patch and did patch -p1 < qmailqueue-patch in my
source qmail directory.
2. ./configure
3. ./configure --install
4. Then I did,
echo "/var/qmail/bin/qmail-scanner-queue.pl" > /service/smtpd/env/QMAILQUEUE
5. svc -du /sevice/*
6. ./contrib/test_installation.sh -doit
setting QMAILQUEUE to /var/qmail/bin/qmail-scanner-queue.pl for this
test...

Sending standard test message - no viruses...
qmail-inject: fatal: qq crashed (#4.3.0)
Bad error. qmail-inject died

My /service/smtpd/env/DATALIMIT is,
150000000.
Yeah! it is high. I also tried 15000000 & 1500000 & 150000, but the same result.

My /service/smtpd/run file is,

#!/bin/sh
exec 2>&1 \
envdir ./env \
sh -c '
    case "$REMOTENAME" in h) H=;; p) H=p;; *) H=H;; esac
    case "$REMOTEINFO" in r) R=;; [0-9]*) R="t$REMOTEINFO";; *) R=R;; esac
    exec \
    envuidgid qmaild \
    softlimit ${DATALIMIT+"-d$DATALIMIT"} \
    /usr/local/bin/tcpserver \
        -vDU"$H$R" \
        ${LOCALNAME+"-l$LOCALNAME"} \
        ${BACKLOG+"-b$BACKLOG"} \
        ${CONCURRENCY+"-c$CONCURRENCY"} \
        -xtcp.cdb \
        -- "${IP-0}" "${PORT-25}" \
    /var/qmail/bin/qmail-smtpd
'
#tail -5 /var/spool/qmailscan/qmail-queue.log 
23/10/2002 18:25:36:4765: uvscan: finished scan of dir 
"/var/spool/qmailscan/localhost.localdomain10353777364044765" in 0.561978 secs
23/10/2002 18:25:36:4765: scanloop: finished scan of 
"/var/spool/qmailscan/localhost.localdomain10353777364044765"...
23/10/2002 18:25:36:4765: d_m: unpacking and scanning message took 0.622589 seconds
23/10/2002 18:25:36:4765: unsetting QMAILQUEUE env var

What must be the problem? have I missed anything in the above steps?
Thanks a lot and eagerly waiting for an answer to this problem.
Bye.
-Payal


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en

_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to