From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 19:03:31 2005 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 DF2A816A41F for ; Wed, 20 Jul 2005 19:03:31 +0000 (GMT) (envelope-from bsdnode@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6825843D48 for ; Wed, 20 Jul 2005 19:03:31 +0000 (GMT) (envelope-from bsdnode@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so1520240wra for ; Wed, 20 Jul 2005 12:03:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=c7JQI4fItl5SizJWtRK17N7nE3BHmdNt1QUYcAhUlPpoNnWiy2iKRYLnDqPAMZvt+xH03/ayyXdOUfoVMIRYZS+rJERu3OltGJ5Han/7jozsPN1ubRTYZNXesnuL34zt7nSBJaAyG9GFZlUgE75fG00nPv/iC2+ahqCoVhellK8= Received: by 10.54.37.47 with SMTP id k47mr200214wrk; Wed, 20 Jul 2005 12:02:55 -0700 (PDT) Received: by 10.54.16.72 with HTTP; Wed, 20 Jul 2005 12:02:55 -0700 (PDT) Message-ID: <40356a66050720120219f6dd92@mail.gmail.com> Date: Wed, 20 Jul 2005 15:02:55 -0400 From: Bruno Gallant To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: DNS service with a SQL backend X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruno Gallant List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 19:03:32 -0000 Hello, We are redesigning our DNS infrastructure, which has been running on BIND with the regular flat files for years, and there would be a need for the data to be in a database. (postgresql or mysql, of course) I looked around the ports to find powerdns, but I don't know if it's good or not. Is there a port or something already available that can convert DNS data stored in sql into the proper format for BIND, or another software with all included? Thanks all. --=20 # Bruno Gallant - scion@bsdnode.net - bsdnode@gmail.com