From owner-freebsd-questions@FreeBSD.ORG Thu Jan 20 21:28:42 2005 Return-Path: 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 4E64516A4CE for ; Thu, 20 Jan 2005 21:28:42 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C9F643D48 for ; Thu, 20 Jan 2005 21:28:41 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Crjr6-0005II-00 for ; Thu, 20 Jan 2005 22:28:40 +0100 Received: from a213-22-220-231.netcabo.pt ([213.22.220.231]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Jan 2005 22:28:39 +0100 Received: from hishadow by a213-22-220-231.netcabo.pt with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Jan 2005 22:28:39 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Joe Kraft Date: Thu, 20 Jan 2005 21:28:43 +0000 Lines: 36 Message-ID: <41F0228B.7020108@netcabo.pt> References: <20041216010258.GC93695@grover.logicsquad.net> <20041218224134.GA50538@grover.logicsquad.net> <41C5EB56.1000008@mac.com> <20041220122442.GA16576@grover.logicsquad.net> <20041223043908.GB27542@grover.logicsquad.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: a213-22-220-231.netcabo.pt User-Agent: Mozilla Thunderbird 1.0 (X11/20050101) X-Accept-Language: en-us, en In-Reply-To: <20041223043908.GB27542@grover.logicsquad.net> Sender: news Subject: Re: Sendmail: host name lookup failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 21:28:42 -0000 Paul A. Hoadley wrote: > On Mon, Dec 20, 2004 at 10:54:42PM +1030, Paul A. Hoadley wrote: > > I am told it's running Windows 2000 DNS Server. Presumably that's > Microsoft's own DNS implementation built into Windows 2000. > > (By 'sometimes' I don't mean it's non-deterministic. Every time > sendmail asks for the AAAA record of an unqualified hostname, the > nameserver responds with SERVFAIL.) > > The consequence of this is that sendmail repeatedly defers delivery > until the mail expires. > > >>Curiously, sendmail's WorkAroundBrokenAAAA option did not help, and >>I don't know why. Daryl Tester suggested using a mailertable entry, >>and this worked. > > > I still don't know why WorkAroundBrokenAAAA isn't working in this > case. > > I'm running into the exact same problem. My dns is a Win2k server, the mail server is FBSD5.3 called kara.home.local. The dig to kara.home.local works fine, but to kara fails. have you found out any more about why it's not working? I'm also curious about the entry in mailertable because my feeble attempt didn't work. I appreciate any info you can pass on. Thanks, Joe.