View Single Post
  #5 (permalink)  
Old 11-16-2005, 07:33 AM
phoenix phoenix is online now
Zimbra Consultant & Moderator
 
Posts: 11,517
Default

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
Reply With Quote