Hi
I'm still learning about BIND DNS but just a quick query about the example above, shouldn't this line in your 'mydomain.com.hosts' file:
Code:
@ IN MX hostname.mydomain.com.
have a priority on it and be in this form:
Code:
@ IN MX 10 hostname.mydomain.com.
On my system it seems to not resolve correctly if you don't have the priority, or have I missed something obvious?
Regards
Bill