LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Thunderbird Problem (https://www.linuxquestions.org/questions/linux-general-1/thunderbird-problem-291323/)

trican 02-17-2005 05:45 AM

Thunderbird Problem
 
Hi,


I seem to have a problem post installation of thunderbird. I've configured thunderbird to point at my pop3 mail server, (certain th esettings are correct) however it gives a connection timeout error.


This seems strange becuase I can ping the server and it responses and my internet connect is fine,though have a problem connecting to a CVS server - so I think this might be some sort of network configuration issue.

Anyone any thoughts?

JunctaJuvant 02-17-2005 06:17 AM

Has the server worked with any other email client?

trican 02-17-2005 06:54 AM

yes - without a problem

trican 02-17-2005 07:01 AM

for what its worth I installed thunderbird at :

/usr/local/bin/thunderbird

and change permissions on the folder

JunctaJuvant 02-17-2005 07:23 AM

That should be fine. I don't think you needed to change the permissions though. What I did for example was to softlink the thunderbird binary to /usr/bin so that it's in the $PATH of regular mortals. Thunderbird makes a .thunderbird/ directory in the homedir of the user running it, so permissions are not a problem.
Considering the server apparantly works normally, perhaps it wouldn't hurt to doublecheck the settings in thunderbird one more time to be 100% sure, or closely compare them to the setting in the client that does work.
Hope that helps.

trican 02-17-2005 09:17 AM

double checked my settings - they're fine :-(

Tried to send an email, and i get this message:

Sending of message failed
The message could not be sent becuase connecting to SMTP server <server_name> failed........

trican 02-17-2005 11:12 AM

It wouldn't have anything to do with the way my etc/host etc etc is setup?

odious1 02-17-2005 07:08 PM

Are both pop and smtp not working? Is this your isp's relay or is it on a local net?

Quote:

It wouldn't have anything to do with the way my etc/host etc etc is setup?
If you can ping your relay by name then you are resolving properly. Try a telnet connection on port 25, you should see the standard smtp server response.

Tom

trican 02-18-2005 02:24 AM

Quote:

Originally posted by odious1
Are both pop and smtp not working? Is this your isp's relay or is it on a local net?


I can'r recieve or send. The server is on a local network

Quote:

Originally posted by odious1

If you can ping your relay by name then you are resolving properly. Try a telnet connection on port 25, you should see the standard smtp server response.
Tom

I can ping the mail server (mailhost.BASE_URL) no problem


I tried:
telnet mailhost.BASE_URL:25

But it says unknown host

I then tried
telnet mailhost.BASE_URL

Trying IP_ADDR...
Connected to maillist.BASE_URL (IP_ADDR).
Escape character is '^]'.
Connection closed by foreign host.


I'm not sure if this is good,bad or ok?

Linux~Powered 02-18-2005 03:50 AM

I upgraded to 9.0 and got this same problem that you're having. To solve it, I had to revert back to 8.0 and it worked fine. You can get 8.0 here

trican 02-18-2005 04:16 AM

strange indeed - just to clarify I've got thunderbird 1.0 and Redhat 9.

trican 02-18-2005 07:53 AM

Since my machine is dual boot as a test i install thunderbird on the windows partition - and it worked fine - argghhhhhhh.

totally stumped :-(

odious1 02-18-2005 09:17 PM

trican

the telnet will show quickly if your machine is resolving and if the relay is accepting a low level connection.

you will need to omit the colon in your command and replace with a space

Code:

telnet mailserver.yourdomain 25
you should see the smtp response [sendmail version etc...]

You mentioned that you have sucessfully relayed and downloaded messages on this server. Was this done with your current install?

trican 02-20-2005 10:56 AM

Quote:

Originally posted by odious1
trican

the telnet will show quickly if your machine is resolving and if the relay is accepting a low level connection.

you will need to omit the colon in your command and replace with a space

Code:

telnet mailserver.yourdomain 25
you should see the smtp response [sendmail version etc...]

Actually no I can't connect, it times out

It displays:

220 NOT_MAILSERVER.MY_DOMAIN ESMTP Exim 4.20 Sun ...date ...

After a few minutes it says
421 SMTP command timeout - closing connection



Quote:


You mentioned that you have sucessfully relayed and downloaded messages on this server. Was this done with your current install?

Yes I'm currently using Kmail, which downloads the mail fine - (though html graphics links don't show)

trican 02-23-2005 11:42 AM

ok got it sorted - really strange, when i disabled the proxy it worked fine. Though html emails lack linked graphics


All times are GMT -5. The time now is 09:06 AM.