> I'm having problems with qmail-scanner + spamassasin + uvscan running in > a FreeBSD 5.0 machine . > my qmail-smtpd script is: > > #!/bin/sh PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin > export QMAILQUEUE QMAILINJECT PATH > QMAILDUID=`id -u qmaild` > NOFILESGID=`id -g qmaild` > MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` > LOCAL=`head -1 /var/qmail/control/me` > exec /usr/local/bin/softlimit -m 200000 \ > /usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c > "$MAXSMTPD" \ > -u "$QMAILDUID" -g "$NOFILESGID" 0 26 /var/qmail/bin/qmail-smtpd > 2>&1
Hello Have you tried to raise the amout of memory there is avaiable for qmail-smtp Change 200000 to some more. fx. 10000000 or less. Try some higher values /Brian ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
