Re: [exim] socket bind() errors, bad exim.conf possibly

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Peter Bowyer
Datum:  
To: Exim Users Mailing List
Betreff: Re: [exim] socket bind() errors, bad exim.conf possibly
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