aries:/etc/postfix# netstat -ltnp | grep ':143' tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 22272/cyrmaster
Well we are getting somewhere :) Just one now... Cyrus has been removed and purged off the system.. i found something about cyrus commented in postfix config, i have removed it, restarted and reloaded postfix still there
aries:/etc/postfix# pidof cyrmaster 22272 aries:/etc/postfix# kill 22272
and it is still alive argg!!!
Quoting Johannes Berg johannes@sipsolutions.net:
On Fri, 2005-08-12 at 02:03 +1000, admin@downend.org wrote:
I have installed previous Imap Servers could that be it? How can I check if port 143 is being used by another imap server?
netstat -tan|grep 143
I recieved the following output:
aries:~# netstat -tan|grep 143 tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN
There's something listening on 143. Run the following as root:
netstat -ltnp | grep ':143'
to see which process it is.
johannes
----- End forwarded message -----