Scott Schappell wrote:
-----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):


<SNIP>

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



You said you tried increasing the softlimit..was it increased to the 35mb value or did you try going further than this? After installing 0.80 of clamav, i had to bump mine up to 55mb to run correctly. I'd try bumping the softlimit up quite high TEMPORARILY and then back it down from there if it works.

-Jim


------------------------------------------------------- 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

Reply via email to