‘553 sorry, unknown email address’ is a common email error that happens because the recipient address is invalid. The senders would see this error in the bounce message they receive.
Error 553 is also called SMTP Error 5.5.3 and can happen irrespective of what mail server the sender is using – Exim, Qmail, Exchange, etc.
Usually this error is confined to certain recipients and isn’t a server wide one. In our Outsourced Web Hosting Support services, we encounter different variants of this error.
Today we’ll see why error 553 occurs and how to resolve it.
What causes ‘553 sorry, unknown email address’ error
The ‘unknown email address’ happens mainly due to some issue with the recipient address. We’ll see the reasons that cause this error:
1. Incorrect or invalid recipient address
Suppose the mail you sent has an invalid email address in the “To“, “CC”, or “BCC” field. You may end up getting this error message ‘553 sorry, unknown email address’.
At times, a typo in the email address of the recipient can cause this delivery failure. A missing alphabet or an incorrect character can make an email address invalid.
It is also possible that a previously-active email address gets deleted or disabled in the recipient mail server. In such cases, the recipient server would be unable to deliver that mail.
Solution:
Cross-check the recipient email address you’ve given and confirm that there are no spelling mistakes or errors. If everything is fine at your end, confirm whether the email account actually exists.
2. MX entry not properly set for the domain
SMTP Error 553 can also occur when the MX entry for the domain is not set correctly. If there are conflicting entries or MX resolving to some remote server, email routing will not be proper.
Routing errors can also happen due to wrong entries in email configuration files. For instance, in Exim server, local mail delivery would be attempted for a domain listed in ‘localdomains’ file, even if its mail server is remote.
In such cases, recipient mail server would be unable to find the email account and will bounce the mail. DNS issues can also occur due to any wild card DNS or SPF record that is not set correctly.
Solution:
Verify the MX records for a domain, using the command:
dig domain.com MX
If you notice DNS errors or missing MX records, then contact the recipient server support and get it fixed.
Read: 550: No such user here – How to resolve email error 550 in cPanel/WHM Linux servers
Other reasons for email error 553
Email error 553 occurs not just due to recipient email address errors. There are some sender issues that causes this error.
1. 553 error due to improper sender authentication
To safeguard from spamming and email abuse, all SMTP servers implement an authentication process. Users are allowed to connect to the mail server and send mails only after successful authentication.
This authentication process is usually integrated with the email client program such as Outlook, Thunderbird, webmail, etc. If the sender tries to send a mail without authenticating first, error message 553 occurs.
In Outlook Express, the 553 error due to improper authentication would be accompanied by the error code Error Number: 0x800CCC79.
Solution:
The solution is to enable SMTP authentication in your sender’s email program and to send the mails only after validating your login details.
Here is how to configure SMTP authentication for popular email programs:
a. The steps to configure authentication in Thunderbird:
- In Thunderbird, under ‘Tools‘ select ‘Account Settings‘.
- Select ‘Outgoing Server (SMTP)‘ and click ‘Edit‘.
- Enable the ‘Use name and password‘ option.
- Enter the username and password and click OK.
b. To enable SMTP authentication in Microsoft Office Outlook:
-
- Select the Tools -> Account Settings option.
- On the Email tab, click New.
- In the Add New Account dialog box, enter the Name, email address and password.
- Check the option ‘Require logon using SPA’.
- In the ‘More Settings’ tab, set the Outgoing server and enable the option ‘My Outgoing server (SMTP) requires authentication’. Click OK.
c. To enable SMTP authentication in Outlook Express:
- In the “Tools” menu, select “Accounts…“
- Edit the “Properties” of your email account.
- Click the “Servers” tab.
- Check the “My Server Requires Authentication” check box and the adjacent “settings” button.
- Make sure that the “Use same settings as my Incoming Mail Server” radio button is selected.
- Click “OK” and close.
Read: How to fix Error 551 in MailEnable, Plesk, Outlook, Thunderbird and Eudora
2. Error 553 due to no RDNS for sender mail server
Email error 553 can also happen if there is no RDNS setup for your sender mail server, as some recipient mail servers look up for the reverse pointers, to validate the sender.
Some mail servers also reject mails from senders that are blacklisted in Spam lists or blocked in their firewall, anti-virus tools or email filters, for security reasons.
Common error messages shown for sender related reasons are – “553 sorry, that domain isn’t allowed to be relayed thru this MTA” or “553 sorry, that domain isn’t in my list of allowed rcpthosts (#5.7.1)”.
Solution:
Setup RDNS for your mail server and confirm that the DNS is resolving correctly and the reverse pointer shows the correct servername using the command:
host IP-address
To check for IP or port blocks for your IP in a recipient mail server, use this command from your sender mail server:
telnet mailserver.com 25
Email routing can be tested from the sender to the recipient to identify where the block is. Also, make sure that your server is not listed in any blacklists such as Spamhaus.
If your ISP or mail server blocks port 25, use another custom SMTP port such as 587, in your mail client to send mails.
In short..
Today we discussed the reasons for the email error ‘553 sorry, unknown email address’ and how to fix it. The same error presents itself in many variants, as listed:
553 5.3.0 <recipient>… Address does not exist
553 5.3.0 <recipient>… No such user
553 sorry, no mailbox here by that name
553 sorry, rcpt user invalid
553 sorry, that domain isn’t in my list of allowed rcpthosts
553 sorry, the recipient in not a valid user on this domain
553 sorry, this recipient doesn’t exist.
A server-wide custom filter that blocks mail from certain senders, a default forwarder that relay mails to another address, custom email software or security restrictions, all can lead to 553 errors.
Sometimes, the issue may even be a temporary one. In those cases, the sender mail server will re-attempt the delivery of failed emails, based on its configuration.
There isn’t a one-fix-all solution for email bounce errors. Examining the error logs and email headers of the bounced mail would help identify the issue and fix it correctly.
If you’d like to know how to secure your mail server and prevent email bounce errors, we’d be happy to talk to you.
0 Comments