Happy Holidays, I have a problem with qmail-scanner not being called. I installed netqmail v5 and have perl-5.8, but fixed the setuidgid problem. Tested it with test_installation -doit. I get this message saying QMAILQUEUE is not set during the test, but it scans the mail and messages are delivered to the admin. (no problem).
I set tcp.smtp with: 127.0.0.:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" :allow,RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" and have my smtpd run file as such: #!/bin/sh QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" export QMAILQUEUE VPOPMAILUID=`id -u vpopmail` VPOPMAILGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` HOST=`head -1 /var/qmail/control/me` PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin export PATH exec softlimit -m 6500000 \ tcpserver -v -R -l "$HOST" -x /etc/tcp.smtp.cdb \ -c "$MAXSMTPD" -u "$VPOPMAILUID" -g "$VPOPMAILGID" 0 smtp \ qmail-smtpd \ /home/vpopmail/bin/vchkpw true 2>&1 but for some reason the messages are not scanned? I'll trying the vpopmail AUTH before SMTP. Is that the problem? Any help is appreciated. Also, the messages are not getting queued? J __________________________________ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my.yahoo.com ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Qmail-scanner-general mailing list Qmail-scanner-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general