> 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 > >
Hi Ron, It allocates soft resources for a process but, limits the amount of resources to your setting. 36000000 seems like a lot. You may want to do a little testing to see if a lesser setting will work for you. Regards, Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
