question about CNAME and MX

Jim McAtee jmcatee at mediaodyssey.com
Fri Mar 19 01:55:20 UTC 2004


----- Original Message ----- 
From: "Brian Bergin" <see_footer at bottom.com.no_domain>
Newsgroups: comp.protocols.dns.bind
To: <comp-protocols-dns-bind at isc.org>
Sent: Thursday, March 18, 2004 7:26 AM
Subject: question about CNAME and MX


> Basically, I want comceptsolutions.com to alias anything I change in
> comcept.net.  Am I missing something?


Just use a single zone file for both domains in your BIND config.

zone "comcept.net" in {
  type master;
  file "master/comcept.net";
};

zone "comceptsolutions.net" in {
  type master;
  file "master/comcept.net";
};



More information about the bind-users mailing list