> I'm wondering if it is possible for me to return a default IP or default
MX
> when a host searched for in the zone file isn't found.
Please look for "wildcards" in DNS_and_BIND.
Quick sample:
----
[$include all the regular stuff and all known hosts...]
* IN A 192.168.0.1
MX A 192.168.0.1
Ingo