View Single Post
  #9 (permalink)  
Old 11-23-2005, 05:55 PM
Crowhurst Crowhurst is offline
Junior Member
 
Posts: 8
Default Port 25

I just had the same problem earlier today. I needed to find what was running on port 25 and stop it. I ran a "ps ax" and then "lsof -i -P | grep :25" to find out what was running.

For lsof i had to go to the right directory (locate lsof)

from "ps ax" I was able to see the pid which was running the program on port 25

"12055 ? Ss 0:00 /opt/zimbra/cyrus-sasl-2.1.21.ZIMBRA/sbin/saslauthd -r -a zimbra"

I then killed that pid. the other 5 pid's with the same service died from killing that one pid.

Then restarted zimbra and it worked.
-------

However, I am still having the outgoing mail problems and authentication problems which you are writing about. Also, i cannot get either outlook or evolution to connect via imap. I dont know if all of these things are related.
Reply With Quote