Has anyone noticed that this list server lists.linux-ha.org does not have an MX record associated with it? I actually had to tweak my MTA in order to join the list!
Someone may want to correct the DNS so that an MX record exists for lists.linux-ha.org that references it's A record so that MTAs performing MX lookups will work correctly. See the following output: -- >dig lists.linux-ha.org. MX ; <<>> DiG 9.3.4-P1.1 <<>> lists.linux-ha.org. MX ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17325 ;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;lists.linux-ha.org. IN MX ;; AUTHORITY SECTION: lists.linux-ha.org. 3600 IN SOA ns1.tummy.com. hostmaster.tummy.com. 2006083101 3600 1800 604800 3600 ;; Query time: 47 msec ;; SERVER: 10.201.1.60#53(10.201.1.60) ;; WHEN: Thu Oct 30 21:48:00 2008 ;; MSG SIZE rcvd: 96 -- The list server does have an A record associated with it: >dig lists.linux-ha.org. ; <<>> DiG 9.3.4-P1.1 <<>> lists.linux-ha.org. ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9514 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;lists.linux-ha.org. IN A ;; ANSWER SECTION: lists.linux-ha.org. 3600 IN A 198.49.126.209 ;; Query time: 62 msec ;; SERVER: 10.201.1.60#53(10.201.1.60) ;; WHEN: Thu Oct 30 21:48:51 2008 ;; MSG SIZE rcvd: 52 -- But linux-ha.org does have MX records associated with it's domain, but it does not appear to be the list server for the linux-ha list. >dig linux-ha.org. mx ; <<>> DiG 9.3.4-P1.1 <<>> linux-ha.org. mx ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36340 ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;linux-ha.org. IN MX ;; ANSWER SECTION: linux-ha.org. 3600 IN MX 10 mail.iccx.net. linux-ha.org. 3600 IN MX 20 backup-spool.iccx.net. linux-ha.org. 3600 IN MX 30 backup-spool2.iccx.net. ;; Query time: 42 msec ;; SERVER: 10.201.1.60#53(10.201.1.60) ;; WHEN: Thu Oct 30 21:49:56 2008 ;; MSG SIZE rcvd: 118 _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
