<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">That I get. That's why I deleted and applied.</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br>Turns out the issue was in the PowerDNS Admin interface. I was able to fix via PHPIPAM</div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><p style="border:none;padding:0in"><b style="font-family:verdana,sans-serif;font-size:small">Larry G. Wapnitsky</b><br></p><p style="font-size:small;border:none;padding:0in"><b>E: Larry@Wapnitsky.com<br></b><b style="font-size:12.8px">Web: <a href="http://larry.wapnitsky.com/" style="color:rgb(17,85,204)" target="_blank">Larry.Wapnitsky.com</a><br>Twitter: @LGWapnitsky</b><br></p><p style="border:none;padding:0in"><b></b></p><div style="display:inline-block;width:16px;height:16px"><br></div><p style="border:none;padding:0in"><b></b></p><div style="display:inline-block;width:16px;height:16px"><br></div><p style="border:none;padding:0in"><b></b></p><div style="display:inline-block;width:16px;height:16px"><br></div></div></div></div></div></div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Mar 26, 2021 at 4:43 PM Brian Candler <<a href="mailto:b.candler@pobox.com">b.candler@pobox.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    <div>On 26/03/2021 20:29, Larry Wapnitsky
      via Pdns-users wrote:<br>
    </div>
    <blockquote type="cite">
      <div style="font-family:-moz-fixed;font-size:12px" lang="x-western">
        <pre>I'm looking to replace A records with CNAMES, and have been able to do so seamlessly on one of my domains, but another keeps giving me errors relating to RRSET conflict ( IN CNAME: Conflicts with pre-existing RRset).
</pre>
        <blockquote type="cite" style="color:rgb(0,124,255)">
          <pre>I've deleted the necessary A records, yet keep running into the same issue.</pre>
        </blockquote>
      </div>
    </blockquote>
    <p>At any given point in the tree, you can't have both a CNAME and
      any other resource record.</p>
    <p>foo.bar.baz.   IN  MX <a href="http://mail.example.com" target="_blank">mail.example.com</a>.<br>
      foo.bar.baz.   IN  CNAME abc.def.ghi.      ; NOT ALLOWED because
      it conflicts with the MX record<br>
    </p>
    <p>This is most commonly a problem at the apex of a zone, where
      there are already SOA and NS records.</p>
    <p>The 'ALIAS' pseudo-RR exists to solve this problem.  It's not
      served directly, but when an incoming A/AAAA request arrives, the
      right-hand side of the ALIAS record is resolved (externally), and
      then the result of that is returned as the result of the original
      query.</p>
    <p>See: <a href="https://doc.powerdns.com/authoritative/guides/alias.html" target="_blank">https://doc.powerdns.com/authoritative/guides/alias.html</a></p>
    <p><br>
    </p>
  </div>

</blockquote></div>