From owner-freebsd-questions@FreeBSD.ORG Wed Jul 19 14:16:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 A5BFB16A4E1 for ; Wed, 19 Jul 2006 14:16:33 +0000 (UTC) (envelope-from dan@dpcsys.com) Received: from ns.beach.net (ns.beach.net [12.130.64.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99F4443D79 for ; Wed, 19 Jul 2006 14:16:23 +0000 (GMT) (envelope-from dan@dpcsys.com) Received: from dpcsys.com (jeffersonvalley.net [209.137.253.155] (may be forged)) by ns.beach.net (8.13.7/8.13.7) with ESMTP id k6JEGK01002504; Wed, 19 Jul 2006 07:16:20 -0700 (PDT) Date: Wed, 19 Jul 2006 08:16:14 -0600 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Mime-Version: 1.0 (Apple Message framework v553) To: Mikhail Goriachev From: Dan Busarow In-Reply-To: <44BDDAC7.10402@webanoide.org> Message-Id: <22BA0809-1731-11DB-8406-0003934CC29E@dpcsys.com> Content-Transfer-Encoding: quoted-printable X-Mailer: Apple Mail (2.553) Cc: freebsd-questions@freebsd.org Subject: Re: :::. Sendmail & WorkAroundBrokenAAAA. 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: Wed, 19 Jul 2006 14:16:33 -0000 On Wednesday, July 19, 2006, at 01:09 AM, Mikhail Goriachev wrote: > Doug Hardie wrote: >> >> That option has worked quite well for me. However, there may be >> something unusual with the DNS for that domain. You will probably >> need to provide some specifics on the domain so we can see what DNS >> is returning. >> > > > Thanks for looking into this. I just realised that the domain in > question got fixed overnight after notifying the sysadmin. I guess = this > is a good thing, yet I'm left puzzled with the difference between > confBIND_OPTS option and compiled INET6 support. WorkAroundBrokenAAAA does not disable IPv6 lookups, it simply changes=20 the behaviour when receiving SERVFAIL during an IPv6 lookup. =46rom the sendmail ops manual Use =93WorkAroundBrokenAAAA=94 when faced with a broken nameserver = that returns SERVFAIL (a temporary failure) on T_AAAA (IPv6) lookups=20 during hostname canonification. Dan