From owner-freebsd-questions@FreeBSD.ORG Fri Oct 23 16:58:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CDC0106566B for ; Fri, 23 Oct 2009 16:58:15 +0000 (UTC) (envelope-from lconrad@Go2France.com) Received: from mgw1.MEIway.com (mgw1.meiway.com [81.255.84.75]) by mx1.freebsd.org (Postfix) with ESMTP id E99288FC08 for ; Fri, 23 Oct 2009 16:58:14 +0000 (UTC) Received: from VirusGate.MEIway.com (virusgate.meiway.com [81.255.84.76]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id 41052471FD5 for ; Fri, 23 Oct 2009 18:58:20 +0200 (CEST) Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id E87DA386794 for ; Fri, 23 Oct 2009 18:58:16 +0200 (CEST) (envelope-from lconrad@Go2France.com) Date: Fri, 23 Oct 2009 18:55:05 +0200 Message-Id: <200910231855.AA1242890876@mail.Go2France.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Len Conrad" X-Sender: To: X-Mailer: Subject: RE: DNS Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lconrad@Go2France.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2009 16:58:15 -0000 >> >All true, and I did not do a very good job of explaining it. My issue >> >was that we have requests to use a CNAME for the domain record. Such as >> >this. >> > >> >example.com CNAME otherdomain.com >> >www.example.com CNAME otherdomain.com >> > >> >I was taught this was not good form >> >> worse, it's illegal. > > >how is this illegal? CNAME rule: a node with a CNAME cannot contain any other records. for the node domain.tld: domain.tld. soa ... domain.tld. ns ... domain.tld. cname otherdomain.tld. this node has a CNAME and "other data", so it's illegal, no matter what you want to do, or what makes sense to you, or what is convenient for you. Len