SMTP Error 553: Mailbox Name Not Allowed
SMTP Error 553 means “Mailbox Name Not Allowed.” The recipient email address has a syntax problem, uses characters not allowed by the server, or the server policy does not allow that particular mailbox name. This can also indicate a relay attempt that the server refuses to process.
553 5.7.1 <user@example.com>: Sender address rejected: not owned by user authuser@example.com
What does 553 mean?
SMTP code 553 indicates the mailbox name provided in the RCPT TO command is not allowed by the receiving server. This can mean the address format is invalid, contains prohibited characters, or the server policy restricts certain mailbox names. It differs from 550 (user unknown) because the issue is with the address format or policy rather than the user not existing.
Some servers return 553 when they detect what they consider a relay attempt - when the sender tries to use the server to deliver mail to a domain the server is not responsible for. This is a security measure to prevent unauthorized relay abuse.
How 553 plays out
553 rejectionWhere 553 sits: soft vs hard bounce
| Soft bounce (4xx) | Hard bounce (5xx) | |
|---|---|---|
| Nature | Temporary | Permanent |
| SMTP class | 4xx | 5xx |
| What to do | Let it retry | Suppress the address |
| Recoverable? | Often | No |
| 553 is | ✓ this code |
Common causes of 553
- Email address contains invalid or prohibited characters
- Address format does not match server requirements
- Attempting to relay through a server that does not allow open relay
- Server policy restricts certain mailbox name patterns
- Catch-all or wildcard address not accepted
How to fix 553
- Verify the recipient email address format is correct
- Remove special characters that may not be allowed
- Ensure you are connecting to the correct mail server for the recipient domain
- Check that you are not attempting to relay through an unauthorized server