Hi people,
I have two questions;
After some our client's Bare LF problem, I used fixcr according to DJB's
suggestion and I started qmail-smtpd process by using a command like this:

/usr/local/bin/tcpserver -H -R -x/etc/tcp.smtp.cdb -c 200 -u 82 -g 81 0 smtp
\
sh -c '/usr/local/bin/fixcr|/var/qmail/bin/qmail-smtpd' 2>&1 |
/var/qmail/bin/splogger smtpd 3 & 

But some time later, I noticed that there were a lot of zombie processes
like these;

qmaild   46427  0.0  0.1   764  260  ??  I    Tue09AM   0:00.01
/usr/local/bin/fixcr
qmaild   46440  0.0  0.1   496  292  ??  I    Tue09AM   0:00.00 sh -c
/usr/local/bin/fixcr|/var/qmail/bin/qmail-smtpd
qmaild   46441  0.0  0.1   764  260  ??  I    Tue09AM   0:00.01
/usr/local/bin/fixcr
qmaild   46455  0.0  0.1   496  292  ??  I    Tue09AM   0:00.00 sh -c
/usr/local/bin/fixcr|/var/qmail/bin/qmail-smtpd
.
.


The zombies occur after connections only from clents have bare LF problem.
How can I prevent these zombie processes? 
Second question:
After I have read LWQ (by Dave), I have created a concurrencyremote file
under /var/qmail/control and used 200 in that file.
Can be a problem to use large numbers, because of default is relatively
small (20)? 
Our machine is a FreeBSD 3.2 box installed qmail-1.03 and has two processors
(PIII 350 Mhz).

Thank you very much for your answers.

Reply via email to