It`s simple when you know how ! Microsoft Exchange 2016 Exchange 2016 start pop3 service

Exchange 2016 start pop3 service

To check if POP3 proxy enable:

(Get-ServerComponentState -Identity "Server_Name" -Component PopProxy).LocalStates

If you don’t get state=Active then start it :

 Set-ServerComponentState -Identity "Server_Name" -component PopProxy -state Active -requester HealthAPI

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

You cannot access a mailbox After Disable and Enable The Mailbox ERROR Unable to open message store. (hr=0x80004005, ec=2412)You cannot access a mailbox After Disable and Enable The Mailbox ERROR Unable to open message store. (hr=0x80004005, ec=2412)

Some time after disable a mailbox and enable it again it remain disabled and in owa you can get the error : [Microsoft.Mapi.MapiExceptionMailboxDisabled]: MapiExceptionMailboxDisabled: Unable to open message store. (hr=0x80004005,