On Sat, Feb 14, 2009 at 06:37:14PM -0800, Marc Perkel wrote: > I have a quick bind question. I want to set the MX records on a domain > to something normal but I want to set the MX for all subdomains to > something else. > > example.com mail.example.com > xxx.example.com blackhole.example.com
See http://www.ietf.org/rfc/rfc1035.txt etc Briefly, in the zone file for example.com: @ MX 10 mail.example.com. xxx MX 10 blackhole.example.com. -- lun...@fini.net "Please phrase your question in the form of a question."