From owner-freebsd-stable Thu Feb 1 9:58:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from harp.wrdp.com (harp.dublin.wrdp.net [212.147.130.131]) by hub.freebsd.org (Postfix) with ESMTP id E7B3537B4EC for ; Thu, 1 Feb 2001 09:57:54 -0800 (PST) Received: from JRAFTERY (jraftery.dublin.wrdp.net [172.16.4.52]) by harp.wrdp.com (Postfix) with SMTP id E306F10AD1; Thu, 1 Feb 2001 17:57:45 +0000 (GMT) Message-ID: <014701c08c78$c71bb5a0$340410ac@JRAFTERY> From: "James Raftery" To: "Vivek Khera" Cc: "FreeBSD Stable" References: <14969.38607.142726.115583@onceler.kciLink.com><010601c08c73$c0a4fe20$340410ac@JRAFTERY> <14969.40901.952200.946573@onceler.kciLink.com> Subject: Re: DNS security Date: Thu, 1 Feb 2001 17:59:53 -0000 Organization: Worldport Communications Inc 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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Vivek Khera" To: "James Raftery" Cc: "FreeBSD Stable" Sent: Thursday, February 01, 2001 5:41 PM Subject: Re: DNS security > But that throws off the zone file directory paths... Hmm. I guess if I > were clever enough with subdirectory tree construction I could do > this... There's nothing difficult about it. The 'file' statement tell named where to find a given zone file. It can either be an absolute path or a relative path. Relative paths are relative to the default directory (specified with 'directory'). So, use: zone "yourzone.com" { [...] file "/var/named/db.yourzone"; }; Regards, james To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message