|
|
 |
|
|
|
|
|
|
How
many times you got your outgoing emails back and wondered
what is wrong with it? Every time when your email can not
be delivered, the SMTP server sends you a notification,
which includes a standard error message, associated with
the real problem. a.. 2 means the email was successfully sent; a.. 4 means
there was a temporary problem while sending the email
(your email server may try to send it again or you have to
resend it, depending on your server settings). Such error
messages are using codes like 4.X.X, where X.X are used in
order to give more precise information about the error;
a.. 5 means there is a permanent/fatal error related to
the email (the email address of the receiver does not
exist, it doesn't accept emails from you, etc). Such error
messages are using codes like 5.X.X, where X.X are used in
order to give more precise information about the error.
Here is a complete list of email delivery error codes,
based on the Extended SMTP (ESMTP) standards, where X can
be 4 or 5, depending on the error type (Persistent
Transient or Permanent):
a.. X.1.0 Other address
status
b.. X.1.1 Bad destination mailbox address
c.. X.1.2 Bad destination system address
d.. X.1.3 Bad destination mailbox address syntax
e.. X.1.4 Destination mailbox address ambiguous
f.. X.1.5 Destination mailbox address valid
g.. X.1.6 Mailbox has moved
h.. X.1.7 Bad sender's mailbox address syntax
i.. X.1.8 Bad sender's system address
a.. X.2.0 Other or undefined mailbox status
b.. X.2.1 Mailbox disabled, not accepting messages
c.. X.2.2 Mailbox full
d.. X.2.3 Message length exceeds administrative limit.
e.. X.2.4 Mailing list expansion problem
a.. X.3.0 Other or undefined mail system status
b.. X.3.1 Mail system full
c.. X.3.2 System not accepting network messages
d.. X.3.3 System not capable of selected features
e.. X.3.4 Message too big for system
a.. X.4.0 Other or undefined network or routing status
b.. X.4.1 No answer from host
c.. X.4.2 Bad connection
d.. X.4.3 Routing server failure
e.. X.4.4 Unable to route
f.. X.4.5 Network congestion
g.. X.4.6 Routing loop detected
h.. X.4.7 Delivery time expired
a.. X.5.0 Other or undefined protocol status
b.. X.5.1 Invalid command
c.. X.5.2 Syntax error
d.. X.5.3 Too many recipients
e.. X.5.4 Invalid command arguments
f.. X.5.5 Wrong protocol version
a.. X.6.0 Other or undefined media error
b.. X.6.1 Media not supported
c.. X.6.2 Conversion required and prohibited
d.. X.6.3 Conversion required but not supported
e.. X.6.4 Conversion with loss performed
f.. X.6.5 Conversion failed
a.. X.7.0 Other or undefined security status
b.. X.7.1 Delivery not authorized, message refused
c.. X.7.2 Mailing list expansion prohibited
d.. X.7.3 Security conversion required but not possible
e.. X.7.4 Security features not supported
f.. X.7.5 Cryptographic failure
g.. X.7.6 Cryptographic algorithm not supported
h.. X.7.7 Message integrity failure
|
|