Quote:
|
Originally Posted by vassilis3
May 17 20:17:40 server1 postfix/smtp[9908]: warning: no MX host for fragemporium.net has a valid address record
|
The MX for fragemporium.net doesn't have an A record:
Code:
dig mx fragemporium.net
; <<>> DiG 9.3.4 <<>> mx fragemporium.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20639
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;fragemporium.net. IN MX
;; ANSWER SECTION:
fragemporium.net. 3600 IN MX 10 mail200.hoo--yah.com.
;; Query time: 209 msec
;; SERVER: 145.253.2.75#53(145.253.2.75)
;; WHEN: Fri May 18 19:18:28 2007
;; MSG SIZE rcvd: 70
As you see, mail200.hoo--yah.com doesn't exist:
Code:
dig mail200.hoo--yah.com
; <<>> DiG 9.3.4 <<>> mail200.hoo--yah.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 62127
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;mail200.hoo--yah.com. IN A
;; AUTHORITY SECTION:
hoo--yah.com. 3600 IN SOA dns1.bigapple-isp.net. noc.ns1.bigapple-isp.net. 2004070920 1800 900 604800 3600
;; Query time: 210 msec
;; SERVER: 145.253.2.75#53(145.253.2.75)
;; WHEN: Fri May 18 19:18:37 2007
;; MSG SIZE rcvd: 103