<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">There is a knowledge base that covers exactly the first part of what I want to do by adding a new RR Type</div><div class=""><br class=""></div><div class=""><a href="https://kb.isc.org/docs/aa-01140" class="">https://kb.isc.org/docs/aa-01140</a></div><div class=""><br class=""></div><div class="">So I forked the source code to <a href="https://github.com/datamgmt/bind9" class="">https://github.com/datamgmt/bind9</a> and build a vanilla Bind9 from that, it all worked</div><div class=""><br class=""></div><div class="">I then created account_65634.c and <span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class=""> </span><font color="#000000" class="">account_65634.h in generic by copying mx_15.c and mx_15.h and simply modifying all the occurrences of mx ro account and 15 to 65634 as per the guidance for numbering etc.</font></div><div class=""><font color="#000000" class=""><br class=""></font></div><div class=""><font color="#000000" class="">make clean</font></div><div class="">make</div><div class="">sudo make install</div><div class=""><br class=""></div><div class="">The line </div><div class=""><br class=""></div><div class="">david       IN     ACCOUNT      10      mail</div><div class=""><br class=""></div><div class="">Prevents named from starting - so it looks as if it is not being compiled in</div><div class=""><br class=""></div><div class="">Any suggestions on what else over and over the instructions has to be done?</div><div class=""><br class=""></div><div class="">Thanks</div><div class=""><br class=""></div><div class="">David</div></body></html>