What is “too many connections” or “rate limit” bounce?

Still have a question, spotted an error, or have a better explanation or a source we should cite?

When you send email at scale, you're connecting to receiving mail servers over and over again. Those servers have limits on how many simultaneous connections they'll accept from a single IP, how many messages per connection, and how fast you can send overall. Hit those limits and they push back with a temporary rejection.

This shows up as a 4xx response code in your bounce log, typically 421 or 452, with messages like:

  • 421 4.7.0 Too many concurrent SMTP connections
  • 452 Too many messages sent this hour
  • 421 Service temporarily unavailable, try again later

These are soft bounces. They're temporary. Your sending infrastructure should retry after the appropriate wait period, and delivery will usually succeed.

The reasons this happens:

  • Sending too fast: You're pushing messages to the same mailbox provider faster than they're willing to accept them. Gmail, for example, has limits on how quickly any single IP can send to addresses at Gmail. Burst sending to large lists hits this regularly.
  • Shared IP congestion: If you're on a shared sending IP (common with entry-level ESP plans), other senders on the same IP can trigger rate limits that affect you too.
  • New IP or domain warming: Newly provisioned IPs have low trust and low connection allowances. Sending too fast on a cold IP is a common cause of rate limit bounces early in the warming process.

The fix is almost always to slow down and spread your sends. Most ESPs handle this automatically with throttling and retry logic built in. If you're managing your own infrastructure, configure your MTA to limit connections per destination domain and to respect the retry delays specified in the 4xx response.

If rate-limit bounces are persisting across multiple retry attempts rather than resolving, that escalates from a temporary throttle into a potential persistent deferral worth investigating. Check whether your IP reputation is contributing to tighter rate limits than usual.

Contributors

Who worked on this answer

Every name links to their profile. Every company links to their site. Real people, real accountability.

Ask an AI · tailored to your setup

Get advice on whether your rate limit bounces are a normal throttle or something to fix.

I read this on the Email Almanac about too-many-connections and rate limit bounces. Help me understand whether my rate limit bounces are normal or a sign of something bigger: 1. Is my current rate of 421/452 bounces normal for my sending volume? 2. Are they resolving on retry or persisting across attempts? 3. Is this a sending speed issue or a reputation issue? My details: - ESP or sending setup: name - Sending volume: e.g. 100,000/day or 50,000/month - Rate limit bounce rate: % or count - Whether bounces resolve on retry: yes / no / unclear - Main providers I send to: Gmail / Outlook / corporate - Whether I'm on a shared or dedicated IP: shared / dedicated / unknown - How long I've been using this IP: new / 6 months / 2 years

Edit the yellow boxes, then send to the AI of your choice.