Hey Johnny,
This is almost always due to one or more broken name servers. NS records or glue records that point to servers that are either offline or not responding for your zones.
Actually, looks like both of your ns servers in the glue record for dfined.org are broken:
[root@www dovecot]# host dfined.org NS1.SUREBANG.ORG
host: couldn't get address for 'NS1.SUREBANG.ORG': not found
[root@www dovecot]# host dfined.org NS2.SUREBANG.ORG
host: couldn't get address for 'NS2.SUREBANG.ORG': not found
You'll need to fix that at your registrar. I'm surprised you're seeing it work at all. Your NS records are also busted:
[joe@delilah bin]$ host -t ns dfined.org
dfined.org name server wnerdserver.com.
I'll refer you to some docs to help you troubleshoot the other two:
http://doxfer.com/Webmin/BINDTroubleshootingToolsYou'll also want to read up on BIND and DNS in general. Specifically, you'll need to get the glue records right (at your registrar) and your NS records right (the ones on you DNS server).
http://doxfer.com/Webmin/BINDDNSServerSpecifically:
http://doxfer.com/Webmin/BINDDNSServer#Record_types