LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-21-2016, 06:51 PM   #1
danielbmartin
Senior Member
 
Registered: Apr 2010
Location: Apex, NC, USA
Distribution: Mint 17.3
Posts: 1,881

Rep: Reputation: 660Reputation: 660Reputation: 660Reputation: 660Reputation: 660Reputation: 660
Thunderbird messages look "sent" but really aren't


Ubuntu 10.04, Thunderbird 17.0.5.

In the past few days a curious malfunction has been observed. After booting in the morning, for an hour or two all outgoing Emails are sent properly. Then something changes... from that point on, all outgoing Emails are seen in the Sent folder but they never arrive at the destination. It is as if they aren't really sent.

Rebooting doesn't help.

Re-installing Thunderbird didn't help.

Powering down the router and modem, then powering up the modem and router doesn't help.

My ISP is Earthlink, and I can go to https://webmail.earthlink.net and, from there, send Emails without difficulty.

Please advise.

Daniel B. Martin
 
Old 06-21-2016, 08:13 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,311
Blog Entries: 28

Rep: Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137
I'm assuming that you've double-checked your port and smtp settings in Thunderbird. I have an idea for troubleshooting.

Try opening Thunderbird from the command line. Then try sending a message. If an error message, appears in the terminal, post it here, being sure to surround it with "code" tags which become available when you click the "Go Advanced" button at the bottom of the compose post windows.

Last edited by frankbell; 06-21-2016 at 08:16 PM.
 
Old 06-23-2016, 03:05 PM   #3
danielbmartin
Senior Member
 
Registered: Apr 2010
Location: Apex, NC, USA
Distribution: Mint 17.3
Posts: 1,881

Original Poster
Rep: Reputation: 660Reputation: 660Reputation: 660Reputation: 660Reputation: 660Reputation: 660
Quote:
Originally Posted by frankbell View Post
Try opening Thunderbird from the command line. Then try sending a message. If an error message, appears in the terminal, post it here, being sure to surround it with "code" tags which become available when you click the "Go Advanced" button at the bottom of the compose post windows.
Confession of ignorance...
I know how to launch a terminal session.
I know how to execute a script from within a terminal session with something like this:
Code:
bash /home/daniel/Desktop/LQfiles/dbm1638.bin
I don't know how to open Thunderbird from the command line.
The command is something like this ...
Code:
/home/daniel/Desktop/thunderbird %u
... but I don't know how to cause this to execute.

Please advise.

Daniel B. Martin
 
Old 06-23-2016, 03:15 PM   #4
notKlaatu
Senior Member
 
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077

Rep: Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732
1. open terminal
2. type in the word "thunderbird" (without the quotes)

That is all.
 
1 members found this post helpful.
Old 06-23-2016, 03:19 PM   #5
timl
Member
 
Registered: Jan 2009
Location: Sydney, Australia
Distribution: Fedora,CentOS
Posts: 750

Rep: Reputation: 156Reputation: 156
Give this a go

Quote:
[tim@riverside ~]$ which thunderbird
/usr/bin/thunderbird
[tim@riverside ~]$ /usr/bin/thunderbird
[tim@riverside ~]$
Cheers
 
1 members found this post helpful.
Old 06-23-2016, 03:35 PM   #6
biosboy4
Member
 
Registered: Aug 2015
Distribution: Debian, SUSE, NXOS
Posts: 242

Rep: Reputation: 38
This could also be a network issue, I'll be watching this thread and thinking/standing by for some network troubleshooting.
 
Old 06-23-2016, 04:01 PM   #7
danielbmartin
Senior Member
 
Registered: Apr 2010
Location: Apex, NC, USA
Distribution: Mint 17.3
Posts: 1,881

