On 07 Aug 2001 12:43:23 -0700, Al Sparks wrote:
> 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`
Right here is your problem.. If you notice ILDUID is not a the variable
that you call furhter down in the script.. You call $QMAILDUID which is
taken from LWQ..
> 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
As you can see the variables do no match giving tcpserver no UID to run
with.. Fix it and tcpserver should run...
> ******
> 
> This is driving me nuts.  What am I missing?
>    === Al
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
-- 
Jake Roersma
Network Engineer
Triton Technologies Inc.
(800)-837-4253/364-8761

Reply via email to