<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000000'>Hey Unbound List,<br>I am currently using dnsmasq and would like to try 
switching to unbound. dnsmasq is not enough I suppose. Either way, we 
have a mx-host records like:<br><br>mx-host=ourwebsite.com,relay1.ourwebsite.com,2<br>mx-host=ourwebsite.com,relay2.ourwebsite.com,2<br>mx-host=ourwebsite.com,relay3.ourwebsite.com,10<br>mx-host=ourwebsite.com,relay4.ourwebsite.com,8<br>mx-host=ourwebsite.com,relay5.ourwebsite.com,8<br><br>I would like to put these into our unbound setup. I tried:<br><br>local-data:    ourwebsite.com 1516 IN MX 10 relay1.ourwebsite.com<br>local-data:    ourwebsite.com 1516 IN MX 10 relay2.ourwebsite.com<br>local-data:    ourwebsite.com 1516 IN MX 20 relay3.ourwebsite.com<br>local-data:    ourwebsite.com 1516 IN MX 30 relay4.ourwebsite.com<br>local-data:    ourwebsite.com 1516 IN MX 30 relay5.ourwebsite.com<br><br>I grabbed the syntax from dig's output. I received an error message saying unbound cannot start. <br><br>Any way to do this?</div></body></html>