From owner-freebsd-questions Mon Jun 4 10:51:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 753B037B401 for ; Mon, 4 Jun 2001 10:51:45 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id C305055407; Mon, 4 Jun 2001 10:40:26 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id B35D551610; Mon, 4 Jun 2001 10:40:26 -0700 (PDT) Date: Mon, 4 Jun 2001 10:40:26 -0700 (PDT) From: Linh Pham To: Jim Freeze Cc: Subject: Re: Need MX Record and Sendmail Help In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 2001-06-04, Jim Freeze scribbled: # My zone file contains: # # eadsa.com. IN NS ns1.granitecanyon.com. # eadsa.com. IN NS ns2.granitecanyon.com. # eadsa.com. IN RP jim.freeze.org. jim.eadsa.com. ; EXTREF # jim.freeze.org. IN TXT #Jim Freeze, NIC handle: JF2009# ; EXTREF # localhost.eadsa.com. IN A 127.0.0.1 # eadsa.com. IN A 24.9.218.175 # www.eadsa.com. IN CNAME eadsa.com. # eadsa.com. IN MX 10 eadsa.com. # *.eadsa.com. IN MX 100 eadsa.com. ; GLOBALOK Try something like: @ IN SOA esdsa.com. hostmaster.esdsa.com. ( ... ) IN NS ns1.granitecanyon.com. IN NS ns2.granitecanyon.com. IN MX 10 mail.esdsa.com. IN A 24.9.218.175 localhost IN A 127.0.0.1 mail IN A 24.9.218.175 www IN A 24.9.218.175 That's all you should really need. -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message