Hi,
 
Got my network team to allow me port 53 to another dns resolver1.opendns.com ( 
entered this into my resolv.conf )  and get similar results,
 
Nov 18 14:20:32 obeml1 postfix/smtp[21362]: [ID 197553 mail.info] AAC73239403: 
to=<postmas...@eurocommerce.ie>, relay=none, delay=20, delays=0.25/0/20/0, 
dsn=4.4.3, status=deferred (Host or domain name not found. Name service error 
for name=eurocommerce.ie type=MX: Host not found, try again)
 
however i also get poor resuls from manual dig on the server ( solaris 8 ) 

obeml1# dig @resolver1.opendns.com eurocommerce.ie mx    
 
; <<>> DiG 8.3 <<>> @resolver1.opendns.com eurocommerce.ie mx 
; (1 server found)
;; res options: init recurs defnam dnsrch
;; res_nsend to server resolver1.opendns.com  208.67.222.222: Connection timed 
out

 
obeml1# dig @resolver1.opendns.com eurocommerce.ie 
 
; <<>> DiG 8.3 <<>> @resolver1.opendns.com eurocommerce.ie 
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUERY SECTION:
;;      eurocommerce.ie, type = A, class = IN
 
;; ANSWER SECTION:
eurocommerce.ie.        0S IN A         67.215.65.132
 
;; Total query time: 22 msec
;; FROM: obeml1 to SERVER: resolver1.opendns.com  208.67.222.222
;; WHEN: Wed Nov 18 14:24:38 2009
;; MSG SIZE  sent: 33  rcvd: 49

 
The other mail server in my mail cluster has a later dig and still fails,
 
obeml2# dig @resolver1.opendns.com eurocommerce.ie
 
; <<>> DiG 9.6.1-P1 <<>> @resolver1.opendns.com eurocommerce.ie
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 273
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
 
;; QUESTION SECTION:
;eurocommerce.ie.               IN      A
 
;; ANSWER SECTION:
eurocommerce.ie.        0       IN      A       67.215.65.132
 
;; Query time: 16 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Wed Nov 18 14:37:13 2009
;; MSG SIZE  rcvd: 49
 
obeml2# dig @resolver1.opendns.com eurocommerce.ie mx
 
; <<>> DiG 9.6.1-P1 <<>> @resolver1.opendns.com eurocommerce.ie mx
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached

 
I'm suspecting something OS now is broke - not postfix -
 
 
 
This is only an issue where remote DNS has typo on the mx record.
 
Thanks
 
Laurence
 



>>> Wietse Venema <wie...@porcupine.org> 17/11/09 11:39:43 >>>

Wietse Venema:
> Laurence Moughan:
> > Ok ,
> >  
> > I upgraded to 2.6.5 - and still fails,
> >  
> 
> Works for me. I suspect that your LOCAL dns server is making trouble.

Logging:

Nov 17 06:34:54 spike postfix/qmgr[6861]: 509F61F3EA7: 
from=<wie...@porcupine.org>, size=338, nrcpt=1 (queue active)
Nov 17 06:34:54 spike postfix/smtp[56957]: warning: valid_hostname: invalid 
character 92(decimal): cluster8a.eu.messagelabs.com\032
Nov 17 06:34:54 spike postfix/smtp[56957]: warning: malformed domain name in 
resource data of MX record for eurocommerce.ie: cluster8a.eu.messagelabs.com\032
Nov 17 06:34:55 spike postfix/smtp[56957]: 509F61F3EA7: 
to=<postmas...@eurocommerce.ie>, 
relay=cluster8.eu.messagelabs.com[85.158.140.211]:25, delay=1.4, 
delays=0.19/0.01/0.82/0.4, dsn=2.0.0, status=deliverable (250 OK)

You need to test with a different up-stream DNS server.

    Wietse


Reply via email to