On Mon, Jul 19, 1999 at 03:46:10AM -0400, Denis Voitenko wrote:
> I am in a process of setting up my linux box to relay mail for clients on a
> 192.168.0.X LAN. I am trying to follow the directions from
> http://www.palomine.net/qmail/selectiverelay.html and here is something that
> gives me trouble.
> 
> linux:/etc# tcpserver -x/etc/tcp.smtp.cdb -u1003 -g103 0 smtp
> /var/qmail/bin/qma
> il-smtpd &
> [2] 1405
> tcpserver: fatal: unable to bind: address already used
> 
> What would that mean exactly?

It means that you already have something listening on the SMTP port. You
probably have sendmail running or you have something in /etc/inetd.conf set to
listen on the SMTP port. You'll have to find out what it is and disable it.

> Also, do I have to add the line
> tcpserver -x/etc/tcp.smtp.cdb -u102 -g101 0 smtp /var/qmail/bin/qmail-smtpd
> &
> to my start up scripts or it is one-time procedure?

You need to add it to a startup script.

Chris

Reply via email to