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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Peter Bowyer
日付:  
To: Exim Users Mailing List
題目: 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