1827929 Members
1772 Online
109973 Solutions
New Discussion

sendmail

 
crummy
Frequent Visitor

sendmail

I' trying to send an e-mail to @us.army.mil, but I get the following error:
Deferred: Connection refused by mx.us.army.mil
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: sendmail

Shalom Crummy,

You give us very little to go on.

Few possbilities: Your IP address has been marked by the army as a spam source and your mail is being stopped.

Perhaps you are not using the right smtp relay server.

Perhaps the server mx.us.army.mil does not permit smtp relay from your system.

Tell us a little more and maybe we can provide some useful help.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Wouter Jagers
Honored Contributor

Re: sendmail

Their mail server is not accepting connections from your host. Not from mine either.

It could be down, or only accepting connections from certain places. Have you tried sending the message through the mailserver of your provider ?

Cheers
an engineer's aim in a discussion is not to persuade, but to clarify.
crummy
Frequent Visitor

Re: sendmail

I can send mail to everything, but us.army.mil domain. when I do a dig I get the following
; <<>> DiG named 9.2.0 <<>> ronald.cromwell@us.army.mil
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 45192
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;ronald.cromwell\@us.army.mil. IN A

;; AUTHORITY SECTION:
army.mil. 3600 IN SOA ns12dns.army.mil. domain-reques0

;; Query time: 130 msec
;; SERVER: 55.25.254.242#53(55.25.254.242)
;; WHEN: Sat Feb 3 14:44:59 2007
;; MSG SIZE rcvd: 110
Steven E. Protter
Exalted Contributor

Re: sendmail

Shalom,

For reasons only the military knows they have decided mail from your system should not be received.

It is common to not accept mail for the following reasons:

1) Lack of a reverse DNS record.
2) Not using a recognized smtp relay server.
3) Inconistent DNS structure for you IP address
4) Incorrect sendmail configuration.
5) Many,many others.

You may have to contact the US army to find out why you have been blocked, but first check the list above. Good luck getting an answer for them.

I hope the email address you gave as an example is not real. If it is, its not going to make them more likely to talk to you posting their email addresses publically where spammers can harvest them.

To learn sendmail:

http://www.sendmail.org

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
crummy
Frequent Visitor

Re: sendmail

Thanks