MX Problem

  • Thread starter Thread starter Greg
  • Start date Start date
G

Greg

Hi-
I'm wondering why my MX entry doesn't seem to be working for
trendnetworks.com. If I go to www.dnsreport.com it says that I don't
have an MX record. Here is my zone file, can anyone help? Thanks!


;
; Database file trendnetworks.com.dns for trendnetworks.com zone.
; Zone version: 17
;

@ IN SOA
pangaea-dc1.pangaea-w2k3.pangeasystems.net.
hostmaster.pangaea-w2k3.pangeasystems.net. (
17 ; serial number
900 ; refresh
600 ; retry
86400 ; expire
3600 ) ; default TTL

;
; Zone NS records
;

@ NS ns1.trendnetworks.com.
@ NS ns2.trendnetworks.com.
@ NS pangaea-dc1.pangaea-w2k3.pangeasystems.net.

;
; Zone records
;

@ A 69.3.111.204
mail A 69.3.111.204
MX 10 mail.trendnetworks.com.
ns1 A 69.3.111.204
ns2 A 69.3.111.205
vpn A 69.3.111.202
www A 69.3.111.204
 
In
Greg said:
Hi-
I'm wondering why my MX entry doesn't seem to be working for
trendnetworks.com. If I go to www.dnsreport.com it says that I don't
have an MX record. Here is my zone file, can anyone help? Thanks!

When you created the MX record you did not leave the field labeled "host or
domain" blank. You typed mail into that field so the MX record is at
mail.trendworks.com. Recreate the record and leave that field blank.
opcode: Query, status: NOERROR, id: 42

flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

QUESTION SECTION:

mail.trendnetworks.com. IN MX

ANSWER SECTION:

mail.trendnetworks.com. 3600 IN MX 10 mail.trendnetworks.com.

ADDITIONAL SECTION:

mail.trendnetworks.com. 3600 IN A 69.3.111.204

Query time: 401 ms

Server : 69.3.111.204:53 udp (69.3.111.204)

When : 5/28/2004 8:11:15 PM

Size rcvd : 72
 
I see what my problem was now, I was creating a MX record for
mail.trendnetworks.com not for trendnetworks.com. Thanks for the help!
 
Back
Top