From owner-freebsd-isp@FreeBSD.ORG Mon Nov 17 04:17:14 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05E9616A4CE for ; Mon, 17 Nov 2003 04:17:14 -0800 (PST) Received: from ptb-mailc05.plus.net (ptb-mailc05.plus.net [212.159.14.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7D5443FBD for ; Mon, 17 Nov 2003 04:17:12 -0800 (PST) (envelope-from simong@desktop-guardian.com) Received: from [81.174.227.186] (helo=desktop-guardian.com) by ptb-mailc05.plus.net with smtp (Exim 4.12) id 1ALiJb-000G9k-00 for freebsd-isp@freebsd.org; Mon, 17 Nov 2003 12:17:11 +0000 Received: (qmail 60601 invoked by uid 1006); 17 Nov 2003 12:17:46 -0000 Received: from simong@desktop-guardian.com by dtg25 by uid 82 with qmail-scanner-1.16 (clamscan: 0.54. spamassassin: 2.55. Clear:. Processed in 10.045202 secs); 17 Nov 2003 12:17:46 -0000 Received: from unknown (HELO dtg17) (192.168.0.17) by 192.168.0.25 with SMTP; 17 Nov 2003 12:17:34 -0000 Message-ID: <0a1301c3ad04$8e8151a0$1100a8c0@dtg17> From: "Simon Gray" To: "Vahric MUHTARYAN" References: <022801c3ad00$3e57e9e0$110d3ad4@VAHOXP> Date: Mon, 17 Nov 2003 12:15:57 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-isp@freebsd.org Subject: Re: About DNS (BIND) with Database X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 12:17:14 -0000 > How many domains are you handling with it ?! and How long do you > use MyDNS ?! Well i'm just using it on a box at home for 4 or 5 domains, however a friend of mine at a local isp is currently running about 1100 domains without any problems mydns itself isn't the bottleneck the database server is. There's no reason why you couldn't run a few million domains from it. > And Do you say I have to use two seperate DNS server for solving > other domains instead MyDNS server handled domains ?! I mean I will add > domains to MyDNS and My customers will use to resolve something > different DNS Servers ?! MyDNS does not include recursive name service, nor a resolver library. It is primarily designed for organizations with many zones and/or resource records who desire the ability to perform real-time dynamic updates on their DNS data via MySQL. Well you should keep your dns cache/resolver seperate from your dns servers have a look at >> http://cr.yp.to/djbdns/separation.html << Simon