Joe,

I had the same problem.

I was (and still am) totally confused with daemontools, inetd, ucspi,
xinitd, blah, blah, blah:)!  I was reading a bunch of FAQ and install notes
and added an SMTP to my /etc/xinetd.d directory.  Here is what I added:

"{
        flags           = REUSE NAMEINARGS
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = qmaild
        server          = /usr/sbin/tcpd
        server_args     = /var/qmail/bin/tcp-env -R
/var/qmail/bin/qmail-smtpd
        disable         =no
}"

I did this because one of the FAQs said that I needed to use this with
xinetd.  Of course, you don't need this if you are under control (in terms
of managing services) of ucspi.  I changed "disable =no" to "disable =yes"
and it took care of this error messages.  This caused the conflict with the
address in use.

I still don't have everything working yet, but I am still trying!


Thanks,
Ted



-----Original Message-----
From: jx001 [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 9:21 PM
To: [EMAIL PROTECTED]
Subject: TCPserver; ucspi-tcp; inetd


When I did  install the ucspi-tcp package I receive the following
error-message (var/log/qmail/qmail-smtpd):
"tcpserver: fatal: unable to bind: adress already use"

I did install ucspi-tcp as described (http://cr.yp.to/ucspi-tcp.html)

There must be some problems with inetd...

How can I solve this problem?

THX

Joe

Reply via email to