On Wed, Mar 14, 2001 at 09:22:23PM +0100, Gustav-Martin Olsen wrote:
> Hello,
> 
> thanks anybody for the help. I use the daemontools and tcpserver,
> my run script looks like this:
> exec /usr/local/bin/softlimit -m 10000000 /usr/local/bin/tcpserver -Q -H -R
> -v \
> -u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
> 
> I've read the manual page, but i'm not sure, what entry i must change (the
> smtp in 800 ?)
> 
> Can anybody write an example?
[snip]


change the word ''smtp'' into 800, that is:

exec /usr/local/bin/softlimit -m 10000000 \
/usr/local/bin/tcpserver -Q -H -R -v -u $QMAILDUID -g $NOFILESGID 0 800 \
/var/qmail/bin/qmail-smtpd 2>&1

Jörgen

Reply via email to