ANS Documentation

Improve This Doc
  • Cloud
  • Domains and DNS management
  • Backup and High Availability
  • eCommerce Stacks
  • Security
  • Email
  • Monitoring and usage management
  • Networking
  • Operating systems
    • Linux
    • VMware ESXi
    • Windows
      • Active Directory
      • Common Issues
      • Exchange
      • FTP
      • IIS
      • MSSQL
      • Networking
      • TLS 1.2 in PowerShell
      • RDP
      • Windows Server 2016
      • SSL/TLS and Schannel
      • Windows Administration
  • Webcelerator
  • MyUKFast
  • Home >
  • Operating systems >
  • Windows >
  • Exchange >
  • Error Codes

Error Codes¶

4.4.2¶

4.4.2 Message submission rate for this client has exceeded the configured limit¶

Essentially, you are trying to send an email to too many people at once

You can see the Receive Connector settings by running the following:

  Get-ReceiveConnector | ft Name, MessageRateLimit

You will see something like this:

  Name                                                        MessageRateLimit

  ----                                                        ----------------

  Default EXCH                                                20

  Client Proxy EXCH                                           5

  Default Frontend CLIENT-ACCESS                              Unlimited

This can then be changed with the following commands:

  Set-ReceiveConnector -Identity 'Default EXCH' -MessageRateLimit 1000
  Set-ReceiveConnector -Identity 'Client Proxy EXCH' -MessageRateLimit 1000

The results:

  Name                                                        MessageRateLimit

  ----                                                        ----------------

  Default EXCH                                                1000

  Client Proxy EXCH                                           1000

  Default Frontend CLIENT-ACCESS                              Unlimited

Next Article > Missing Inbox

  • Useful Links
  • SMB
  • Enterprise
  • Channel
  • Public Sector
  • ANS Data Centres
  • About ANS
  • Careers
  • Blog
  • Get in touch
  •  
  • Sales 0800 458 4545
  • Support 0800 230 0032
  • Get in touch

© ANS Group Limited | Terms and Conditions | Corporate Guidance | Sitemap
ANS Group Limited, registered in England and Wales, company registration number 03176761, registered office 1 Archway, Birley Fields, Manchester M15 5QJ