The only SMTP I have in /etc/inetd.conf is
smtp stream tcp nowait root /usr/sbin/exim in.exim -bs
I run that command and get this:
webserv1:~# netstat -pa | grep smtp
tcp 0 0 *:smtp *:* LISTEN
I run lsof | grep -i tcp and get, among other things:
inetd 5100 root 7u IPv4 27178 TCP *:time (LISTEN)
inetd 5100 root 8u IPv4 27179 TCP *:ftp (LISTEN)
inetd 5100 root 9u IPv4 27180 TCP *:smtp (LISTEN)
sshd 5350 root 4u IPv4 28174 TCP ww2.rsod.net:88:ssh
On Sat, 12 Feb 2005 07:56:18 +0000, Peter Bowyer <peeebeee@???> wrote:
> On Fri, 11 Feb 2005 20:22:45 -0600, Andrew Osborn <aosborn@???> wrote:
> >
> > Paniclog is now empty, fixed those problems on my own.
> >
> > Mainlog is not:
> > http://rsod.net/main.txt
>
> You have another SMTP daemon already running, listening on port 25. If
> you previously were running Exim or another MTA from inetd, is inetd
> still listening? If so, you need to disable it - config might be in
> /etc/inetd.conf or /etc/xinetd.d/<something>, or maybe your OS has a
> tool to manage this.
>
> netstat -pa | grep smtp
>
> should show you what process is listening on the smtp port.
>
> Peter
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
--
Andy Osborn
920-319-6032