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.
- In the console tree, navigate to Server Configuration
> Client Access.
- In the work pane, click the POP3 and IMAP4 tab.
- Select POP3 and then, in the action pane, under
POP3, click Properties.
- On the POP3 Properties page, click the
Authentication tab.
- Under Logon Method, select one of the following:
- Plain text logon (Basic
authentication) No TLS connection is required for
the client to authenticate to the server.
- Plain text authentication logon (Integrated Windows
authentication) No TLS connection is required for
the client to authenticate to the server.
- Secure logon A TLS connection is
required for the client to authenticate to the server.
- Plain text logon (Basic
authentication) No TLS connection is required for
the client to authenticate to the server.
- 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: