What 550 5.7.1 means
The message Microsoft attaches to this code is “Unable to relay”, as written on its reference page. The first digit says how final it is: a 5xx reply is permanent for that message, so the sending server gives up and returns a bounce. The enhanced status 5.7.1 says what class of problem it is: configuration. The sending system is misconfigured: relaying through the wrong server, no TLS, no authentication to the outbound server.
Why it happens
The sending system is set up wrong: relaying through a server that will not carry the mail, no authentication to the outbound server, encryption refused, or sending straight to the recipient's server when the provider expects its own. The message never gets far enough for reputation or content to matter.
What to do first: The sending system tried to relay through a server that does not accept mail for that destination. An SMTP client configuration or authentication issue, not a reputation problem.
Why warming does not fix this
Warming builds sender reputation. 550 5.7.1 in this form is a configuration problem, and no amount of engagement history changes it. Fix the cause and the bounce stops; warming is for what comes after, when the mail is accepted and the question becomes which folder it lands in. See how warming works for that part.
How to fix it, in order
- Fix the outbound server: authenticate to it, relay through the right host, enable STARTTLS
- Send through the provider's SMTP rather than direct-to-MX where the error says so
Related codes
- 550 5.7.1 (Microsoft): delivery not authorized
- 550 5.7.29 (Gmail): not sent over TLS
- 550 5.7.1 (Gmail): likely unsolicited email
- 550 5.7.1 (Gmail): rate limited
- 550 5.7.1 (Gmail): policy prohibits the email
More on Microsoft 365
- Microsoft 365 emails going to junk: the trace in order: headers, Message Trace, quarantine, SNDS
- Microsoft bulk sender requirements: the 5 May 2025 authentication rules and the 550 5.7.515 rejection
- Microsoft 365 sending limits: the documented recipient and message rate limits
Questions about 550 5.7.1
What does 550 5.7.1 mean?
Microsoft returns 550 5.7.1 with the message "Unable to relay": unable to relay. The sending system is misconfigured: relaying through the wrong server, no TLS, no authentication to the outbound server.
Is 550 5.7.1 a hard bounce or a soft bounce?
A hard bounce for that message: the 550 reply is permanent, and the message is not retried. Whether the address should be removed depends on the cause: here the fix is on the sending side, not the list.
How do I fix 550 5.7.1?
The sending system tried to relay through a server that does not accept mail for that destination. An SMTP client configuration or authentication issue, not a reputation problem. Microsoft's own reference for the code is linked on this page.
Does email warmup fix 550 5.7.1?
No. 550 5.7.1 in this form is a configuration problem, and warming builds reputation, which is not what is failing here. Fix the cause and the bounce stops.