On Wed, 22 Nov 2000 08:21:10 EST, Warren Small wrote:

> I'm sure a lot of you will say that the problem is obviously a DNS lookup
> issue but I can lookup this server name successfully from the same server
> that is having problems talking to the qmail server. This problem is also
> not confined to one server and I can change the configuration to send the
> mail to our current mail hub and it will be delivered successfully.

I hate to state the obvious, but yes, it is obviously a problem with 
DNS.  Sure, the hostname resolves fine, but your DNS does not return an 
MX for it.  See results below:

[andy@mail andy]$ dnsmx qmail.mainstream.net
dnsmx: fatal: unable to find MX records for qmail.mainstream.net: temporary failure

This should, in the very least return a preference of 0 for the server 
itself.  Instead it is failing---something is misconfigured in your 
DNS.  The same results can be found with dig:

[andy@mail andy]$ dig qmail.mainstream.net mx
; <<>> DiG 8.1 <<>> qmail.mainstream.net mx 
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 40425
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUERY SECTION:
;;              qmail.mainstream.net, type = MX, class = IN

Please, someone correct me if I'm wrong, but I do believe it is a 
problem with DNS. :-)

Andy

Reply via email to