About Bounce Codes
Unexpected issues can occur during the email delivery process. For example, the domain of the recipient can be unreachable or not exist at all. In this case, an error message or bounce is created by the Mail Transfer Agent that identifies the problem, and the bounce is returned to the sender of the message. The sender’s email address is called the From Address of the SMTP envelope.
Another problem might be that the domain has been found but the user does not exist on that domain. Again, a bounce is created and sent back to the sender of the original message. Both of these are examples of hard bounces. This means that not only was the email unable to be delivered but that it can never be delivered.
Another type of bounce is a soft bounce, which means that although the email could not be delivered at present, it might be possible to deliver the message in the future. The following information lists the possible bounce codes.
Bounce Code | Description |
---|---|
Address Moved |
The recipient has changed the email address and the new address is available. This type of bounce occurs rarely. |
Bad Sender |
The email address is bad: either the address is formatted incorrectly (unlikely) or there is no such user. |
Last Resort |
The bounce parser could not determine the type of bounce, but it has the name of the original recipient. |
Mailbox Problem |
The email address exists, but the mailbox is full or temporarily locked. This type of bounce occurs rarely. |
Message Too Large |
The message size exceeds the recipient’s allowable limit. |
Network Problem |
Because of network problems, the MTA is unable to connect to either the receiving Mail Server or some other necessary server (such as a company’s LDAP server). This type of bounce occurs rarely. |
Protocol Problem |
The receiving Mail Server does not work with the version of SMTP the MTA uses. This type of bounce occurs rarely. |
Security Problem |
The receiving Mail Server does not allow email from your domain. This can occur when the receiving Mail Server blocks domains of known or suspected spammers. |
System Problem |
The receiving email server is having technical problems and cannot accept mail right now. |
Unparsable |
The bounce parser could not classify the bounce message into any other category. |
For additional information on bounce codes and the status of email addressees, see About Creating Classification Rules for Bounce Messages and Configuring the Status of Email Addresses.