Dec 14, 2025

How to Fix Domain Reputation Block in Microsoft 365

3 min readBeginner

When your sending domain earns a poor reputation, Microsoft 365 starts throttling or blocking its mail, and messages land in junk folders or bounce outright. The fix is rarely a single switch — it is a short investigation into authentication, account compromise, and sending behavior. In this guide you will learn why a domain gets blocked, how to diagnose it, and how to restore delivery.

Why a domain gets blocked

Reputation drops when mail looks untrustworthy: missing or failing authentication, a compromised mailbox sending spam, or a sudden spike in outbound volume. Microsoft 365 responds by routing that mail through a restricted path or rejecting it, which is what you see as a reputation block.

How authenticated mail should flow

Your domainAuthenticationSPF / DKIM / DMARCRecipient

Diagnose the block

1
Run a message trace

See whether messages are rejected, deferred, or delivered to junk.
2
Read the NDR codes

Bounce codes point at the reason, such as a blocked sender or failed authentication.
3
Check for restricted senders

In Defender, look for accounts blocked from sending after a compromise.
4
Verify authentication records

Confirm SPF, DKIM, and DMARC are published and passing.
Microsoft Defender restricted entities page and a message trace showing the blocked outbound mail

Fix and restore delivery

Cause Fix
Missing or failing SPF / DKIM / DMARC Publish and correct the records so mail authenticates
Compromised account sending spam Reset it, remove it from restricted senders, review rules
IP or domain on a block list Request delisting through the Microsoft delisting portal
Sudden volume spike Warm up sending and keep volume steady

Prevent it from happening again

Keep SPF, DKIM, and DMARC healthy, monitor outbound volume, and act quickly on compromise alerts. A domain that consistently sends authenticated, wanted mail keeps a good reputation.

Frequently asked questions

How do I know it is a reputation block and not a content filter?

The NDR code and message trace tell you. Reputation and sender blocks show different codes than content filtering.

How long does delisting take?

Once the underlying issue is fixed, delisting requests are usually processed fairly quickly, but reputation recovers gradually as good mail flows.

Does fixing SPF alone solve it?

Not always. Fix all three of SPF, DKIM, and DMARC, and address any compromise, rather than relying on one record.

What causes most reputation blocks?

Compromised accounts sending spam and missing authentication are the two most common causes.

Can one bad user hurt the whole domain?

Yes. A single compromised mailbox can damage the domain reputation, which is why fast response matters.