From owner-freebsd-questions@FreeBSD.ORG Tue Jun 1 01:20:14 2004 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 CDD5B16A4D0 for ; Tue, 1 Jun 2004 01:20:14 -0700 (PDT) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8649743D3F for ; Tue, 1 Jun 2004 01:20:06 -0700 (PDT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i518Kjs7024226; Tue, 1 Jun 2004 09:20:46 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <40BC3C5D.2060500@circlesquared.com> Date: Tue, 01 Jun 2004 09:20:45 +0100 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7b) Gecko/20040327 X-Accept-Language: en-us, en MIME-Version: 1.0 To: jaymo@cromagnon.cullmail.com References: <200406010231.20904.jaymo@cromagnon.cullmail.com> <20040601162946.6F80.LUKEK@meibin.net> In-Reply-To: <20040601162946.6F80.LUKEK@meibin.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Mailing List Subject: Re: DNS usage question 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: Tue, 01 Jun 2004 08:20:15 -0000 Luke Kearney wrote: >On Tue, 1 Jun 2004 02:31:20 -0500 >Jay Moore spake thus: > > > >>I'm running sendmail on my 5.2.1 system, and have a number of DNSBLs set up in >>my sendmail configuration. I am not currently running BIND (or any other >>nameserver), and therefore have configured my system to use one of my ISP's >>DNS servers. >> >>I've noticed that each attempted connection to my mail server now generates a >>flurry of DNS requests from my mail server to my ISP's DNS server. >> >>I'd like to streamline this process, but I don't really want to take on DNS >>administration. I've heard about caching DNS servers, and "tiny DNS", and I >>wondered if they might suit my needs. >> >>Comments, or recommendations?? >> >>Thanks, >>Jay >> >> >Running bind as a caching only nameserver is pretty trivial and fairly >fool proof. Lots of good docs on the web and should only take a few >minutes to get configured. Have not had any experience with TinyDNS so >can't comment on that one. > > If you want to use djbdns, you'll want to run dnscache rather than tinydns - which is designed for publishing DNS information. A good starting point for this is: http://cr.yp.to/djbdns/run-cache.html PWR.