I've got BIND (9.2.3) set up in a chroot jail, per Fedora Core 2, which I'm running it on. I've applied a couple of fixes to the default FC2 config, to get correct time zone for logs etc.
Trying to get Exim configured, I found that Exim cannot verify recipients prior to sending, and this turns out to be due to the fact that MX record lookups don't work. I can do A record lookups just fine, and from another machine at a separate location I can successfully lookup MX records.
Machine which is broken:
Code:
root@kermit:~> dig +short A demon.net
193.195.224.1
root@kermit:~> dig +short MX demon.net
;; connection timed out; no servers could be reached
Machine which works:
Code:
root@nook:~> dig +short A demon.net
193.195.224.1
root@nook:~> dig +short MX demon.net
5 lon1-hub-internal.mail.demon.net.
5 anchor-hub-internal.mail.demon.net.
Anyone know what I might be missing?
I'll refrain from posting config data for now (in the hope that it's caused by something obvious!), until someone asks for specific details.
Thanks for listening!
--Neil.