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

Topic Last Modified: 2012-07-23

You can use the EMC and the Shell to configure the authentication options for IMAP4.

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

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

Use the EMC to configure IMAP4 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 IMAP4 and then, in the action pane, under IMAP4, click Properties.

  4. On the IMAP4 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 IMAP4

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-ImapSettings -LoginType PlainTextLogin

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

Copy Code
Set-ImapSettings -LoginType PlainTextAuthentication

This example allows authentication after you use TLS encryption.

Copy Code
Set-ImapSettings -LoginType SecureLogin

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

Other Tasks

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