From owner-freebsd-stable Sun Jan 28 11: 9:37 2001 Delivered-To: freebsd-stable@freebsd.org Received: from zardoc.endmail.org (adsl-63-195-85-27.dsl.snfc21.pacbell.net [63.195.85.27]) by hub.freebsd.org (Postfix) with ESMTP id BBB8637B69B for ; Sun, 28 Jan 2001 11:09:16 -0800 (PST) Received: (from ca@localhost) by zardoc.endmail.org (8.12.0.Beta1/8.12.0.Beta1) id f0SJ7fQh020782; Sun, 28 Jan 2001 11:07:41 -0800 (PST) Date: Sun, 28 Jan 2001 11:07:41 -0800 From: Claus Assmann To: Mike Atkinson Cc: freebsd-stable@FreeBSD.ORG Subject: Re: LAME domains, sendmail BIND and FreeBSD- its FreeBSDspecific it seems (was more strange DNS issues in BINDand STABLE.)- Message-ID: <20010128110741.A6717@zardoc.endmail.org> References: <034601c08827$b8e08d80$1385f1d8@kconline.com> <4.2.2.20010127001841.03015358@marble.sentex.net> <4.2.2.20010127204048.013addb0@marble.sentex.net> <047e01c0890d$9f42a8e0$1385f1d8@kconline.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <047e01c0890d$9f42a8e0$1385f1d8@kconline.com>; from mikea@kconline.com on Sun, Jan 28, 2001 at 04:35:16AM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 28, 2001, Mike Atkinson wrote: > ----- Original Message ----- > From: "Dirk Meyer" > > > > Please tweak the lines in the sendmail port: > > files/site.config.m4 to build without NETINET6 or without TCPWRAPPERS. > > Removing the NETINET6 lines from files/site.config.m4 seems to have > corrected the problem. This seems to be the explanation: $ dig supercom.ca. aaaa ; <<>> DiG 8.1 <<>> supercom.ca. aaaa ;; res options: init recurs defnam dnsrch ;; got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 6 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUERY SECTION: ;; supercom.ca, type = AAAA, class = IN 8.12 will most likely have a workaround for this (as usual sendmail provides a workaround for almost every broken configuration...) New ResolverOptions setting: WorkAroundBrokenAAAA. When attempting to canonify a hostname, some broken nameservers will return SERVFAIL (a temporary failure) on T_AAAA (IPv6) lookups. If you want to excuse this behavior, use this new flag. Suggested by Chris Foote of SE Network Access and Mark Roth of the University of Illinois at Urbana-Champaign. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message