Strange Server Binded to localhost:110

jspsh

Member
Sep 20, 2004
45
0
0
I hope I put this on the right forum.

On my computer, localhost:110 (TCP) brings up a strange POP3 server that I did not install. It only prints out the OK READY message and stalls.

Can someone show me how I can detect which program uses this port?
 

Garion

Platinum Member
Apr 23, 2001
2,331
7
81
You sure you don't have any kind of spam filter or AntiVirus apps installed? They often scan incoming and outgoing mail using a POP proxy listening on localhost.

- G
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
fport will show you what is on a particular port, I think. Just for future reference. :)
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Also IIRC netstat in XP has a switch that will tell you the pid/name of the process with that port open.