<div dir="ltr">Hey Guys,<div><br></div><div>lets say I have a domain <a href="http://exmaple.com">exmaple.com</a> which is hosted out and are having MX records as <a href="http://mail01.exmaple.com">mail01.exmaple.com</a> and <a href="http://mail02.example.com">mail02.example.com</a> and <a href="http://mail.example.com">mail.example.com</a> as a "A" Record for accessing mails </div>
<div><br></div><div><a href="http://example.com">example.com</a>   NA   <a href="http://ns1.example.com">ns1.example.com</a></div><div>                               <a href="http://ns2.example.com">ns2.example.com</a></div>
<div><br></div><div>                 IN  MX  <a href="http://mail01.example.com">mail01.example.com</a> 10</div><div>                             <a href="http://mail02.example.com">mail02.example.com</a>  20</div><div><a href="http://mail.example.com">mail.example.com</a>   IN  A   1.1.1.1</div>
<div><br></div><div><br></div><div>Now I would like to create sub-domain as <a href="http://mail.exmaple.com">mail.exmaple.com</a> and would like to move that inside in my network on Bind while original NS are still with <a href="http://exmaple.com">exmaple.com</a>.</div>
<div><br></div><div>So for zone <a href="http://mail.example.com">mail.example.com</a> MX would be <a href="http://mail01.example.com">mail01.example.com</a> & <a href="http://mail02.example.com">mail02.example.com</a> and A record again same as @</div>
<div><br></div><div>What glitches do you see here by creating sub-domain <a href="http://mail.example.com">mail.example.com</a></div></div>