Original Poster
Rep: Reputation: 660Reputation: 660Reputation: 660Reputation: 660Reputation: 660Reputation: 660
Quote:
Originally Posted by notKlaatu View Post
1. open terminal
2. type in the word "thunderbird" (without the quotes)
I did this without difficulty. A familiar Thunderbird gui opened. I sent a message. A popup window flashed briefly, giving barely enough time to read it. It said "Message sent successfully." Returning to the terminal session there was no error message.
Code:
daniel@daniel-desktop:~$ thunderbird
daniel@daniel-desktop:~$
My Thunderbird Sent folder contains the outgoing message. It appears to have been sent but never arrives at the destination. I've made experiments with the destination specified as myself, as a friend, and as both. Same result in all cases... the message looks as if it was sent (and maybe it was) but it is never received. Rebooting is no help... and yet, the following morning everything works normally for a few hours.

I contacted Earthlink Technical Support. Their agent was patient and asked a lot of pertinent questions but had no idea of what is wrong or how to fix it. From his point of view (and this is understandable) Earthlink is working right, Thunderbird is working wrong, and he has no knowledge of Thunderbird.

Daniel B. Martin
 
Old 06-23-2016, 04:05 PM   #8
notKlaatu
Senior Member
 
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077

Rep: Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732
Your problem may not be with thunderbird. what smtp server are you sending stuff through? is that earthlink's server you're using? can you send successfully via a different client?

how about sending email to a disposable address, like 10minutemail.com? I find that temp addresses do no filtering on incoming messages, so sometimes they receive messages that otherwise get eaten.
 
1 members found this post helpful.
Old 06-23-2016, 04:09 PM   #9
danielbmartin
Senior Member
 
Registered: Apr 2010
Location: Apex, NC, USA
Distribution: Mint 17.3
Posts: 1,881

Original Poster
Rep: Reputation: 660Reputation: 660Reputation: 660Reputation: 660Reputation: 660Reputation: 660
Quote:
Originally Posted by timl View Post
Give this a go
Done. Same result as reported in post #7.
Code:
daniel@daniel-desktop:~$ which thunderbird
/usr/bin/thunderbird
daniel@daniel-desktop:~$ /usr/bin/thunderbird
daniel@daniel-desktop:~$
Daniel B. Martin
 
Old 06-23-2016, 04:19 PM   #10
danielbmartin
Senior Member
 
Registered: Apr 2010
Location: Apex, NC, USA
Distribution: Mint 17.3
Posts: 1,881

