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 Microsoft Exchange to use ports other than the default ports on the Microsoft Exchange Server 2010 server that has the POP3 and IMAP4 services enabled.

Note:
Enter IP addresses and IP address ranges in the Internet Protocol Version 4 (IPv4) format, Internet Protocol Version 6 (IPv6) format, or both formats. A default installation of Windows Server 2008 enables support for IPv4 and IPv6.
Note:
After you configure IP addresses and ports for POP3 and IMAP4 access, you must restart the POP3 or IMAP4 service. For information about how to restart the POP3 and IMAP4 services, see Start and Stop the POP3 Service and 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 IP addresses and ports for POP3 and 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.

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

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

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

  4. On the Binding tab, under TLS or Unencrypted Connections, click Add.

  5. On the TLS or Unencrypted Connection Settings page, under IP address to Use, do one of the following:

    • To use all available IP addresses for a server, select Use all IP addresses available on this server.

    • To manually specify an address, select Specify an IP address, and then enter an IP address in the dialog box.

  6. Under Port to Use, in the box next to Port, enter a port number, or accept the default port.

  7. Click OK to save your changes.

Use the Shell to configure IP addresses and ports for POP3 and 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 sets the IP address and port for communicating with Exchange by using POP3 with Secure Sockets Layer (SSL).

Copy Code
Set-PopSettings -SSLBindings: IPaddress:Port

This example sets the IP address and port for communicating with Exchange by using POP3 with no encryption or Transport Layer Security (TLS) encryption.

Copy Code
Set-PopSettings -UnencryptedOrTLSBindings IPaddress:Port

This example sets the IP address and port for communicating with Exchange by using IMAP4.

Copy Code
Set-ImapSettings -SSLBindings: IPaddress:Port

This example sets the IP address and port for communicating with Exchange by using IMAP4 with no encryption or TLS encryption.

Copy Code
Set-ImapSettings -UnencryptedOrTLSBindings IPaddress:Port 

For more information about syntax and parameters, see the following topics:

Other Tasks

After you configure IP addresses and ports for POP3 and IMAP4, you may also want to: