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

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


What SMTP error 552 means


Common causes of SMTP error 552


Provider-specific 552 errors

Error messageMeaning
552 5.2.2 – The email account that you tried to reach is over quotaRecipient mailbox has exceeded its quota
552-5.2.3 – Your message exceeded Google’s message size limitsMessage size is above Google’s allowed limit
550 5.7.0 – Our system detected an illegal attachment on your messageDisallowed attachment detected
Error messageMeaning
552 1 – Requested mail action aborted, mailbox not foundMailbox not found (address is invalid)
Error messageMeaning
552 5.2.2 – user overquotaRecipient storage quota has been reached
Error messageMeaning
552 5.2.3 – Message exceeds maximum permittedEmail exceeds the maximum permitted size
552 – Virus infected message rejectedVirus-infected content triggered rejection
552 – Message rejected as spam by Content FilteringContent filtering classified the message as spam
Error messageMeaning
552 5.2.2 – Mailbox size limit exceededRecipient mailbox is full
Error messageMeaning
552 5.1.1 – <[email protected]> Mailbox delivery failure policy errorDelivery failed due to storage constraints
552 5.7.1 – virus [name] detected by Zoho MailMalware detected in the message

How to fix SMTP error 552


Email authentication for better delivery

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;

Ensure reliable email delivery with Sendmarc

SMTP error 552 FAQs

Is SMTP error 552 permanent?

Yes. SMTP error 552 is a permanent (5xx) rejection, which means the receiving server won’t deliver the message unless something changes (size, recipient storage, content, or address).

What does SMTP error 552 mean?

SMTP error 552 means the receiving server couldn’t accept your email. It is most commonly triggered by message size limits, a full mailbox, blocked attachments/content, or an invalid recipient address.

Can spam filtering trigger a 552 error?

Yes. Some providers use a 552 code when an email is rejected by content filtering, even if the message isn’t malware. If the bounce mentions spam, adjust the subject/body, remove risky material, and retry.