Set Connection Limits for POP3

Applies to: Exchange Server 2010

You can use the EMC and the Shell to set the connection limits on the computer running Microsoft Exchange Server 2010 that has the POP3 service enabled.

When you specify connection limits for POP3, you can select connection limits for the server, IP address, or a specific user. The following table describes the three settings for connection limits.

Descriptions of commands for setting connection limits for POP3

Command Description Default value Limits

MaxConnections

Specifies the total number of connections the specified server will accept. This includes authenticated and unauthenticated connections.

2,000

1-25,000

MaxConnectionsFromSingleIP

Specifies the number of connections that the server will accept from a single IP address.

2000

1-25,000

MaxConnectionsPerUser

Specifies the maximum number of connections that the server will accept from a particular user.

16

1-25,000

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

Note

After you set connection limits, you must restart the POP3 service. For information about how to restart the POP3 service, see Start and Stop the POP3 Service.

Use the EMC to set POP3 connection limits for a server, an IP address, or a user

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 POP3 and then, in the action pane, under POP3, click Properties.
  4. On the POP3 Properties page, click the Connection tab.
  5. Under Connection Limits, specify the following:
    • To set the connection limit for a server, enter a value between 1 and 25,000 in the box next to Maximum connections.
    • To set the connection limit for an IP address, enter a value between 1 and 25,000 in the box next to Maximum connections from a single IP address.
    • To set the connection limit for a single user, enter a value between 1 and 25,000 in the box next to Maximum connections from a single user.
  6. Click Apply, and then click OK to save your changes.

Use the Shell to set POP3 connection limits for a server, an IP address, or a user

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 connection limit for a server.

Set-PopSettings -Identity CAS01 -MaxConnections Value

This example sets the connection limit for an IP address.

Set-PopSettings -Identity CAS01 -MaxConnectionsFromSingleIP Value

This example sets the connection limit for a user.

Set-PopSettings -MaxConnectionsPerUser Value 

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

Other Tasks

After you set POP3 connection limits for a server, IP address, or a user, you may also want to: