Difference between revisions of "GUI Error - Email SMTP"
From Kolmisoft Wiki
Jump to navigationJump to search
(→ERROR) |
(→554) |
||
Line 56: | Line 56: | ||
Message refused / Transaction failed | Message refused / Transaction failed | ||
''' 554 – message refused.''' | |||
* The mail server was rejecting the address because it was bad. A transcription error allowed an relatively unnoticeable character into the address. | |||
* Secureserver.net - Your access to this mail system has been rejected due to the sending MTA's poor reputation. If you believe that this failure is in error, please contact the intended recipient via alternate means. | |||
''' 554 – Transaction failed.''' | |||
* Nowadays SMTP status 554 is in most cases returned when the recipient server believes your email is spam or your IP address or ISP server has been blacklisted on one or more. | |||
* With Yahoo, on the other hand, this usually means the email address does not exist or has been disabled. | |||
* With IBM’s Lotus Domino this is either a Domino bug or a Disk Full error. |
Revision as of 15:58, 4 March 2010
ERROR
421
<domain> Service not available, closing transmission channel
500
Syntax error, command unrecognised
501
Syntax error in parameters or arguments
502
Command not implemented
503
Bad sequence of commands
504
Command parameter not implemented
521
<domain> does not accept mail
530
Access denied
535
Email Username and Password not accepted
550
Requested action not taken: mailbox unavailable
551
User not local; please try <forward-path>
552
Requested mail action aborted: exceeded storage allocation
553
Requested action not taken: mailbox name not allowed
554
Message refused / Transaction failed
554 – message refused.
- The mail server was rejecting the address because it was bad. A transcription error allowed an relatively unnoticeable character into the address.
- Secureserver.net - Your access to this mail system has been rejected due to the sending MTA's poor reputation. If you believe that this failure is in error, please contact the intended recipient via alternate means.
554 – Transaction failed.
- Nowadays SMTP status 554 is in most cases returned when the recipient server believes your email is spam or your IP address or ISP server has been blacklisted on one or more.
- With Yahoo, on the other hand, this usually means the email address does not exist or has been disabled.
- With IBM’s Lotus Domino this is either a Domino bug or a Disk Full error.