DMARCbis Explained: What’s Changing + What Domain Owners Need to Know (Q&A with DMARCbis Co-Editor) View here

SMTP error 553: What it means and how to fix it


What SMTP error 553 means


Common causes of SMTP error 553


Provider-specific 553 errors

Error messageMeaning
553 5.1.2 – The recipient address is not a valid RFC-5321 addressThe address format isn’t RFC-5321 compliant
Error messageMeaning
553 5.7.1 – Connections will not be accepted from x.xx.xx.xxThe sending IP is on a blocklist
Error messageMeaning
553 – Message filteredThe 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 thisThe server isn’t configured to relay email
Error messageMeaning
553 – Relaying disallowedThe server won’t relay email to that destination

How to fix SMTP error 553


Email authentication to prevent 553 errors

HostTypeValue
@TXTv=spf1 ip4:192.168.0.1 include:mail.example.com -all
HostTypeValue
selector._domainkey.yourdomain.comTXTv=DKIM1; k=rsa; p=[public key]
HostTypeValue
_dmarc.yourdomain.comTXTv=DMARC1; p=reject; rua=mailto:[email protected]; fo=1;

Protect your sending reputation with Sendmarc

SMTP error 553 FAQs

Is a 553 error permanent or temporary?

A 553 error is a permanent rejection (5xx). A 553 rejection won’t resolve on its own unless something changes.

How do I know if my 553 error is a blocklist issue?

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.

Can I fix relay-related 553 errors?

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.