cvicente / Netdot

Network Documentation Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deleting MX record also deletes indirect A, AAAA, and PTR records

mzagrabe opened this issue · comments

Deleting a DNS record that is the target for MX records also deletes the A, AAAA, and PTR records for those systems that have the MX record.

For instance:

foo IN A 10.0.0.1
foo IN MX 10 mail.example.com

Deleting the DNS record mail.example.com also deletes the A record for foo.

Matt, thanks for reporting this. Please review the PR:
#131

Thanks. PR merged.