Ok, I'm a newbie at this.  Here's the info you might need before I show
you the error:

Redhat 6.2 (Intel)
qmail-1.03
ucspi-tcp-0.88
daemontools-0.70

I'm manually invoking 
     supervise qmail-smtpd &

The run file is:
*************************
#!/bin/sh
     QMAILDUID=`id -u qmaild`
     NOFILESGID=`id -g qmaild`
     exec /usr/local/bin/softlimit -m 2000000 \
         /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \
             -u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
*************************

The errors I get are:
tcpserver: fatal: unable to bind: address already used
tcpserver: fatal: unable to bind: address already used
tcpserver: fatal: unable to bind: address already used
tcpserver: fatal: unable to bind: address already used
   [until killed]

I've already ensured that an tcp.smtp.cdb file has been created, and
the entry in the tcp.smtp file it was created is,
*************************
10.1.1.83:allow,RELAYCLIENT=""
*************************

which I got from Sill's "Life with Qmail".

I also checked to make sure that command,
     id -u qmaild
worked.

Hints?  I'm sure I'm missing something stupid.
    === Al


__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

Reply via email to