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 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 |
---|---|---|---|
|
Specifies the total number of connections the specified server will accept. This includes authenticated and unauthenticated connections. |
2,000 |
1-25,000 |
|
Specifies the number of connections that the server will accept from a single IP address. |
2000 |
1-25,000 |
|
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.
- In the console tree, navigate to Server Configuration
> Client Access.
- In the work pane, click the POP3 and IMAP4 tab.
- Select POP3 and then, in the action pane, under
POP3, click Properties.
- On the POP3 Properties page, click the Connection
tab.
- 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.
- To set the connection limit for a server, enter a value between
1 and 25,000 in the box next to Maximum connections.
- 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.
Copy Code | |
---|---|
Set-PopSettings -Identity CAS01 -MaxConnections Value |
This example sets the connection limit for an IP address.
Copy Code | |
---|---|
Set-PopSettings -Identity CAS01 -MaxConnectionsFromSingleIP Value |
This example sets the connection limit for a user.
Copy Code | |
---|---|
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: