That's probably the case. I have to bump the amount of memory allowed for queue runs way up when running SA (or pretty much anything under qmailscanner).

This works for me in /service/qmail-smtpd/run:

#!/bin/sh
QMAILDUID=`/usr/xpg4/bin/id -u qmaild`
NOFILESGID=`/usr/xpg4/bin/id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
QMAILQUEUE=/var/qmail/bin/qmail-scanner-queue.pl
export QMAILQUEUE

exec /usr/local/bin/softlimit -m 1000000000 \
/usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd 2>&1



AltGrendel wrote:


On Sun, 2003-05-25 at 15:56, Derek C. wrote:


451 qq temporary problem (#4.3.0)


I don't think this is an SA problem per se. More of a system resource
issue. The Qmail-scanner list had a similar thread. A few suggestions
were placed in this post:

http://sourceforge.net/mailarchive/message.php?msg_id=5015820






-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to