Page contents
SMTP error 552 overview:
An SMTP 552 error means the receiving email server refused to accept your message. This is usually due to size or storage limits, content/security filtering, or an address issue. Since this is a permanent rejection, the receiving server won’t accept the message until the underlying issue is resolved.

If you’re seeing other 5xx rejections (like policy or authentication bounces), Sendmarc can help you implement and maintain SPF, DKIM, and DMARC to improve reputation and delivery.
A 552 bounce means the receiving server refused to accept the message. This usually happens when the email exceeds size limits, the mailbox is out of space, the message is blocked by filtering, or the recipient’s address can’t be found.
To resolve it, shrink the email, remove/replace risky content, verify the address, or ask the recipient to clear space.
| Error message | Meaning |
|---|---|
| 552 5.2.2 – The email account that you tried to reach is over quota | Recipient mailbox has exceeded its quota |
| 552-5.2.3 – Your message exceeded Google’s message size limits | Message size is above Google’s allowed limit |
| 550 5.7.0 – Our system detected an illegal attachment on your message | Disallowed attachment detected |
| Error message | Meaning |
|---|---|
| 552 1 – Requested mail action aborted, mailbox not found | Mailbox not found (address is invalid) |
| Error message | Meaning |
|---|---|
| 552 5.2.2 – user overquota | Recipient storage quota has been reached |
| Error message | Meaning |
|---|---|
| 552 5.2.3 – Message exceeds maximum permitted | Email exceeds the maximum permitted size |
| 552 – Virus infected message rejected | Virus-infected content triggered rejection |
| 552 – Message rejected as spam by Content Filtering | Content filtering classified the message as spam |
| Error message | Meaning |
|---|---|
| 552 5.2.2 – Mailbox size limit exceeded | Recipient mailbox is full |
| Error message | Meaning |
|---|---|
| 552 5.1.1 – <example@zoho.com> Mailbox delivery failure policy error | Delivery failed due to storage constraints |
| 552 5.7.1 – virus [name] detected by Zoho Mail | Malware detected in the message |
Common limits:
Share files via Google Drive, OneDrive, or Dropbox.
If a recipient repeatedly has a full mailbox:
Check the bounce text for phrases like “mailbox not found.”
Check with the recipient (or their IT/admin) to confirm the mailbox is still active.
While authentication doesn’t fix 552 errors, it helps with policy-based filtering.
SPF specifies which sources are allowed to send email 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 emails to verify message authenticity.
Example DKIM record:
| Host | Type | Value |
|---|---|---|
selector._domainkey.yourdomain.com | TXT | v=DKIM1; k=rsa; p=[public key] |
DMARC tells receiving servers how to handle unauthenticated emails 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; |
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).
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.
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.