Problems sending Emails.. I need some help to get it resolved.

Papagayo

Platinum Member
Jul 28, 2003
2,303
24
81
My company is trying to send an email to a person in Wright Patterson Air Force Base.

It seems that it's being blocked by a gateway.. I'm getting the message from the gateway in Chicago.

here is the error message (I've replaced the real name with John Doe for the post):

**********************************************
** THIS IS A WARNING MESSAGE ONLY **
** YOU DO NOT NEED TO RESEND YOUR MESSAGE **
**********************************************

The original message was received at Fri, 13 Aug 2004 11:23:34 -0400 (EDT)
from int-ch1gw-3 [3.159.232.67]

----- Transcript of session follows -----
451 wpafb.af.mil: Name server timeout
451 wpafb.af.mil: Name server timeout
Warning: message still undelivered after 12 hours
Will keep trying until message is 5 days old


This is the second message I get:

The original message was received at Fri, 13 Aug 2004 11:23:34 -0400 (EDT) from int-ch1gw-3 [3.159.232.67]

----- The following addresses had permanent fatal errors -----
<john.doe@wpafb.af.mil>


----- Transcript of session follows -----
451 wpafb.af.mil: Name server timeout
451 wpafb.af.mil: Name server timeout
Message could not be delivered for 5 days
Message will be deleted from queue




Other company's has no problem sending an email to this person.. The problem only happens when anyone tries to send the email from our company.
 

ToeJam13

Senior member
May 18, 2004
504
0
0
What looks like is happening is that your SMTP server is having problems either looking up the mail exchange server for the wpafb.af.mil domain, or that it can't find the IP address for any of the mail exchange servers it did find.

According to the tool nslookup, these are the mail exchanges for wpafb.af.mil:
Primary: mr2o.wpafb.af.mil (129.48.104.214)
Secondaries: mr1o.wpafb.af.mil (198.97.67.51), mr3o.wpafb.af.mil (198.97.67.53), and mr4o.wpafb.af.mil (198.97.67.52)

I'd hop on (or have your sysadmin) hop on your SMTP mail server and attempt the same thing. You can try it out yourself by opening a DOS command prompt (or command shell on a Unix box) and type:

shell> nslookup -type=MX wpafb.af.mil
Default Server: ns.domain.com
Address: 1.2.3.4

Non-authoritative answer:
wpafb.af.mil MX preference = 5, mail exchanger = mr1o.wpafb.af.mil
wpafb.af.mil MX preference = 5, mail exchanger = mr3o.wpafb.af.mil
wpafb.af.mil MX preference = 5, mail exchanger = mr4o.wpafb.af.mil
wpafb.af.mil MX preference = 100, mail exchanger = mr2o.wpafb.af.mil

wpafb.af.mil nameserver = mr0o.wpafb.af.mil
wpafb.af.mil nameserver = mr1o.wpafb.af.mil
wpafb.af.mil nameserver = mr2o.wpafb.af.mil
wpafb.af.mil nameserver = mr3o.wpafb.af.mil
mr1o.wpafb.af.mil internet address = 198.97.67.51
mr3o.wpafb.af.mil internet address = 198.97.67.53
mr4o.wpafb.af.mil internet address = 198.97.67.52
mr2o.wpafb.af.mil internet address = 129.48.104.214
mr0o.wpafb.af.mil internet address = 198.97.67.50
 

SNC

Platinum Member
Jan 14, 2001
2,166
202
106
3.159.232.67 is a GE IP address in PRINCETON NEW JERSEY.
Looks like is is being used by an offshoot of GB online-age.net
I would forward this to:

Technical Contact:
Online-Age, Tech (ETOHMXCGSI)
2690 Balltown Road
Schenectady, NY 12309
US
518-612-6652
nictech@online-age.net

There is not enough info in your post to get a grip on what is wrong.