"Andrew Apold" <[EMAIL PROTECTED]> wrote:
[Snip]
>I tried setting up tcpserver after all this (is this different than
>the ucspi I installed with LWQM?) instead of inetd... however, my
>/var/maillog file shows numerous "tcpserver: fata: unable to bind:
>address is already used" mised in with a number 'f "tcpserver: status
>0/40", "tcpserver: status 1/40", etc...
try this
rpm -qa|grep sendmail
if it gives you a line with sendmail and some version number do
/etc/rc.d/init.d/sendmail stop
rpm -e sendmail
to remove sendmail and do a
make setup in the qmail source dir to install the qmail variant of sendmail
then restart the tcpserver and the message should go away.
If you want look at http://www.quint.be/projects/qmail-install-HOWTO.html
which has some nice instruction on installing the ready made rpm's
with these rpms and some changes to the /etc/tcpserver/smtp.rules file to
allow relaying you should have qmail up and running in about 10 minites
after you rebuild the rpm's
Willy De la Court