Date: Thu, 08 Jan 2009 20:59:58 -0500 From: Steve Bertrand <steve@ibctech.ca> To: "Matthew Davidson [DATACOM]" <MatthewDa@datacom.co.nz> Cc: freebsd-questions@freebsd.org Subject: Re: issue with extra top level domain appened to mail Message-ID: <4966AF9E.8030703@ibctech.ca> In-Reply-To: <46562C5EECFA8C47AADDF029EE11D73D0804F926@dnzwgex1.datacom.co.nz> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4966AF9E.8030703>