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 Exchange to use ports other than the default ports for IMAP4 authentication.
Note: |
---|
After you've configured ports for IMAP4 authentication, 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 ports for IMAP4 authentication
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 IMAP4 and then, in the action pane, under
IMAP4, click Properties.
- On the Binding tab, do one of the following:
- To configure ports for TLS or unencrypted connections, under
TLS or Unencrypted Connections, click Edit. Under
Port to Use, in the box next to Port, enter a port
number.
- To configure ports for SSL connections, under Secure Sockets
Layer (SSL) Connections, click Edit. Under Port to
Use, in the box next to Port, enter a port number.
- To configure ports for TLS or unencrypted connections, under
TLS or Unencrypted Connections, click Edit. Under
Port to Use, in the box next to Port, enter a port
number.
- Click OK to save your changes.
Use the Shell to configure ports for IMAP4 authentication
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 sets the port for unencrypted or TLS IMAP4 connections to a value other than the default port number.
Copy Code | |
---|---|
Set-ImapSettings -UnencryptedOrTLSBindings IPaddress:Port |
This example sets the port for SSL IMAP4 connections to a value other than the default port number.
Copy Code | |
---|---|
Set-ImapSettings -SSLBindings IPaddress:Port |
For more information about syntax and parameters, see Set-ImapSettings.
Other Tasks
After you configure ports for IMAP4 authentication, you may also want to: