Could This be my problem?
Could this be my problem?
when I do a dig here is what I get....
[root@mail1 ~]# dig mx mail1.grassyassamoeba.com
; <<>> DiG 9.2.5 <<>> mx mail1.grassyassamoeba.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43438
;; flags: qr rd; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 4
;; QUESTION SECTION:
;mail1.grassyassamoeba.com. IN MX
;; ANSWER SECTION:
mail1.grassyassamoeba.com. 600 IN MX 20 grassyassamoeba.com.
;; AUTHORITY SECTION:
grassyassamoeba.com. 600 IN NS ns1.domaindirect.com.
grassyassamoeba.com. 600 IN NS ns2.domaindirect.com.
grassyassamoeba.com. 600 IN NS ns3.domaindirect.com.
;; ADDITIONAL SECTION:
grassyassamoeba.com. 600 IN A 68.76.252.142
ns1.domaindirect.com. 152011 IN A 216.40.33.21
ns2.domaindirect.com. 152011 IN A 216.40.33.22
ns3.domaindirect.com. 152011 IN A 204.50.180.58
;; Query time: 69 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Sun Oct 16 10:33:04 2005
;; MSG SIZE rcvd: 190
Where I do a reverse lookup here is what I get and I think this is where the problem lies.....
[root@mail1 ~]# dig -x 68.76.252.142
; <<>> DiG 9.2.5 <<>> -x 68.76.252.142
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20592
;; flags: qr rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;142.252.76.68.in-addr.arpa. IN PTR
;; ANSWER SECTION:
142.252.76.68.in-addr.arpa. 7040 IN PTR adsl-68-76-252-142.dsl.chcgil.ameritech.net. <---------- is this my problem because it is not resolving to my domain name?
;; AUTHORITY SECTION:
252.76.68.in-addr.arpa. 172640 IN NS ns2.ameritech.net.
252.76.68.in-addr.arpa. 172640 IN NS ns1.ameritech.net.
;; ADDITIONAL SECTION:
ns1.ameritech.net. 145866 IN A 206.141.251.2
ns2.ameritech.net. 145866 IN A 206.141.193.168
;; Query time: 26 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Sun Oct 16 10:33:55 2005
;; MSG SIZE rcvd: 169