From owner-freebsd-questions Sun Dec 2 13:33:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c007.snv.cp.net (c007-h014.c007.snv.cp.net [209.228.33.221]) by hub.freebsd.org (Postfix) with SMTP id 9D7F037B41C for ; Sun, 2 Dec 2001 13:33:06 -0800 (PST) Received: (cpmta 7764 invoked from network); 2 Dec 2001 13:33:05 -0800 Received: from 64.195.103.89 (HELO boethius.telocity.com) by smtp.telocity.com (209.228.33.221) with SMTP; 2 Dec 2001 13:33:05 -0800 X-Sent: 2 Dec 2001 21:33:05 GMT Received: by boethius.telocity.com (Postfix, from userid 1000) id 68FB621F2; Sun, 2 Dec 2001 15:33:05 -0600 (CST) Date: Sun, 2 Dec 2001 15:33:05 -0600 From: Anthony Kim To: Josh Paetzel Cc: Brian Sobolak , questions@FreeBSD.ORG Subject: Re: Exim and DNS - need a hand on DNS config Message-ID: <20011202213305.GA3056@boethius.telocity.com> Mail-Followup-To: Josh Paetzel , Brian Sobolak , questions@FreeBSD.ORG References: <32112067804.20011201163226@mindspring.com> <20011201192317.D493@twincat.vladsempire.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011201192317.D493@twincat.vladsempire.net> User-Agent: Mutt/1.3.23.2i 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, Josh Paetzel wrote: > 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. You mx record should not point to an IP address - this is a common mistake. Preferred: planetshwoop.com. IN MX 10 planetshwoop.com. planetshwoop.com. IN A 66.47.229.37 Or even better: planetshwoop.com. IN MX 10 mail.planetshwoop.com. @ IN A 66.47.229.37 mail IN A 66.47.229.37 Be sure you have a reverse lookup record and you should be good to go. -- "Le motd juste." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message