-----Original Message-----
From: M R Selvakumar [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 29, 2001 11:33 AM
To: Bill Shupp
Subject: RE: Every 15 th - 17 th users get No socket error..


This is my smtpd run file.. it seems I am using tcpserver.. but I don't why
inetd also running.. I have a very limited knowledge in this regard..


#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAX=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 4000000 /usr/local/bin/tcpserver -v -p -x
/etc/
tcp.smtp.cdb -c $MAX -u $QMAILDUID -g $NOFILESGID 0 smtp
/var/qmail/bin/qmail-sm
tpd 2>&1



Thank you,
Selva


-----Original Message-----
From: Bill Shupp [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 29, 2001 7:37 PM
To: M R Selvakumar; Qmail
Subject: Re: Every 15 th - 17 th users get No socket error..


on 8/28/01 1:28 AM, M R Selvakumar at [EMAIL PROTECTED] spake:

> Hi,
>
> I am running vpopmail & qmail in Linux 6.2 ...  When my users checking
there
> e-mail via pop3 it works fine.. but every 15th - 17 th user get no socket
> error.. but after sometimes it rectifies itself.. Otherwise if I KILL -HUP
> inetd it works.. but again after 15th - 17th user get the same no socket
> error..

Switch to tcpserver instead of inetd.  I've NEVER had that kind of problem
with tcpserver.

Cheers,

Bill Shupp


Reply via email to