include '/home/virtual/site30/fst/var/www/html/_php/menu.php' ?>
Featured Software
Atomic Mail Verifier cleans up your mailing lists using
advanced mailbox verification technology. Did you know how many
"dead" addresses you have?
G-Lock
EasyMail Pro - newsletter sending software
SPAM
OFF - the most effective anti-spam software available
GetSmile
- insert thousands of animated smilies in e-mail
Outlook
Express Backup Genie-
is a handy email backup utility which works with top 9 popular
Email Clients.
Mail
Commander- provides extensive filtering and processing capabilities
for incoming correspondence and...
Mail
Snoop- is an email checker and Spam filter system, designed
to monitor any number of email accounts without...
Mailbox
Guard- the major flaw and immediate cause of most virus /
worm email infections is that when message is downloaded by email
client - it is already TOO LATE....
SpamWeed-
anti spam filter adopts state-of-the-art statistical filtering
technology and refined algorithm. Its built-in filter mechanism...
NewsShark-
makes it easy to download large binary files from usenet!
Atomic
Outlook Password Recovery
is a software solution capable of recovering lost or forgotten
mailbox passwords for the e-mail clients that work with mail servers
using POP3 and IMAP4 protocols.
|
SMTP and Mail server error
codes
Short description of SMTP/ESMTP error codes and
error messages
How often do you get "FATAL ERROR: Could not
send your message. Error #550" when sending email? What does
"Error #550" mean? Ordinary users may only understand
what their e-mail was not sent. Why and what to do?
You need to know the structure of thes error codes. A mail server
will reply to every request a client (such as your email program,
like Outlook Express, Eudora, Atomic Mail Sender) makes with a
return code. This code consists of three numbers. First digit
tells whether the server accepted the command and if it could
handle it. There are five possible values:
- Mail server has accepted the command, but does not yet take
any action. A confirmation message is required.
- Mail server has completed the task successfully without
errors.
- Mail server has understood the request, but requires further
information to complete it.
- Mail server has encountered a temporary failure. If the
command is repeated without any change, it might be completed.
Try again, it may help!
- Mail server has encountered a fatal error. Your request
can't be processed.
Second digit tells more. There are six possible values:
- Syntax error
- Information reply (for example to HELP request)
- This digit refers to the status of connection
- non-used
- non-used
- This digit refers to the status of the mail server
The third digit tells more then second again. It shows more graduations
of the mail transferring status. Combination of these three digits
gives us detailed list of ESMTP server response codes, as layed
down in RFC 821 and later extensions.
| Error
code |
SMTP/ESMTP
error message description |
| 211
|
System
status, or system help reply |
| 214
|
Help
message
(Information on how to use the receiver or the meaning of
a particular non-standard command; this reply is useful only
to the human user) |
| 220
|
Service
ready |
| 221
|
Service
closing transmission channel |
| 250
|
Requested
mail action okay, completed |
| 251
|
User
not local; will forward to |
| 354
|
Start
mail input; end with . |
| 421
|
Service
not available, closing transmission channel
(This may be a reply to any command if the service knows it
must shut down) |
| 450
|
Requested
mail action not taken: mailbox unavailable
(E.g., mailbox busy) |
| 451
|
Requested
action aborted: local error in processing |
| 452
|
Requested
action not taken: insufficient system storage |
| 500
|
Syntax
error, command unrecognized
(This may include errors such as command line too long) |
|
501 |
Syntax
error in parameters or arguments |
| 502
|
Command
not implemented |
| 503
|
Bad
sequence of commands |
| 504
|
Command
parameter not implemented |
| 550
|
Requested
action not taken: mailbox unavailable
(E.g., mailbox not found, no access) |
| 551
|
User
not local; please try |
| 552
|
Requested
mail action aborted: exceeded storage allocation |
| 553
|
Requested
action not taken: mailbox name not allowed
(E.g., mailbox syntax incorrect) |
| 554
|
Transaction
failed |
|