From owner-freebsd-questions Fri Jun 23 6:36:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mrs-1.smartworld.net (mrs-1-fix.smartworld.net [216.70.64.24]) by hub.freebsd.org (Postfix) with ESMTP id B751837B9F2 for ; Fri, 23 Jun 2000 06:36:36 -0700 (PDT) (envelope-from dnormandin@freewwweb.com) Received: from odie (1Cust84.tnt3.calgary.ab.da.uu.net [64.10.177.84]) by mrs-1.smartworld.net (8.9.1a/8.9.1) with SMTP id JAA47069; Fri, 23 Jun 2000 09:36:41 -0400 (EDT) Message-ID: <007c01bfdd18$6b1735a0$54b10a40@odie> From: "Duke Normandin" To: Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Sendmail and DNS Date: Fri, 23 Jun 2000 07:32:41 -0600 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 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, June 22, 2000 9:57 PM Crist J. Clark wrote: >On Thu, Jun 22, 2000 at 12:58:49PM -0600, Duke Normandin wrote: > >[snip] > >> Would you know of a web reference that would explain the diff. >> between dns / reverse-dns. I'm also assuming that >> lookups / reverse-lookups refer to the same thing. Tia... > >Yes and no. You need a different set of records to do reverse-lookups, >but the basic principles are the same. > >You have an entry like, > > zone "57.177.205.IN-ADDR.ARPA" { > type master; > file "57.177.05.rev"; > }; > >In named.conf and records that look like, > > 156 IN PTR scully.gothwolrd.com. > >This. > >As for docs, DNS is a tricky beast. I assume you've been to >www.isc.org? I didn't find www.isc.org very useful. However, for those interested, I did find the following: http://www.dns.net/dnsrd/docs/ http://www.riherds.com illustrated reverse-dns "in action". I now also understand the converse as well. In my newbie gropings with Unix, I've stumbled across the fact that applications such as sendmail and ppp cna be configured to do dns lookups. Could you indicate when reverse-dns is/must be used, and by what applications. Chris Martino also has what seems to be a good article on the subject at: http://www.weirdo.net/freebsd/dns/ Thanks for your help! -duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message