Exchange 2003 pop connector missing email

Check pop3 connector running in services

iisreset at command line

moveĀ  good email from C:\Program Files\Microsoft Windows Small Business Server\Networking\POP3\Failed Mail

to the above “Incoming mail” directory

wait for pop3 polling (15mins)

Check with user all ok

I enable IT managers to go from crisis management to business development

old ssl certificate is still being given out by IIS

netsh http show sslcert
This showed me two SSL Certificate bindings. One on IP:Port 0.0.0.0:443 with the correct certificate and one on IP:Port :::443 with an expired certificate. I opened CertMgr.msc for the Local Computer (see here for instructions) and searched for the invalid certificate and discovered it had expired.

To resolve the issue I did the following

netsh http delete sslcert ipport=:::443
iisreset /restart