Hello Everyone.
I have default MessageRateLimit for Client Frontent and Client Proxy connectors (5 message per minute per user). It's ok, but there is an account which I want to give a permission to send more than 5 msg/min. Is there some kind of user-level exclusion list
for message rate limitation?
If the user is authenticating to the Exchange Server, you can probably apply a specific throttling policy
https://technet.microsoft.com/en-us/library/Dd298094(v=EXCHG.150).aspx
The MessageRateLimit parameter specifies the number of messages per minute that can be submitted to transport. For messages submitted through the Mailbox server role (using Microsoft Outlook, Microsoft Office Outlook Web App, Exchange ActiveSync,
or Exchange Web Services), this results in the deferral of messages until the quota for the user is available. Specifically, messages appear in the Outbox or Drafts folder for longer periods of time when users submit messages at a rate greater than the
MessageRateLimit parameter.
For POP or IMAP clients submitting messages directly to transport using SMTP, clients receive a transient error if they submit at a rate that exceeds the
MessageRateLimit parameter. Exchange attempts to connect and send the messages at a later time.