Title: RE: SMTP doesn't respond

SWEET! That was it, THANK YOU VERY MUCH!

Posting this back to the list so people know what my problem was. I had an empty concurrencyincoming file.

-----Original Message-----
From: Greg White [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 30, 2001 14:00
To: Mark Douglas
Subject: Re: SMTP doesn't respond


On Wed, May 30, 2001 at 01:29:36PM -0400, Mark Douglas wrote:
> No error messages in either of the logs.
>
> Here is the content of the run file for smptd:
>
> #!/bin/sh
> QMAILDUID=`/usr/xpg4/bin/id -u qmaild`
> NOFILESGID=`/usr/xpg4/bin/id -g qmaild`
> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> exec /usr/local/bin/softlimit -m 4000000 \
>     /usr/local/bin/tcpserver -R -H -v -p -x /etc/tcp.smtp.cdb -c "$MAXSMTPD"
> \
>         -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd
> 2>&1
>
> Thanks for all the help!


Please see my later message to the list -- I'm sending this direct to
save some time. This script is definitely LWQ. I think maybe /bin is not
in your PATH for the script, or /var/qmail/control/concurrencyincoming
is empty or '0'. If concurrencyincoming has '40' in it, try fully
qualifying the path to 'cat' in the script -- like '/bin/cat' or
'/usr/bin/cat', whichever is appropriate for your machine. If I'm
correct, please feel free to quote any or all of this message to the
list... I checked your earlier message, and qmail-showctl and this
script seem to agree that 'concurrencyincoming' is the right file -- I
can't count the number of times I couldn't figure out what was up when I
got zero connections with '40' in /var/qmail/control/concurencyincoming
;) (Look closely at that filename) ;)

HTH,

--
GW

Reply via email to