Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2012-07-23

This topic explains how to use the EMC and the Shell to configure the authentication options for POP3.

Note:
After you've configured authentication for POP3, you must restart the POP3 service. For information about how to restart the POP3 service, see Start and Stop the POP3 Service.

Looking for other management tasks related to setting up POP3 and IMAP4? Check out Managing POP3 and IMAP4.

Use the EMC to configure POP3 to use TLS or SSL

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "POP3 and IMAP4" entry in the Client Access Permissions topic.

  1. In the console tree, navigate to Server Configuration > Client Access.

  2. In the work pane, click the POP3 and IMAP4 tab.

  3. Select POP3 and then, in the action pane, under POP3, click Properties.

  4. On the POP3 Properties page, click the Authentication tab.

  5. Under Logon Method, select one of the following:

    1. Plain text logon (Basic authentication)   No TLS connection is required for the client to authenticate to the server.

    2. Plain text authentication logon (Integrated Windows authentication)   No TLS connection is required for the client to authenticate to the server.

    3. Secure logon   A TLS connection is required for the client to authenticate to the server.

  6. Click Apply, and then click OK to save your changes.

Use the Shell to configure authentication for POP3

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "POP3 and IMAP4" entry in the Client Access Permissions topic.

This example allows Basic authentication on an unsecured port if you won't be using TLS encryption.

Copy Code
Set-PopSettings -LoginType PlainTextLogin

This example restricts Basic authentication to use only secured ports if you won't be using TLS encryption.

Copy Code
Set-PopSettings -LoginType PlainTextAuthentication

This example allows authentication after you use TLS encryption.

Copy Code
Set-PopSettings -LoginType SecureLogin

For more information about syntax and parameters, see Set-PopSettings.

Other Tasks

After you configure authentication for POP3, you may also want to: