home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / protocol / tcpip / domains / 761 < prev    next >
Encoding:
Text File  |  1992-12-12  |  2.3 KB  |  57 lines

  1. Newsgroups: comp.protocols.tcp-ip.domains
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!cs.utexas.edu!torn!newshub.ccs.yorku.ca!yorku.ca!davecb
  3. From: davecb@nexus.yorku.ca (David Collier-Brown)
  4. Subject: Re: Why not automatically do reverse domains?
  5. Message-ID: <davecb.724200947@yorku.ca>
  6. Sender: news@newshub.ccs.yorku.ca (USENET News System)
  7. Organization: York University
  8. References: <NELSON.92Dec8111713@cheetah.clarkson.edu> <CKD.92Dec8180024@loiosh.eff.org> <1992Dec11.172920.3011@eecs.nwu.edu>
  9. Date: Sat, 12 Dec 1992 22:55:47 GMT
  10. Lines: 45
  11.  
  12.  
  13.  
  14. RN> (Russ Nelson <nelson@sun.soe.clarkson.edu>) writes:
  15.  RN> Why doesn't BIND automatically generate a PTR record for every A
  16.  RN> record it sees?  All the nameserver tools I've seen perform that
  17.  RN> function, why doesn't BIND?  Is there some subtlety that doesn't
  18.  RN> meet my eye?
  19.  
  20. phil@pex.eecs.nwu.edu (William LeFebvre) writes:
  21. |Another problem is hosts with more than one name.  Only one name
  22. |can be canonical, and that is the one that is named in the PTR
  23.  
  24.   That's actually a very common situation: we have lots of
  25. ``service-names'' for machines here at Ork which we do with CNAME
  26. records, but there is one case that forces us back to extra A-records:
  27. broken mailers!
  28.  
  29.   A certain major vendor ships a sendmail that, unless you're running
  30. a certain network lookup service, fails to honor MX records.  Many
  31. users don't understand the undesirability of this, and dont switch to
  32. an (optional) mx-capable sendmail.
  33.   This is usually known as ``sendfail''.
  34.   To avoid it, our mailhubs have extra A records, along with the
  35. usual MX records, thusly:
  36.     ccs.yorku.ca.    86400    A    130.63.7.3
  37.     ccs.yorku.ca.    86400    MX    10 ccs.yorku.ca.
  38.   This has the usefull side-effect of making finger queries to
  39. ccs.yorku.ca produce the expected results.
  40.  
  41.   However, ccs.yorku.ca isn't the **real** real name of the machine:
  42. it's actually draco.ccs.yorku.ca, abd that's what following the PTR
  43. record will tell you.
  44.  
  45.   I've been tempted for some time to write a preprocessor for bind
  46. to support an ASERVICE record as well as an A.  A's would cause
  47. PTRs.  ASERVICEs wouldn't.
  48.  
  49. --dave (some day, when I get caught up on
  50.     another few hundred projects...) c-b
  51.  
  52. -- 
  53. David Collier-Brown,  | davecb@CCS.YorkU.CA | lethe!dave
  54. 72 Abitibi Ave.,      | 
  55. Willowdale, Ontario,  | York Postmaster and
  56. CANADA. 416-223-8968  | occasional sendfail(8) consultant.
  57.