Normally qmail init script is not in inetd.conf.  Checkout at
/etc/rc.d/init.d/qmail-smtpd.init

Check the tcprules file is existing at `/usr/local/etc/tcp.smtp.cdb` ( seen
in your command )

Try using the given command.

supervise /var/lock/qmail-smtpd  tcpserver -v -c40 -x
/usr/local/etc/tcp.smtp.cdb -u81 -g80 0 smtp qmail-smtpd &

where,  -u81 is the userid of qmaild ( `id -u qmaild` ) and
and   -g80 is the groupid of qmaild ( `id -u qmaild` ).
Check whether /usr/local/etc/tcp.smtp.cdb file is existing ( default
location is /etc/tcprules/qmail-smtpd.cdb )


Baiju Mathew.
[EMAIL PROTECTED]


----- Original Message -----
From: siva shanmugam <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 23, 2000 8:19 PM
Subject: Re: [LIH] tcpserver: fatal: unable to bind: address already used


> Thanks for replying,
>
> this is the line i gave in inetd.conf
>
> tcpserver -x/usr/local/etc/tcp.smtp.cdb\
>  -u1001 -g1000 0 smtp /var/qmail/bin/qmail-smtpd &
>
> later i gave kill -HUP (pid of inetd).
>
> now i am not able to connect to the server using
> outlook express.
>
> if possible can you give me a sample tcpserver line
> that can be included in inetd.conf .
>
> regards
> siva
>
>
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
>
> -----------------------------------------------------------------------
> LIH is all for free speech.  But it was created for a purpose - to help
> people discuss issues about installing and running Linux.  If your
> messages are counterproductive to this purpose, your privileges to
> submit messages can and will be revoked.
>
>


-----------------------------------------------------------------------
For more information on the LIH mailing list see:
http://lists.linux-india.org/lists/LIH

Reply via email to