-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I've done as much googling for this and searching this mail list as I possibly could. All answers pointed to increasing the softlimit on qmail-smtpd, which I did. However, with clamav enabled and running the test_installation.sh script this happens (The system is FreeBSD 4.9-RELEASE-p11):
./test_installation.sh -doit QMAILQUEUE was not set, defaulting to /usr/local/bin/qmail-scanner-queue.pl for this test...
Sending standard test message - no viruses... done!
Sending eicar test virus - should be caught by perlscanner module... qmail-inject: fatal: qq temporary problem (#4.3.0) Bad error. qmail-inject died
Remove clamav from the scanners array:
# ./test_installation.sh -doit QMAILQUEUE was not set, defaulting to /usr/local/bin/qmail-scanner-queue.pl for this test...
Sending standard test message - no viruses... done!
Sending eicar test virus - should be caught by perlscanner module... done!
Sending eicar test virus with altered filename - should only be caught by commercial anti-virus modules (if you have any)...
Sending bad spam message for anti-spam testing - In case you are using SpamAssassin... Done!
Finished test. Now go and check Email for root
I've checked the permissions for qmail-scanner-queue.pl:
- -rwsr-xr-x ... /usr/local/bin/qmail-scanner-queue.pl
My qmail-smtpd run file:
#!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` exec /usr/local/bin/softlimit -m 35000000 \ ~ /usr/local/bin/tcpserver -v -p -R -l arthur.silvertree.org -x /etc/tcp.smtp.cdb ~ -c "$MAXSMTPD" \ ~ -u $QMAILDUID -g $NOFILESGID 0 smtp /usr/local/bin/rblsmtpd \ - -r sbl-xbl.spamhaus.org -r relays.ordb.org -r bl.spamcop.net \ - -r list.dsbl.org /var/qmail/bin/qmail-smtpd 2>&1
ClamAV is running as a daemon: clamav 57411 .... /usr/local/sbin/clamd
So, I'm turning to the list for help.
NOTE: ClamAV, spamassassin and qmail-scanner were all installed from the FreeBSD ports collection. - -- PGP Key: http://archon.silvertree.org/pgp.txt Fingerprint: E799 F032 BD9A 66B8 2930 AE2B E742 0B78 BADB 8E11 "Compassion and retribution are two sides of the same coin. Necessity dictates on what side the coin will fall." -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFBf6cztLi+Rdj/cPMRAt/AAKCniuKIa3VU23Hev1NRZmThx8Z/cACfRVPg ukrly/e2JGGHI35ZgTQUro8= =UV2S -----END PGP SIGNATURE-----
------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
