Hi, I�m new in this list. I�m writing from Madrid (Spain) and my English is no good enough.
Apart from this, here is my question/problem: I have successfully installed qmail+tcpserver+daemontools+VPOPMAIL+qmailadmin+patches... (I put VPOPMAIL in mayuscula because of the possible incompatibilities with that module) I have installed qmail-scanner with all the requirements qmailqueue-patch Maildrop Perl Time::HiRes Perl DB_File Perl Sys::Syslog Tnef unpacker Clamav Antivirus The installation procedure was clean and extremely successful, when I did a ./configure in the installation of qmail-scanner, it recognized all of the components. The problem is the next: when I did the test in the ./contrib. Directory, qmail does not filter anything, is like I have installed nothing at all. I refer to the FAQ and follow all the steps with a negative result. This is my /var/qmail/supervise/qmail-smtpd/run #!/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.pl" 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 89 -g 89 0 smtp /usr/local/bin/rblsmtpd -r relays.ordb.org \ /var/qmail/bin/qmail-smtpd "$LOCAL" \ /home/vpopmail/bin/vchkpw /bin/true 2>&1 the only thing I consider rare is this: when I execute /var/qmail/bin/qmail-scanner-queue.pl like user qmaild it returns me unable to open .../qmail-scanner-queue.pl, permission denied My question is the following: How can I Know if qmail is filtering the mails or what queue am I using? Does qmail-scanner really works with vpopmail? Regards. ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
