On Sat, Jun 26, 1999 at 04:07:10PM -0400, Diego Puertas wrote:
> I am trying to implement selective relay for a range of IP adresses, so
> when I execute the following command:
> 
>     /usr/local/bin/tcpserver -R -x/etc/tcprules.d/qmail-smtpd.cdb \
>     -c100 -u81 -g80 0 smtp /var/qmail/bin/qmail-smtpd &
> 
> to activate tcpserver, tcpserver returns this error:
> 
>     tcpserver: fatal: unable to bind: address allready used
> 
> I have allready created the .cdb file with tcprules, comented the smtp
> line in inet.d and restarted it.

Something is already listening on port 25. You have sendmail running, you're
already running an instance of tcpserver on port 25, or something in inetd.conf
is configured to listen to port 25.

Chris

Reply via email to