Applies to: Exchange Server 2013, Exchange Online

Topic Last Modified: 2012-11-28

You can use the EAC or the Shell to manage POP3 connection limits for your organization.

When you specify connection limits for POP3, you can select connection limits for the server, an IP address, or a specific user.

For additional information related to POP3, see POP3 and IMAP4.

What do you need to know before you begin?

Tip:
Having problems? Ask for help in the Exchange forums. Visit the forums at: Exchange Server, Exchange Online, or Exchange Online Protection.

What do you want to do?

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

  1. In the EAC, navigate to Servers > Servers.

  2. In the list of servers, select the Client Access server, and then click Edit Edit Icon.

  3. On the server properties page, click POP3.

  4. Scroll down and click More options.

  5. Under Connection limits, use the following settings:

    • Maximum connections   Specifies the total number of connections the specified server will accept. This includes authenticated and unauthenticated connections. The default value is 2,147,483,647. The possible values are from 1 through 2,147,483,647.

    • Maximum connections from a single IP address   Specifies the number of connections that the server will accept from a single IP address. The default value is 2,147,483,647. The possible values are from 1 through 2,147,483,647.

    • Maximum connections from a single user   Specifies the maximum number of connections that the server will accept from a particular user. The default value is 16. The possible values are from 1 through 2,147,483,647.

    • Maximum command size (bytes)   specifies the maximum size of a single command. The default size is 512. The possible values are from 40 through 1,024.

  6. Click Apply, and then click OK to save your changes.

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

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

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 

This example sets the maximum command size.

Copy Code
Set-PopSettings -MaxCommandSize Value

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

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

How do you know this worked?

To verify that you’ve successfully set connection limits, do one of the following:

  1. In the EAC, navigate to Servers > Servers.

  2. In the list of servers, select the Client Access server, and then click Edit Edit Icon.

  3. On the server properties page, click POP3.

  4. Scroll down and click More options.

  5. Under Connection limits, verify the connection settings are correct.

Or

  1. Run the following command in the Shell.

    Copy Code
    Get-PopSettings | format-list
    
  2. Verify the connection settings are correct.

For more information

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

Enable POP3 in Exchange 2013

Set Connection Time-Out Limits for POP3