Al Sparks <[EMAIL PROTECTED]> wrote:
> Note the error "unable to start qmail-smtpd/run: ex". Note also, that
> tcpserver is not started in any of this.
>
> When I manually run "/service/qmail-smtpd/run" tcpserver does start.
> "/service/qmail-smtpd/run", which was taken from "Life with qmail", has
> the following in it:
> ******
> ILDUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> exec /usr/local/bin/softlimit -m 2000000 \
> /usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
> -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
> ******
The first line of the script is wrong and is not from "Life with qmail".
Then, the only "ex" in the script is part of "exec". Are you sure you
don't have some nonprintable characters in there?
Charles
--
-----------------------------------------------------------------------
Charles Cazabon <[EMAIL PROTECTED]>
GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/
-----------------------------------------------------------------------