From owner-freebsd-questions Sat Dec 1 17:23:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from services.webwarrior.net (overlord-host99.dsl.visi.com [209.98.86.99]) by hub.freebsd.org (Postfix) with ESMTP id 071CA37B416 for ; Sat, 1 Dec 2001 17:23:24 -0800 (PST) Received: from twincat.vladsempire.net (unknown [209.105.45.51]) by services.webwarrior.net (Postfix) with ESMTP id 579731BD for ; Sat, 1 Dec 2001 19:23:10 -0600 (CST) Received: by twincat.vladsempire.net (Postfix, from userid 1001) id 5230E385E; Sat, 1 Dec 2001 19:23:18 +0000 (GMT) Date: Sat, 1 Dec 2001 19:23:17 +0000 From: Josh Paetzel To: Brian Sobolak Cc: questions@FreeBSD.ORG Subject: Re: Exim and DNS - need a hand on DNS config Message-ID: <20011201192317.D493@twincat.vladsempire.net> References: <32112067804.20011201163226@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <32112067804.20011201163226@mindspring.com>; from sobolak@mindspring.com on Sat, Dec 01, 2001 at 04:32:26PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Dec 01, 2001 at 04:32:26PM -0800, Brian Sobolak wrote: > hi > > Short question: > > How do I get DNS to publish planetshwoop.com, > instead of just www.planetshwoop.com or magenta.planetshwoop.com? Assuming that your zonefile starts like so: planetshwoop.com. IN SOA blah blah blah then ass the following lines: planetshwoop IN MX 10 66.47.229.37 @ IN A 66.47.229.37 Your assumption on what is wrong with your mail is correct. Fix your DNS and your mail will work fine. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message