IMAP/POP Services Started but not Listening

All 4 IMAP/POP services are running but I cannot connect to the ports (110/995/143/993) locally or remotely (telnet localhost 143 / telnet 127.0.0.1 143 / telnet servername 143). A netstat -na does no show the services listening. A check of Get-ServerComponentState shows the imapproxy and popproxy as active. No errors in the event viewer when bouncing the services. I set logging enabled on IMAP and bounce the service and it does not even create the logging directory.

I am running CU7 w/the update and I am fully patched. Seen a lot in my day, but this one.........

Thanks for taking a look.

April 7th, 2015 5:36pm

Hi,

From your description, I recommend you use the following command to check who is using these ports:

netstat -aon | findstr "110"
netstat -aon | findstr "995"
netstat -aon | findstr "143"
netstat -aon | findstr "993"

Hope this can be helpful to you.

Best regards,

Free Windows Admin Tool Kit Click here and download it now
April 8th, 2015 5:25am

The point is nothing is using those ports. There are no entries for any of the 4 ports but the services start properly and there are no errors in the logs.
April 8th, 2015 7:59am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics