ReliableServers
04-01-2001, 02:01 AM
Hi I just setup dns on my server.
I keep getting the following Errors on my logfile
master zone "mydomain.com" (IN) rejected due to errors (serial 2001033106)
and
mydomain.com:12: Priority error near (maindomain.net)
any ideas?
Thanks in advance
Phiberop
04-01-2001, 02:31 AM
Hello,
Im not a Bind guru by far but I think that you have a MX record that is missing the preference value, or priority.
Ex.
bob.domain.com IN MX tacosupreme.domain.com
is probably what you have when it should be something like
bob.domain.com IN MX 1 tacosupreme.domain.com
Regards,
Mike
atiep
04-01-2001, 12:05 PM
i'm not bind guru either
but you might want provide with the Zone File data
so we can predict if there is something wrong in the zone file data
ReliableServers
04-01-2001, 02:31 PM
Hehe well after reading more info things thats what it was. I was using IN MX domain.com I was leaving out the priority code IN MX 1 domain.com . I still dont understand that priority code if anyone has a good explanation of it?
Thanks
atiep
04-01-2001, 03:52 PM
you might want to check your dns zone with several checker
you can find out at:
http://www.domtools.com/dns/
[Edited by atiep on 04-01-2001 at 03:57 PM]