POP3 is enabled in Exchange 2013 but not working

Livy Lam 1 Reputation point
2020-07-30T02:33:50.37+00:00

Hi,

Server1 and Server2 are client access services servers and have service "MSExchangePOP3" running, server3 and server4 are backend services servers and have service "MSExchangePOP3BE" running.

On EAC, mailbox features, Email connectivity can check that users's POP3 shows "Enabled".

cmdlet> get-popsettings | fl
result showed as below:
ProtocolName: POP3
Internal Connection Settings: {server3.test.local:995:SSL, Server3.test.local:110:TLS}
External Connection Settings: {}
X509CertificateName: Server3
Banner: The Microsoft Exchange POP3 service is ready.
LoginType: SecureLogin

cmdlet> test-popconnectivity | fl
result showed as below:
LocalSite: Default-First-Site-Name
Port:0
ConnectionType: Plaintext
ClientAccessServerShortName: Server3
Scenario: Reset Credentials
ScenarioDescription: Reset automated credentials for the Client Access Probing Task user on Mailbox server server3.test.local
Result: Success
WARNING: An unexpected error has occured and a Watson dump is being generated: Service MSExchangePOP3 was not found on computer "Server3"

As the clientaccessserver configure on Server1 and Server2. However, above test-popconnectivity show clientaccessservername is Server3.

So that, cmdlet> test-connectivity -clientaccessserver server1 -lightmode -mailbox(get-credential user1).
get error: The specified computer isn't a Client Access server.

What i maybe have missed to get the test-connectivity couldn't identify server1/server2 is the Client Access Server and connect to backend servers?

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,360 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KyleXu-MSFT 26,211 Reputation points
    2020-07-31T04:15:25.133+00:00

    "Test-PopConnectivity" command works best for Exchange 2010. It doesn't work very well in Exchange 2013 and later.

    I also using the command in my lab and also get error:
    14657-snipaste-2020-07-31-12-13-50.png

    But, I still could configure POP3 in Outlook without any issue(In may lab, mail record is point to CAS server):
    14759-snipaste-2020-07-31-12-06-27.png
    14760-snipaste-2020-07-31-12-06-32.png
    14758-snipaste-2020-07-31-12-06-17.png

    0 comments No comments