On 18/05/07, 阳海艳(基础架构管理部) <[EMAIL PROTECTED]> 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.
Here's a wild guess - you have a cron job to run the exim queue, but instead of running 'exim -q<something>' it's actually running 'exim -bd -q<something>' - so it's trying to start a new daemon every time it runs the queue. (and please don't top post) Peter -- Peter Bowyer Email: [EMAIL PROTECTED] -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
