On Mon, Nov 13, 2000 at 09:07:07PM +0100, Davide Giunchi wrote:

> if i do a "telnet server smtp"  i get the "escape caracter is..." line and
> after that nothing, this continue
> until i reboot the server. I get the following error in another qmail
> server ....
> 
> Here it's my startup line:
> ---
>  csh -cf '/var/qmail/rc &'
>   QMAILUID=`id -u qmaild` 
>   NOFILESGID=`id -g qmaild`
>   /usr/local/bin/tcpserver -H -R -x /etc/tcp.smtp.cdb -c100 -u$QMAILUID
> -g$NOFIL
> ESGID 0 smtp /var/qmail/bin/qmail-smtpd &  >/dev/null 2>/dev/null

Is it possible that you have hit your concurrency limit?  If so, that's
exactly what happens:  It accepts the connection but will not launch the
qmail-smtpd process until a session becomes available.

Ben

-- 
Ben Beuchler                                         [EMAIL PROTECTED]
MAILER-DAEMON                                         (612) 321-9290 x101
Bitstream Underground                                   www.bitstream.net

Reply via email to