Page contents
SMTP error 553 overview:
SMTP error 553 means the receiving server rejected the message because of a mailbox issue, a relay restriction, or a spam rule.

Sendmarc helps you keep SPF, DKIM, and DMARC aligned across your domains, strengthening authentication and supporting sender reputation – so fewer legitimate emails get blocked by spam filters.
An SMTP 553 error means “Requested action not taken: mailbox name not allowed.” The receiving server rejected the email because something about the address or sender was unacceptable.
Because this is a permanent failure (5xx), you’ll need to fix the underlying issue before delivery can succeed.
| Error message | Meaning |
|---|---|
| 553 5.1.2 – The recipient address is not a valid RFC-5321 address | The address format isn’t RFC-5321 compliant |
| Error message | Meaning |
|---|---|
| 553 5.7.1 – Connections will not be accepted from x.xx.xx.xx | The sending IP is on a blocklist |
| Error message | Meaning |
|---|---|
| 553 – Message filtered | The message was rejected due to spam filtering |
| 553 – you are trying to use me as a relay, but I have not been configured to let you do this | The server isn’t configured to relay email |
| Error message | Meaning |
|---|---|
| 553 – Relaying disallowed | The server won’t relay email to that destination |
Valid format requirements:
Valid examples:
Invalid examples:
If the error mentions filtering:
Check that SPF, DKIM, and DMARC are passing for the sending domain.
Ask about their content policies; they may be able to allowlist your domain.
Many email providers check your domain/IP against blocklists. If you’re seeing blocklist-related 553 errors:
Use Sendmarc’s blocklist checker to see which list you’re on, so you can follow the right delisting process.
If the error mentions relay configuration, contact the recipient and share the bounce message so their team can investigate.
Proper authentication reduces the risk of blocklisting and spam filtering.
SPF tells receiving servers which sources are allowed to send on behalf of your domain.
Example SPF record:
| Host | Type | Value |
|---|---|---|
@ | TXT | v=spf1 ip4:192.168.0.1 include:mail.example.com -all |
DKIM adds a cryptographic signature to your emails, so receiving servers can verify the message hasn’t been altered in transit.
Example DKIM record:
| Host | Type | Value |
|---|---|---|
selector._domainkey.yourdomain.com | TXT | v=DKIM1; k=rsa; p=[public key] |
DMARC tells receiving servers what to do when authentication fails and provides reporting.
Example DMARC record:
| Host | Type | Value |
|---|---|---|
_dmarc.yourdomain.com | TXT | v=DMARC1; p=reject; rua=mailto:dmarc-reports@yourdomain.com; fo=1; |
SMTP 553 errors can indicate that receiving servers don’t fully trust the sender. While some 553 bounces are address or relay related, others are tied to sending reputation, and improving authentication can help reduce avoidable blocks.
Sendmarc helps you:
Sendmarc gives you the visibility and control to keep authentication aligned, so you can reduce reputation-related filtering and avoidable blocks.
A 553 error is a permanent rejection (5xx). A 553 rejection won’t resolve on its own unless something changes.
A 553 error is likely related to blocklisting when the bounce message names a list. In that case, use a blocklist checker to see whether your sending IP or domain is listed.
Not from the sender side. Relay-related 553 errors mean the server handling the delivery won’t relay mail to that destination (often shown as “relaying disallowed”). The recipient’s administrator needs to fix the relay configuration.