If it weren't for microsoft viruses, I wouldn't be having this problem...
Whenever I send mail to qmail I get a
<<< 451 qq temporary problem (#4.3.0)
I read that this is a memory problem I should be
having since I installed qmail-scanner (to filter microsoft viruses), and that I'd
have to increase
the memory for qmail-smtp. So I changed my
/var/qmail/supervise/qmail-smtpd/run file to look
like this.
****************SNIP*****************
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" export QMAILQUEUE
exec /usr/bin/softlimit -m 10000000 \
/usr/bin/tcpserver -v -p -x
etc/tcprules.d/qmail-smtp.cdb \
-u $QMAILDUID -g $NOFILESGID 0 smtp
/var/qmail/bin/qmail-smtpd 2>&1
****************SNIP*****************
Which gives it an obscene amount of memory to run. Should be more than enough, but
I'm still getting that error. I'm lost. There is nothing in the current log.
-Larry