Skip to content
notspoofed.comSPF · DKIM · DMARC

550 5.7.1: refused on policy grounds

By · Published

Hard bounceYour sending reputation

The error

550 5.7.1 Delivery not authorized, message refused

550 5.7.1 Unable to relay

550 5.7.1 Message rejected due to the sender's DMARC policy

What it means

The receiver refused to deliver the message for policy reasons. 5.7.1 is the most overloaded code in email — it covers authentication failures, relaying denials, blocklists, content rules and DMARC rejections.

The receiver is refusing your mail because of how your sending IP or domain behaves, not because of this particular message.

Why it happens

Because it is so overloaded, the numeric code on its own tells you almost nothing. The accompanying text is what identifies the cause, which is exactly why provider-specific matching matters more here than anywhere else.

How to fix it

  1. Read the full text of the bounce — it names the cause where the code does not.
  2. If it mentions authentication, SPF, DKIM or DMARC, start with your authentication records.
  3. If it mentions relaying, your server is trying to send through a system that will not relay for it.
  4. If it names a blocklist, check whether your sending IP is listed and request delisting.

Related guides