Suddenly I can't send mail any more with SMTP
Categories
(Thunderbird :: Untriaged, defect)
Tracking
(Not tracked)
People
(Reporter: github, Unassigned)
Details
(Whiteboard: [addon: CloudFile Provider for Dropbox][support])
Attachments
(1 file)
|
509.60 KB,
text/x-log
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
For all day I sent messages through Thunderbird with my account. At a certain point, I was no more able to send messages.
So I tried to send the message through the online web mail. And it works, so it's not a server problem. I didn't touched nothing of the configuration of thunderbird.
I activated imap log, I attach it.
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1
Comment 1•7 years ago
|
||
What makes you think that you are not able to send messages?
| Reporter | ||
Comment 2•7 years ago
|
||
Well, because of this message:
"Sending of the message failed. The message could not be sent because the connection to Outgoing server (SMTP) ******** timed out. Try again."
| Reporter | ||
Comment 3•7 years ago
|
||
I want to repeat that I was able to send the message using the web mail client, so it's not a server problem. And I have not touched the configuration of the account. Simply, at a certain point, it stopped to work.
Can someone analyse the log?
Comment 4•7 years ago
|
||
Thanks - you had not mentioned any error message before.
The log above is only IMAP. Sending is SMTP and not IMAP. See https://wiki.mozilla.org/MailNews:Logging for more info.
| Reporter | ||
Comment 5•7 years ago
|
||
I've done:
export MOZ_LOG=SMTP:5,timestamp
export MOZ_LOG_FILE=/tmp/smtp.log
thunderbird
then I retried to send a message without success.
SMTP log is empty. What now?
PS: why this bug was marked as fixed?
| Reporter | ||
Comment 6•7 years ago
|
||
I tried also in Safe mode without success. The only line that smtp.log now contains is:
2019-05-05 10:15:29.272607 UTC - [15648:Main Thread]: I/SMTP SMTP Connecting to: mail.niuma.it:465
Comment 7•7 years ago
|
||
Probably marked as fixed because IMAP isn't used for sending, but should actually be INVALID in my opinion.
So let's do this.
Does the same problem occur in safe mode? Use Help > Restart with Add-ons Disabled.
| Reporter | ||
Comment 8•7 years ago
|
||
Comment 9•7 years ago
|
||
(In reply to Marco Sulla from comment #8)
*ahem* https://bugzilla.mozilla.org/show_bug.cgi?id=1549107#c6
Ah! How about a test profile?
https://support.mozilla.org/en-US/kb/using-multiple-profiles
Comment 10•7 years ago
|
||
FWIW, "I didn't touched nothing of the configuration of thunderbird." would suggest this likely isn't a Thunderbird problem.
As does the fact that your log shows no response from the server.
| Reporter | ||
Comment 11•7 years ago
|
||
@WayneMery I quote myself from my first post:
So I tried to send the message through the online web mail. And it works, so it's not a server problem.
@WaltS48: this is what I tried:
$ export MOZ_LOG=SMTP:5,timestamp
$ export MOZ_LOG_FILE=/tmp/smtp.log
$ thunderbird --safe-mode -ProfileManager
- Created a new profile
- started it
- created a new account with:
IMAP:
user: m.sulla@********
pass: ########
host: ********
port: 993
security: SSL/TLS
auth method: normal password
SMTP:
user: m.sulla@********
pass: ########
host: ********
port: 465
security: SSL/TLS
auth method: normal password
- I tried to send a message to myself (yes I can, I did multiple time in past and the server never blocked me)
Result:
Sending of the message failed.
The message could not be sent because the connection to Outgoing server (SMTP) ******** timed out. Try again.
The smtp.log was empty
- I close Thunderbird
- now smtp.log shows one line:
2019-05-05 21:46:48.393639 UTC - [7508:Main Thread]: I/SMTP SMTP Connecting to: ********:465
Maybe the logger flushed only at exit. I don't know. Anyway it's strange.
- I tried again to send the message using the web client. It has success.
PS: can I say that IMHO a logger should add the log level and the class? What is [7508:Main Thread]? The pid and the thread?
| Reporter | ||
Comment 12•7 years ago
|
||
I also tried to restart the machine, without success.
Can you please tell me how can I debug it in a better way? Or should I open a bug about the SMTP logger?
Comment 13•7 years ago
|
||
(In reply to Marco Sulla from comment #11)
...
6. I close Thunderbird
7. now smtp.log shows one line:2019-05-05 21:46:48.393639 UTC - [7508:Main Thread]: I/SMTP SMTP Connecting to: ********:465
Maybe the logger flushed only at exit.
That is correct.
As before, the log indicates the Thunderbird has not received a response from the server. IF the server responded (which we cannot know unless you have a server log), then something between Thunderbird and the server is broken.
Comment 14•7 years ago
|
||
Marco,
In your smtp settings
SMTP:
user: m.sulla@********
pass: ########
host: ********
port: 465
security: SSL/TLS
auth method: normal password
the port is set at 465, though this is standard for secure connections it isn't the only port that smtp works on. However, it is the port that TB sets by default (I believe).
Try setting the port to 25 and seeing if that works. If it still doesn't you should call your provider and see if there was a change to their system that might be the issue.
| Reporter | ||
Comment 15•7 years ago
|
||
The mystery is revealed: something changed the port from 587 to the default 465. Probably it was the unique addons I added, CloudFile Provider for Dropbox 3: https://addons.thunderbird.net/en-US/thunderbird/addon/cloudfile-provider-for-dropbox/
Comment 16•6 years ago
|
||
THanks for the update
Description
•