LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-14-2005, 05:21 PM   #1
ScooterB
Member
 
Registered: Sep 2003
Location: NW Arkansas
Distribution: Linux Redhat 9.0, Fedora Core 2,Debian 3.0, Win 2K, Win95, Win98, WinXp Pro
Posts: 344

Rep: Reputation: 31
Sendmail - Server Timeouts


Hello all. I have a Linux box running FC2. Running Sendmail 8.12.11. My server seems to be functioning correctly except for a few small issues. When it tries to connect to two different servers, the connection times out. This did not start until 2-3 days ago. Before that everything was fine - clients could send mail successfully to that address. Now it just times out. This started about the time that I began to subscribe to a spam blacklist. I thought it might be a slow response by the blacklist making the servers timeout before it could respond so I commented out those lines and rebuilt the sendmail.cf file. Still no joy. Mail still times out. I get no errors, no comments and the mail log says that the "connection timed out with XXX.XXX.com. Nothing else. So my theory about the spam blacklist taking too long to answer didn't do the trick. If anyone has any ideas on how I can test to make sure it isn't something on my end I would appreciate it. Thanks in advance for any and all help!

P.S. - I can't communicate this problem to the admins on the other end as they are "untouchable". One is Microsoft and the other is Walmart. Any ideas would be appreciated.
 
Old 10-15-2005, 11:14 AM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
You can check the remote mailserver by attempting to communicate with it manually:

$ telnet XXXXXX.com 25
Trying 123.45.67.89...
Connected to XXXXXX.com (123.45.67.89).
Escape character is '^]'.
220 XXXXXX.com ESMTP Sendmail 8.13.1/8.12.11; Sat, 15 Oct 2005 12:09:12 -0400
HELO dummy.net
250 XXXXXX.com Hello XXXXXX.com [123.45.67.89], pleased to meet you
quit
221 2.0.0 XXXXXX.com closing connection

If the response is reasonably quick, then the problem isn't the remote server. Is your email server on a dynamic IP? Many folks block email from dynamic IP addresses.
 
Old 10-16-2005, 03:04 PM   #3
ScooterB
Member
 
Registered: Sep 2003
Location: NW Arkansas
Distribution: Linux Redhat 9.0, Fedora Core 2,Debian 3.0, Win 2K, Win95, Win98, WinXp Pro
Posts: 344

Original Poster
Rep: Reputation: 31
No, the server is on a static IP. Been the same IP for about two years now. I tried connecting to the other server via telnet after I made the post and all I got was a blank screen. No response or anything. One thing that I forgot to post is that I can send mail from an external account (i.e., yahoo) to one of those accounts but nothing can get through from mine. I would have thought that if they had me blocked for some reason I would have gotten an error message, but nothing. Thanks for the help though! I'll just keep at it and maybe someone will post something that will make a light bulb go on.
 
Old 10-16-2005, 04:07 PM   #4
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Not changing is not the same as static. If the address is defined by your ISP as dynamic, that is how it will be treated.
 
Old 10-16-2005, 04:59 PM   #5
ScooterB
Member
 
Registered: Sep 2003
Location: NW Arkansas
Distribution: Linux Redhat 9.0, Fedora Core 2,Debian 3.0, Win 2K, Win95, Win98, WinXp Pro
Posts: 344

Original Poster
Rep: Reputation: 31
I run my own dns servers and have a direct pop to alltel (fiber link) and part of a class c set of IP addresses from IANA. I share the addresses with another company; helps with costs. So I would guess that I am my own ISP in this case. The Ip address range is portable (can change from one tier 2 to another) but the address of my mail server is not handed out by a DHCP server (dynamic). They are infact static ip's. At least from everything I have been taught anyway. Any other ideas? This is really hard to troubleshoot when you just can't pick up the phone and call someone on the other end and ask "what's up?". Thanks for your help though and I will hopefully figure something out or someone will post an answer that makes the lightbulb go on.....
 
Old 10-16-2005, 05:47 PM   #6
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Better to verify the address here, and see if it's in anyones database as dynamic or blocked.
 
Old 10-17-2005, 07:46 AM   #7
ScooterB
Member
 
Registered: Sep 2003
Location: NW Arkansas
Distribution: Linux Redhat 9.0, Fedora Core 2,Debian 3.0, Win 2K, Win95, Win98, WinXp Pro
Posts: 344

Original Poster
Rep: Reputation: 31
Nope. Not listed there either. I usually use http://www.dnsstuff.com for that kind of lookup. But it wasn't listed there either. That was actually the first thing that I thought about. If a server ends up on a list you block them. But if it does get blocked, there is usually an error message that states so. I never get any error messages from these two servers, just time outs.
 
Old 10-17-2005, 08:30 AM   #8
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
If you're not blocked, then you may be able to get more information with the telnet test in post #2. The destination servers could simply be having a problem (they could be owned, and busy pumping out spam, for example).

If the telnet test times out as well, then the issue is likely on the server side.
 
Old 10-17-2005, 08:52 AM   #9
ScooterB
Member
 
Registered: Sep 2003
Location: NW Arkansas
Distribution: Linux Redhat 9.0, Fedora Core 2,Debian 3.0, Win 2K, Win95, Win98, WinXp Pro
Posts: 344

Original Poster
Rep: Reputation: 31
Well, when I try and connect via telnet, all I get is a blank screen. For instance, from my desktop (running windows XPPro) I start a command line and type the following: telnet 123.456.789.000 25. The screen changes like I would expect it to and then justs sits there. No apparent response or messages from the server. If I connect to my own server, I get a response, etc. Those just sit there. Could it be that if they are blocking me for some reason, it is at a firewall? That would be unusual for Microsoft (one of the culprits) but not Walmart. They are famous for trying to be secretive. Oh well, any other ideas?
 
Old 10-17-2005, 09:07 AM   #10
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
It could be that they're using something like SPF. You can try adding the DNS records and see if they then allow connection. You can use the self publishing wizard at that website to help you create the necessary DNS records.
 
Old 10-17-2005, 09:40 AM   #11
ScooterB
Member
 
Registered: Sep 2003
Location: NW Arkansas
Distribution: Linux Redhat 9.0, Fedora Core 2,Debian 3.0, Win 2K, Win95, Win98, WinXp Pro
Posts: 344

Original Poster
Rep: Reputation: 31
I haven't heard of that yet but will definitely check it out thanks! I will give that a try and repost. Thanks!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Connection Timeouts lobo78 Linux - Networking 1 11-01-2005 06:40 PM
sendmail timeouts lehmm Linux - Networking 0 09-27-2005 01:54 AM
Timeouts from MS outlook to sendmail mmarx01 Linux - Networking 2 10-24-2004 10:49 PM
Timeouts with OpenSSH aiko Linux - Security 1 07-08-2003 01:23 PM
SENDMAIL: I can receive mail but timeouts when trying to send. mailq show deferred. adamrau Linux - Software 0 10-01-2001 06:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:26 AM.

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