Original Poster
Rep: Reputation: 660Reputation: 660Reputation: 660Reputation: 660Reputation: 660Reputation: 660
Quote:
Originally Posted by notKlaatu View Post
what smtp server are you sending stuff through?
I groped around to discover the smtp server identification but didn't find it. It's there, surely, but I'm unfamiliar with this aspect of computing. I must have keyed in that identifier six years ago when I bought this PC and initialized Thunderbird. Can't remember ...
Quote:
is that earthlink's server you're using?
My ISP is earthlink but cable broadband is provided by TimeWarner and I am billed by TimeWarner so I don't know whose server is involved.
Quote:
can you send successfully via a different client?
I can send Emails without difficulty from the Earthlink gui (https://webmail.earthlink.net). I also have a seldom-used Juno account and that account sends and receives Emails normally.
Quote:
how about sending email to a disposable address, like 10minutemail.com?
Never heard of this facility. I'll look into it, but cannot do that right away.

Thanks to all for the guidance and ideas... Keep 'em coming!

Daniel B. Martin
 
Old 06-23-2016, 04:47 PM   #11
timl
Member
 
Registered: Jan 2009
Location: Sydney, Australia
Distribution: Fedora,CentOS
Posts: 750

Rep: Reputation: 156Reputation: 156
Quote:
Originally Posted by danielbmartin View Post
I groped around to discover the smtp server identification but didn't find it. It's there, surely, but I'm unfamiliar with this aspect of computing. I must have keyed in that identifier six years ago when I bought this PC and initialized Thunderbird.

Daniel B. Martin
If you right click on your email add (in the left pane on my version) the last entry is Outgoing Server (SMTP)

And although this is probably not your issue you are running a 6 year old distro and Thunderbird 17.0.5. I am running Thunderbird 45.1.1 which I guess is reasonably up to date. A lot has happened since your version was created (28 iterations) - have you thought of upgrading?

Cheers
 
1 members found this post helpful.
Old 06-23-2016, 07:02 PM   #12
danielbmartin
Senior Member
 
Registered: Apr 2010
Location: Apex, NC, USA
Distribution: Mint 17.3
Posts: 1,881

Original Poster
Rep: Reputation: 660Reputation: 660Reputation: 660Reputation: 660Reputation: 660Reputation: 660
Quote:
Originally Posted by timl View Post
... have you thought of upgrading?
Yes, and that is another problem and may be the subject of a separate thread.

I have two computers sitting side by side.
The "Production Machine" has Ubuntu 10.04 which is long out of service.
The "Test Machine" has Mint 17.3 "Rosa" Cinnamon 64-bit, which is almost up and running.
I have not been able to move all my Thunderbird mail files.

The stumbling block at the moment is that I can't find the special file /home/daniel/.thunderbird/zrumnqmu.default/Mail/Local Folders on the Test Machine. I can't figure out how to instruct Catfish to display hidden files. On the Test Machine, Catfish doesn't behave the same way that on-line tutorials say it should.

Daniel B. Martin
 
Old 06-24-2016, 08:12 AM   #13
biosboy4
Member
 
Registered: Aug 2015
Distribution: Debian, SUSE, NXOS
Posts: 242

Rep: Reputation: 38
There are many ways to view hidden files in Ubuntu.

Here is a link to one solution:

http://www.howtogeek.com/howto/ubunt...-file-browser/
 
Old 06-24-2016, 03:04 PM   #14
danielbmartin
Senior Member
 
Registered: Apr 2010
Location: Apex, NC, USA
Distribution: Mint 17.3
Posts: 1,881

Original Poster
Rep: Reputation: 660Reputation: 660Reputation: 660Reputation: 660Reputation: 660Reputation: 660
Quote:
Originally Posted by notKlaatu View Post
Your problem may not be with thunderbird. what smtp server are you sending stuff through? is that earthlink's server you're using?
Apparantly yes, my outgoing messages are handled by Earthlink's server.
Code:
Outgoing Server (SMTP) Settings
Outgoing Email - smtpauth.earthlink.net
This looks okay.

Daniel B. Martin
 
Old 06-24-2016, 03:16 PM   #15
biosboy4
Member
 
Registered: Aug 2015
Distribution: Debian, SUSE, NXOS
Posts: 242

Rep: Reputation: 38
Quote:
Originally Posted by danielbmartin View Post
Apparantly yes, my outgoing messages are handled by Earthlink's server.
Code:
Outgoing Server (SMTP) Settings
Outgoing Email - smtpauth.earthlink.net
This looks okay.

Daniel B. Martin
Here is the IP address to that earthlink server: 207.69.189.201

Might come in handy for you. Sometimes weird dns problems can cause things like this and so hard-linking it via the IP can sometimes work or at least help you troubleshoot.

Which external dns are you using? You could try forcing 8.8.8.8 into your pc's dns settings and trying again.
 
1 members found this post helpful.
  


Reply

Tags
thunderbird, ubuntu 10.04



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
need some help integrating "thunderbird", "muttator" and my aliases file kline Linux - Software 1 06-01-2016 06:38 PM
[SOLVED] "log_fqdn on" and "logformat" aren't included in the conf. file ?‏ ngiw2012 Linux - Software 3 06-05-2014 12:36 AM
"gethostby*.getanswer: asked for "", got "." on messages file wwipro Linux - Server 0 08-06-2013 09:45 PM
"irq timeout" and "failed opcode was: unknown" dmesg messages kenneho Linux - Server 0 06-17-2009 02:35 AM
Boot messages not the same as "dmesg" or "/var/log/messages"? massai Linux - General 5 03-10-2004 12:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 02:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration