> I'm getting the following in my syslog every 10 mins:
> (slackware 2.2.10, qmail 1.03)
> 
> Feb 21 13:18:34 praxis inetd[93]: smtp/tcp: bind: Address already in use
> Feb 21 13:28:34 praxis inetd[93]: smtp/tcp: bind: Address already in use
> Feb 21 13:38:36 praxis inetd[93]: smtp/tcp: bind: Address already in use

  Something is already using the address/port that SMTP is trying to
bind.  That usually means that an instance of some smtp server is already
running.  Try ps -aef | grep smtp

steve

Reply via email to