home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sgi / 13623 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.3 KB  |  47 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!sgi!nimrod.wpd.sgi.com!roberts
  3. From: roberts@nimrod.wpd.sgi.com (roberts)
  4. Subject: Re:  Mail ingenuity
  5. Message-ID: <progv5s@sgi.sgi.com>
  6. Sender: roberts@nimrod.wpd.sgi.com
  7. Organization: Silicon Graphics, Inc.  Mountain View, CA
  8. Date: Mon, 14 Sep 1992 21:01:49 GMT
  9. Lines: 36
  10.  
  11. zsd@axe.drea.dnd.ca (Jim Diamond) asks:
  12.  
  13. > So: what black magic does Mail or sendmail (or whomever) use to
  14. > associate "edison.adm.tuns.ca" with "tuns.ca"?
  15.  
  16. Sendmail uses MX (Mail eXchanger) records to do its magic.
  17.  
  18. Notice:
  19.  
  20.     1 nslookup
  21.     Default Server:  sgi
  22.     Address:  0.0.0.0
  23.  
  24.     > set q=mx
  25.     > tuns.ca.
  26.     Server:  sgi
  27.     Address:  0.0.0.0
  28.  
  29.     tuns.ca preference = 10, mail exchanger = edison.adm.tuns.ca
  30.     edison.adm.tuns.ca      internet address = 134.190.1.7
  31.  
  32. The result of the MX record query tells us to send mail for "tuns.ca" to
  33. "edison.adm.tuns.ca" for further disposition.
  34.  
  35. MX records are part of the DNS system and are described in chapter 3 of the
  36. IRIX Network Administration Guide (Document Number 007-1437-010).
  37. Also see:  RFC-974 Mail Routing and the Domain System.
  38.  
  39. >                           Why can't these other
  40. > network programs do the same?
  41.  
  42. Because it would be wrong.  MX records can only be used for mail routing.
  43.  
  44.     - Robert Stephens
  45.       Silicon Graphics Inc.
  46.  
  47.