From owner-freebsd-current Thu Mar 28 14:31:14 2002 Delivered-To: freebsd-current@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id BA1B037B432; Thu, 28 Mar 2002 14:30:28 -0800 (PST) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.3.Beta2/8.12.3.Beta2) with ESMTP id g2SMUQGd046978 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 28 Mar 2002 14:30:26 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.3.Beta2/8.12.3.Beta2/Submit) id g2SMUQVJ046975; Thu, 28 Mar 2002 14:30:26 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15523.39297.916835.797853@horsey.gshapiro.net> Date: Thu, 28 Mar 2002 14:30:25 -0800 From: Gregory Neil Shapiro To: obrien@FreeBSD.ORG Cc: current@FreeBSD.ORG Subject: Re: BIND 8.3.1 is *SLOW* In-Reply-To: <20020328131849.D92633@dragon.nuxi.com> References: <20020328125112.A94391@dragon.nuxi.com> <20020328210036.BCEB0390B@overcee.wemm.org> <20020328131849.D92633@dragon.nuxi.com> X-Mailer: VM 7.00 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid 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 >> > Also shouldn't host(1) obey /etc/nsswitch.conf? >> No. host(1) is a dns specific tool. obrien> *sigh*. So how does one figure out what amd and sendmail are seeing as obrien> they try to resovlve addresses? In sendmail's case: sendmail -d8.8 _rest of args here_ Don't run a daemon with that though. Or in the general case, you can watch resolver lookups with: env RES_OPTIONS=debug _insert program here_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message