It looks like you may need to increase your softlimit in your run script.

~~~~

[EMAIL PROTECTED] ~]# cat /var/qmail/supervise/imap4/run #!/bin/sh

PASSPROG="/usr/lib/courier/authlib/authvchkpw"
HOSTNAME=`hostname --fqdn`
rm -rf ./env/*;

cat /etc/courier/imapd | /usr/bin/envconv exec /usr/bin/envdir ./env/ \
/usr/bin/softlimit -m 9000000 \             <------HERE-----<<<
/usr/bin/tcpserver -v -R -H -l $HOSTNAME 0 143 \ /usr/sbin/imaplogin \
$PASSPROG /usr/bin/imapd Maildir 2>&1

~~~~


Regards,

Nick

******

Nick,

Thanks so very much!  It worked.

I changed the softlimit to 36000000 (is that bits/bytes etc?)

What does the /usr/bin/softlimit -m # DO?

Ron


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to