From owner-freebsd-questions@FreeBSD.ORG Fri Oct 23 15:20:59 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 B093E1065670 for ; Fri, 23 Oct 2009 15:20:59 +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 A7BD58FC17 for ; Fri, 23 Oct 2009 15:20:58 +0000 (UTC) Received: from VirusGate.MEIway.com (virusgate.meiway.com [81.255.84.76]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id 86303471FC4 for ; Fri, 23 Oct 2009 17:21:03 +0200 (CEST) Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 323C9386A5E for ; Fri, 23 Oct 2009 17:21:00 +0200 (CEST) (envelope-from lconrad@Go2France.com) Date: Fri, 23 Oct 2009 17:17:48 +0200 Message-Id: <200910231717.AA243925902@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 15:20:59 -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. , but allowed. I can deal with it. >But what of having a SOA record for example.com, no A or CNAME record >for the TLD example.com, only hosts such as www, ns1, ftp, etc. > >I tried it an it seems to work fine, but doesn't look proper to me. Then >again I remember when CNAME were considered evil. CNAMEs are still evil, unless 1) no other solution exists and 2) the user knows how to use CNAMEs (rare). Len