That's what I thought too, but the only thing
showing up in the process table is this:
qmaild 70 0.0 0.0 844 68 ? S Feb13 0:00
/usr/local/bin/tcpserver -R -x/etc/tcp.smtp.cdb -c100 -u1002 -g101 0 smtp
/var/qmail/bin/qmail-smtpd
The one thing that's supposed to be there.
> > 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
>