553

SMTP Error 553: Mailbox Name Not Allowed

Hard Bounce High Severity Address RFC 5321

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.

What Does Error 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.

Common Causes

  • 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 Error 553

  1. Verify the recipient email address format is correct
  2. Remove special characters that may not be allowed
  3. Ensure you are connecting to the correct mail server for the recipient domain
  4. Check that you are not attempting to relay through an unauthorized server
Check your domain: Use our Sender Reputation Checker to verify your email authentication, check blacklists, and get your free Sender Reputation Score.

Frequently Asked Questions

SMTP error 553 means "Requested action not taken: mailbox name not allowed," indicating that the email address used in the "From" field is invalid, improperly formatted, or not authorized by the sending or receiving server. This is a permanent failure most commonly caused by missing SMTP authentication, a mismatch between your email domain and the server you are sending through, or an incorrectly formatted sender address.

To fix error 553 in Outlook, enable SMTP authentication in your outgoing server settings. Go to File > Account Settings, select your email account, click "Change," then "More Settings," and navigate to the "Outgoing Server" tab. Check the box for "My outgoing server (SMTP) requires authentication" and select "Use same settings as my incoming mail server." Also verify that the email address in your "From" field matches the account you are authenticated with, as relay restrictions will block mismatched sender addresses.

"553 relay not permitted" means the mail server is refusing to forward your email because you have not authenticated, or you are trying to send through a server that does not authorize your domain for relaying. Most SMTP servers require a valid login before they will relay messages to external recipients. To fix this, enable SMTP authentication in your email client, verify your username and password are correct, and ensure the outgoing SMTP server matches your email provider's recommended settings.

The "mailbox name not allowed" message in a 553 error typically means the "From" address in your email is either malformed (e.g., missing the @ symbol, contains invalid characters), does not exist on the sending server, or the sending domain's DNS records (especially SPF) do not authorize the server you are using. This can also occur if the recipient's domain is non-existent or has expired DNS records. Double-check both sender and recipient addresses and verify your domain's SPF record includes your sending server's IP address.

No, while both are permanent 5xx errors, they have different causes. Error 550 typically means the recipient's mailbox is unavailable or the message was rejected by the recipient's server due to policy, spam filtering, or an invalid recipient address. Error 553 is specifically about the sender's identity -- it indicates the "From" address or sender authentication is not allowed, often due to missing SMTP authentication or a relay restriction. Microsoft groups 550 and 553 together in its documentation because both relate to relay-prohibited scenarios, but the fix for 553 is almost always enabling SMTP authentication on the sending side.

Related Bounce Codes

← Back to All Bounce Codes