Mark Douglas <[EMAIL PROTECTED]> wrote:
>
> #!/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"
I think you were right in the 0/0 thing. What are the contents of
/var/qmail/control/concurrencyincoming? What is the ownership and the
permissions on that file? If you replace "$MAXSMTPD" above with 40 (or
whatever) and restart that service, it may start working for you.
You might also want to use "-H -R -l hostname" options if you think there are
any DNS issues involved. Your use of -H and -p together above doesn't seem to
make sense to me. They're contradictory.
Charles
--
-----------------------------------------------------------------------
Charles Cazabon <[EMAIL PROTECTED]>
GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------