"Manuel Gisbert" <[EMAIL PROTECTED]> wrote:
>Now when I connect to the server using outlook or outlook express (both are
>mentioned on the above website as working) qmail-smtpd exits with "421 out
>of memory (#4.3.0)".
>
><snipp from qmail/supervise/qmail-smtpd/run>
>#!/bin/sh
>QMAILDUID=`id -u qmaild`
>NOFILESGID=`id -g vpopmail`
>exec /usr/local/bin/softlimit -m 4000000 /usr/local/bin/tcpserver -H -R -l
>mydomain -u $QMAILDUID -g $NOFILESGID 0 smtp /usr/local/bin/rblsmtpd
>/var/qmail/bin/qmail-smtpd /usr/vpopmail/bin/vchkpw /bin/true
></snipp>
The "4000000" in the softlimit command is probably the culprit. Try
increasing it or removing "/usr/local/bin/softlimit -m 4000000"
temporarily to confirm that that's the problem.
-Dave