Modify Exchange 2013 message sending frequency

Source: Internet
Author: User

most recently, an application system account that helped a customer upgrade Exchange 2010 to Exchange 2013 discovery development sent messages too frequently and failed to send messages because of restrictions on the Exchange server's Receive connector. Microsoft has a limit of 5-minute messages per minute for Exchange Server 2010 and Exchange Server 2013 deployment connectors. There are five accept connectors in Exchange Server 2013, where "default", "Default Frontend", "Outbound Proxy Frontend" Three connectors are unrestricted, and "Client Proxy" and The default value for "Client Frontend" is "5", which means that the client can only accept 5 messages per minute, so it needs to be modified to modify the command as follows:


Get-receiveconnector |  FT Name,messageratelimit; --List connectors

get-receiveconnector "server Name\connector name" |  Set-receiveconnector-messageratelimit 100; -- here means you can send 100 messages per minute


Get-receiveconnector "Nlb-2\client NLB-2" | Set-receiveconnector-messageratelimit 100--Example

With this feature, messages are frequently set to 100 per minute, and similarly, the client fronted connector is modified according to this command.

Finally, don't forget to restart several transport services with the throttling service.






This article is from the "Jackysz" blog, make sure to keep this source http://jackysz.blog.51cto.com/61/1853405

Modify Exchange 2013 message sending frequency

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.