Networking Forums

Networking Forums > Computer Networking > Linux Networking > Problem getting my mail out with sendmail (namelookup failed)

Reply
Thread Tools Display Modes

Problem getting my mail out with sendmail (namelookup failed)

 
 
Sander Bosman
Guest
Posts: n/a

 
      01-22-2004, 08:32 AM
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Hi all,

when trying to send an e-mail outside my system it generates the
following error message:

--------------------------------------------------------
451 hotmail.com: Name server timeout
Warning: message still undelivered after 4 hours
Will keep trying until message is 5 days old
--------------------------------------------------------

Thoug, my nameserver works fine:

--------------------------------------------------------
; <<>> DiG 9.2.1 <<>> hotmail.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27640
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 4, ADDITIONAL: 4

;; QUESTION SECTION:
;hotmail.com. IN A

;; ANSWER SECTION:
hotmail.com. 1775 IN A 64.4.32.7
hotmail.com. 1775 IN A 64.4.33.7
hotmail.com. 1775 IN A 64.4.52.7

;; AUTHORITY SECTION:
hotmail.com. 1604 IN NS ns1.hotmail.com.
hotmail.com. 1604 IN NS ns2.hotmail.com.
hotmail.com. 1604 IN NS ns3.hotmail.com.
hotmail.com. 1604 IN NS ns4.hotmail.com.

;; ADDITIONAL SECTION:
ns1.hotmail.com. 152777 IN A 216.200.206.140
ns2.hotmail.com. 2843 IN A 216.200.206.139
ns3.hotmail.com. 134757 IN A 209.185.130.68
ns4.hotmail.com. 63 IN A 64.4.29.24

;; Query time: 17 msec
;; SERVER: 10.0.0.138#53(10.0.0.138)
;; WHEN: Wed Jan 21 08:39:10 2004
;; MSG SIZE rcvd: 213
--------------------------------------------------------

Google learned me to add the folowing line to my /etc/mail/sendmail.cf file

--------------------------------------------------------
define(`confBIND_OPTS', `WorkAroundBrokenAAAA')dnl
--------------------------------------------------------

after "make -C /etc/mail" and restarting sendmail the problem wasn't
solved . Just in case I also tried "m4 /usr/share/sendmail-cf/m4/cf.m4
/etc/mail/sendmail.mc > sendmail.cf" but that didn't solve my problem
either.


Does anyone knows what I'm doing wrong?

Thanx, Sander.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
sendmail problem Simon lee Linux Networking 3 11-01-2006 11:49 PM
sendmail problem sumna.nuthakki@gmail.com Linux Networking 0 04-26-2006 06:24 PM
STMP error message event id 4006 mail delivery failed =?Utf-8?B?R2lsYmVydA==?= Windows Networking 1 02-17-2005 03:39 PM
RedHat ES 3.0 send mail does sendmail need to be on LHradowy Linux Networking 6 04-03-2004 04:56 AM
Can't send mail with mutt, using sendmail. TIA Naota Linux Networking 8 11-29-2003 09:13 PM



1 2 3 4 5 6 7 8 9 10 11