Configure POP3 Access to Exchange 2007 Servers

[This is pre-release documentation and subject to change in future releases. This topic's current status is: Revising Per Edit.]

Applies to: Exchange Server 2010* *Topic Last Modified: 2009-05-19

This topic explains how to use the Exchange Management Shell to configure your connectivity options for connecting to servers running Microsoft Exchange Server 2007 by using POP3. By using the settings for this cmdlet, you can specify the ports to use to connect computers running Exchange Server 2010 that have the Client Access server role installed to Exchange 2007 servers. By default, this value should be set to use port 110. This cmdlet also lets you disable access to Exchange 2007 servers. 

Note

After you have configured POP3 access to Exchange 2007, you must restart the POP3 service. For more information about how to restart the POP3 service, see Start and Stop the POP3 Service.

Looking for other management tasks related to <blah>? Check out <link to managing topic>.

Prerequisites

Use the Shell to configure POP3 access to Exchange 2007 servers

<Insert Permissions>

This example configures POP3 access to Exchange 2007 servers by using the default port value of 110:

Set-PopSettings -ProxyTargetPort 110

This example disables POP3 access to Exchange 2007 servers:

Set-PopSettings -ProxyTargetPort 0

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

Other Tasks

After you configure POP3 access to Exchange 2007 servers, you may also want to:

  • Insert link to related topic
  • Insert link to related topic

For More Information