From owner-freebsd-questions@FreeBSD.ORG Thu Apr 27 23:29:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04D7816A404 for ; Thu, 27 Apr 2006 23:29:16 +0000 (UTC) (envelope-from johnpollock@bellsouth.net) Received: from imf18aec.mail.bellsouth.net (imf18aec.mail.bellsouth.net [205.152.59.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2612243D58 for ; Thu, 27 Apr 2006 23:29:13 +0000 (GMT) (envelope-from johnpollock@bellsouth.net) Received: from ibm61aec.bellsouth.net ([65.13.22.129]) by imf18aec.mail.bellsouth.net with ESMTP id <20060427232912.UVTC1310.imf18aec.mail.bellsouth.net@ibm61aec.bellsouth.net> for ; Thu, 27 Apr 2006 19:29:12 -0400 Received: from [192.168.0.100] (really [65.13.22.129]) by ibm61aec.bellsouth.net with ESMTP id <20060427232912.RYZI25390.ibm61aec.bellsouth.net@[192.168.0.100]> for ; Thu, 27 Apr 2006 19:29:12 -0400 From: JP To: freebsd-questions@freebsd.org Date: Thu, 27 Apr 2006 19:29:11 -0400 User-Agent: KMail/1.8.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604271929.11791.johnpollock@bellsouth.net> Subject: Domain Name X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2006 23:29:16 -0000 Hi, Was going to attempt to set up a local mail server running freebsd 6.0 stable. So far haven't set up the mail server yet, but was doing a little googling and reading the handbook, and ran the command host -t mx NOTE: inserted my domain in When running the command: host -t mx It returns: domaint.tld.domain.tld This certainly don't look appropiate. A little background info: The domain I own is through godaddy.com and have the dns servers pointing to zoneedit.com to point to my static ip and domain.tld. My ISP is Bellsouth, and won't run a reverse DNS for my domain name so I use ZoneEdit.com to point to my home address . Shouldn't the comand "host -t mx domain.tld" just return "domain.tld"?? If this isn't correct how can i correct? Thanks, JP