Set connection limits for IMAP4

Applies to: Exchange Server 2013

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

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

For additional information related to IMAP4, see POP3 and IMAP4 in Exchange Server 2013.

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.

Use the EAC to set IMAP4 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 IMAP4.

  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 10,240. The possible values are from 1,024 through 16,384.

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

After you set connection limits, you must restart the IMAP4 services. For information about how to restart the IMAP4 services, see Start and stop the IMAP4 services.

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

This example sets the connection limit for a server.

Set-ImapSettings -Server CAS01 -MaxConnections Value

This example sets the connection limit for an IP address.

Set-ImapSettings -Server CAS01 -MaxConnectionsFromSingleIP Value

This example sets the connection limit for a user.

Set-ImapSettings -MaxConnectionsPerUser Value

This example sets the maximum command size.

Set-ImapSettings -MaxCommandSize Value

After you set connection limits, you must restart the IMAP4 services. For information about how to restart the IMAP4 services, see Start and stop the IMAP4 services.

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

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 IMAP4.

  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.

    Get-ImapSettings | format-list
    
  2. Verify the connection settings are correct.

For more information

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

Enable IMAP4 in Exchange 2013

Set connection time-out limits for IMAP4