Simon Loewen <[email protected]> wrote on 2009-Jul-10: > # dig dnstext.com > ; <<>> DiG 9.4.2-P2 <<>> dnstext.com > ;; global options: printcmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 47908 > ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 > > ;; QUESTION SECTION: > ;dnstext.com. IN A > > ;; Query time: 337 msec > ;; SERVER: 127.0.0.1#53(127.0.0.1) > ;; WHEN: Fri Jul 10 01:04:40 2009 > ;; MSG SIZE rcvd: 29 > > # dig mx dnstext.com > ; <<>> DiG 9.4.2-P2 <<>> mx dnstext.com > ;; global options: printcmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 36511 > ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 > > ;; QUESTION SECTION: > ;dnstext.com. IN MX > > ;; Query time: 115 msec > ;; SERVER: 127.0.0.1#53(127.0.0.1) > ;; WHEN: Fri Jul 10 01:04:55 2009 > ;; MSG SIZE rcvd: 29
Neither of these is correct. There's no ANSWER section. According to this, dig cannot find an MX for this domain. When Sam runs the command, he sees the MX record. So do I: $ dig +short mx dnstest.com 10 mail.dnstest.com. Something's wrong with your DNS. Can you point your /etc/resolv.conf directly to your ISP's DNS server and see whether the problem is at your end or theirs? HTH Jeff Jansen ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
