Connection errors - SMTPFrom MozillaZine Knowledge Base
This article lists the error messages that you might see when you try to connect to an SMTP server to send mail. For each error message it identifies possible causes. For troubleshooting techniques, see: Cannot send mail Some of these error messages are misleading. In particular, the "Please verify..." part of these messages is rarely helpful. The messages are long, making some of them look very similar. When you are troubleshooting, be careful to identify the error message exactly. Sending mail to the SMTP server happens in stages. Different things can go wrong at each stage, so each stage has different error messages. When a connection fails, Thunderbird provides you with up to four pieces of information about the failure. If you have to ask for support (for example, in a forum or from a helpdesk), ensure that you provide all the information:
Note: If an error message shows the server name as "localhost", it usually means that you are using a webmail extension or an anti-virus program. In this case the error might be coming from that program, not from the SMTP server.
[edit] Thunderbird errorsThis section lists the stages that Thunderbird goes through when it connects to an SMTP server to send a message, and it lists the possible error messages for each stage. [edit] LookupThunderbird looks up the SMTP server's name to find its network address (IP address). The lookup service (DNS) is usually provided by your ISP as part of your Internet connection. The status message at this stage is "Looking up..." An error occurred sending mail: Unable to connect to SMTP server server name The server may be down or may be incorrectly configured. Please verify that your Mail/News account settings are correct and try again.
This error is never caused by the server being down or incorrectly configured. [edit] ConnectingThunderbird connects to the SMTP server, and the SMTP server responds. The status message at this stage is "Connecting..." The message could not be sent because connecting to SMTP server server name failed. The server may be unavailable or is refusing SMTP connections. Please verify that your SMTP server setting is correct and try again, or else contact your network administrator. or: An error occurred sending mail: The mail server sent an incorrect greeting: message
[edit] SecurityIf your settings require it, Thunderbird creates a secure connection using TLS or SSL. The status message at this stage is "Connected..." The message could not be sent because connecting to SMTP server server name failed. The server may be unavailable or is refusing SMTP connections. Please verify that your SMTP server setting is correct and try again, or else contact your network administrator.
or: An error occurred sending mail: Unable to connect to SMTP server server name via STARTTLS since it doesn't offer STARTTLS In EHLO reponse. Please verify that your Mail/News account settings are correct and try again.
[edit] Logging inIf your settings require it, Thunderbird logs in by sending your username and password. If the server does not accept the username and password combination, then Thunderbird asks you for the password again. If your password does not work, there might be various reasons:
The message could not be sent because connecting to SMTP server server name failed. The server may be unavailable or is refusing SMTP connections. Please verify that your SMTP server setting is correct and try again, or else contact your network administrator.
[edit] IdentityThunderbird tells the server who is sending the message. This is the From address, your identity in Thunderbird. An error occurred while sending mail. The mail server responded: error message Please verify that your email address is correct in your Mail preferences and try again.
[edit] RecipientsThunderbird tells the server who is receiving the message. An error occurred while sending mail. The mail server responded: error message Please check the message recipients and try again.
[edit] SendingThunderbird sends the message. An (SMTP) error occurred while sending mail. The server responded: error message
or: The size of the message you are trying to send exceeds the global size limit ( number bytes) of the server. The message was not sent, try to reduce the message size and try again. or: The size of the message you are trying to send exceeds the global size limit of the server. The message was not sent, try to reduce the message size and try again. The server responded: error message
[edit] ConfirmationThe SMTP server tells Thunderbird that it received the message. Sending of message failed. Please verify that your Mail & Newsgroups account settings are correct and try again.
[edit] Network errorsThings can go wrong with the network at any stage in sending a message. These errors are not related to the SMTP server, but they can interrupt communication with the server, so that sending the message fails.
or:
[edit] Server errorsHere is a list of the standard server error codes, and brief explanations. Servers often report different messages, they often represent the code with full stops, (like 4.2.1 instead of 421), and they often use non-standard codes (for example, 571 instead of 530). Most of these errors usually indicate faults on the server. 530 or 551 means that you are using the wrong server name, or the wrong port, or you have not specified that Thunderbird must log in with your user name and password. 554 can mean that your ISP is blocking the port.
[edit] See also |
|