Re: [exim] About Log for port25

Top Page
Delete this message
Reply to this message
Author: Renaud Allard
Date:  
To: 阳海艳(基础架构管理部)
CC: exim users
Subject: Re: [exim] About Log for port25


阳海艳(基础架构管理部) wrote:
> Yeah.
>
> We doubt there was another process was using port 25. But we didn't know how to check it.
> And there is another clue. We find hundreds of exim are running, but failed to kill them.
>
> So, if we find out the very process used port25, kill it directly?
>
>


"netstat -al | grep smtp" should tell you which process is using port
25. I guess this is the default sendmail daemon.