[Pdns-users] Why is my SRV record not being served properly?
Ron Garret
ron at flownet.com
Sat Jan 9 01:09:12 UTC 2010
My name server is working properly, except that the following SRV record is not being served:
mysql> select * from records where type='SRV';
+----+-----------+--------------------------------------+------+--------------------------------+------+------+-------------+
| id | domain_id | name | type | content | ttl | prio | change_date |
+----+-----------+--------------------------------------+------+--------------------------------+------+------+-------------+
| 27 | 3 | _autodiscover._tcp.genesisgroup.info | SRV | 0 443 secure.genesisgroup.info | 120 | 0 | NULL |
+----+-----------+--------------------------------------+------+--------------------------------+------+------+-------------+
1 row in set (0.02 sec)
[ron at vm1:~/pkg]$ dig genesisgroup.info SRV
; <<>> DiG 9.3.4-P1.1 <<>> genesisgroup.info SRV
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37028
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;genesisgroup.info. IN SRV
;; AUTHORITY SECTION:
genesisgroup.info. 0 IN SOA 1. 3600. 600 7200 120 604800 3600
;; Query time: 12 msec
;; SERVER: 67.201.32.11#53(67.201.32.11)
;; WHEN: Fri Jan 8 17:03:16 2010
;; MSG SIZE rcvd: 76
Can anyone see offhand what I might be doing wrong here?
Thanks,
rg
More information about the Pdns-users
mailing list