From owner-freebsd-questions@FreeBSD.ORG Fri Jan 9 01:59:51 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 16188106566C for ; Fri, 9 Jan 2009 01:59:51 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id A20008FC41 for ; Fri, 9 Jan 2009 01:59:50 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 89065 invoked by uid 89); 9 Jan 2009 02:12:26 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by 2607:f118::b6 with ESMTPA; 9 Jan 2009 02:12:26 -0000 Message-ID: <4966AF9E.8030703@ibctech.ca> Date: Thu, 08 Jan 2009 20:59:58 -0500 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: "Matthew Davidson [DATACOM]" References: <46562C5EECFA8C47AADDF029EE11D73D0804F921@dnzwgex1.datacom.co.nz> <897A0E62-7897-4360-87ED-53A45ACD83AC@mac.com> <46562C5EECFA8C47AADDF029EE11D73D0804F923@dnzwgex1.datacom.co.nz> <16BD78F6-FF90-4D44-BECE-DD0F8FAB965F@mac.com> <46562C5EECFA8C47AADDF029EE11D73D0804F926@dnzwgex1.datacom.co.nz> In-Reply-To: <46562C5EECFA8C47AADDF029EE11D73D0804F926@dnzwgex1.datacom.co.nz> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: issue with extra top level domain appened to mail 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: Fri, 09 Jan 2009 01:59:51 -0000 Matthew Davidson [DATACOM] wrote: >> Do you have unusual options like FEATURE(always_add_domain ...) set up? > > > I haven't made any changes to the sendmail configuration. It's straight > out of the CD vanila 6.3 "Standard" install. I'm completetly stumped. > If I build with 6.1, I don't have any issue. If I build with 6.4, > same problem. > > I might try rebuilding as 'matdav.datacom.com'. Perhaps it's some bug > specific to the '.nz' TLD, but that seems unlikely. Show output for: # ifconfig # dig @localhost matdav.datacom.net Then, get the nameserver IP address out of /etc/resolv.conf, and assuming that $IP is equal to the IP address of the nameserver,: # dig @$IP matdav.datacom.net This problem resembles an issue with a missing '.' trailer somewhere within a naming application... Steve