From owner-freebsd-current Sat Jan 4 12:48:51 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81AF037B401; Sat, 4 Jan 2003 12:48:49 -0800 (PST) Received: from bluejay.mail.pas.earthlink.net (bluejay.mail.pas.earthlink.net [207.217.120.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F8D43EB2; Sat, 4 Jan 2003 12:48:49 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0130.cvx40-bradley.dialup.earthlink.net ([216.244.42.130] helo=mindspring.com) by bluejay.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 18UvDr-0004OZ-00; Sat, 04 Jan 2003 12:48:48 -0800 Message-ID: <3E174861.97A1584C@mindspring.com> Date: Sat, 04 Jan 2003 12:47:29 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Gregory Neil Shapiro Cc: "Gary W. Swearingen" , freebsd-current@FreeBSD.ORG Subject: Re: [resolution] Re: sendmail (Re: 5.0-RC2 informal PR: 90 sec sendmail delay) References: <3E1352BC.4043921B@mindspring.com> <20030101145232.A391@zardoc.esmtp.org> <3E13D095.FC52B758@mindspring.com> <3E163C0A.C0CF8146@mindspring.com> <8p4r8pwgl6.r8p@localhost.localdomain> <15895.766.628111.450121@horsey.gshapiro.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a42a9a0f1a29bd1a47fa84fe3c3ec80cb7548b785378294e88350badd9bab72f9c350badd9bab72f9c Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gregory Neil Shapiro wrote: > The latest FreeBSD 4.7-STABLE /etc/namedb/named.conf contains: > > // RFC 3152 > zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA" { > type master; > file "localhost-v6.rev"; > }; > > // RFC 1886 -- deprecated > zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.INT" { > type master; > file "localhost-v6.rev"; > }; Which is what's missing in the DNS where the reverse lookup fails; likely, it's a bug that FreeBSD does not come with a caching DNS server enabled by default, out of the box. The FreeBSD library bug is that the /etc/hosts file entry: ::1 is not canonized before being compared, for the reverse lookup. It can probably be worked around by spcifying: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1 as the left hand side for the IPv6 loopback address, instead of ::1, in the /etc/hosts file. I don't recommend this, since it would not encourage the author of the IPv6 resovler code to fix the bug they introduced. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message