Ticket #488 (closed defect: fixed)

Opened 12 months ago

Last modified 6 months ago

possibly violation of rfc1034 section 3.6.2 in BIND backend

Reported by: anon Owned by: ahu
Priority: normal Milestone:
Component: auth Version: 3.1
Severity: normal Keywords:
Cc: angele@…

Description

PowerDNS allows in a BIND zone file this misconfiguration:

cnametest.test. IN      CNAME   www.lala.de.
cnametest.test. IN      MX      10 mx.test.domain.

This is no problem for PowerDNS because it seems it ignores the MX RR if we dig the name. But we have real BIND slaves. PowerDNS AXFR transfers both RRs to our slaves. But loading the zone on the BIND slaves fails.

Change History

Changed 7 months ago by peter

related: #613

Changed 6 months ago by peter

  • status changed from new to closed
  • resolution set to fixed

pdnssec check-zone now spots this error. Closing ticket, see #613 for more discussion.

Note: See TracTickets for help on using tickets.