<div dir="ltr">Hello<br><br>I notice that some subdomain having CNAME and MX configured don't reply to MX query.<br><br>After some test and research i notice that the record id order credit importance to the dns reply.<br>
<br>If the CNAME record id is lower than the MX record id, then powerdns can't resolv MX record<br><br>Exemple:<br><br><a href="http://test1.domain.com">test1.domain.com</a> IN CNAME <a href="http://www.domain.com">www.domain.com</a><br>
<a href="http://test1.domain.com">test1.domain.com</a> IN MX 10 <a href="http://mail1.domain.Com">mail1.domain.Com</a><br><br>dig mx <a href="http://test1.domain.com">test1.domain.com</a><br><br>Is there a resolution for this bug?<br>
<br>Best Rergard<br> <br><br><br></div>