home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / vmsnet / mail / mx / 1097 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.7 KB

  1. Path: sparky!uunet!think.com!sdd.hp.com!hamblin.math.byu.edu!arizona.edu!mvb.saic.com!mx-list
  2. Newsgroups: vmsnet.mail.mx
  3. Subject: RE: Routing mail
  4. Message-ID: <009636A7.E0B205C0.6829@garnet.nist.gov>
  5. From: "Jonathan E. Hardis" <hardis@garnet.nist.gov>
  6. Date: 10 Nov 1992 17:41:55 -0500 (EST)
  7. Organization: Mx-List<==>Vmsnet.Mail.Mx Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 29
  10.  
  11. > MX paths :
  12. >
  13. > STROPH $mcp show path
  14. >
  15. > Domain-to-path mappings:
  16. >   Domain="stroph.univ-st-etienne.fr", Path=Local
  17. >   Domain="stroph", Path=Local
  18. >   Domain="[161.3.1.11]", Path=Local
  19. >   Domain="UNIV-ST-ETIENNE.FR", Path=Local
  20. >   Domain="rineta.univ-st-etienne.fr", Path=SMTP,
  21. >                                        Route="rineta.univ-st-etienne.fr"
  22. >   Domain="rineta", Path=SMTP, Route="rineta.univ-st-etienne.fr"
  23. >   Domain="[161.3.1.13]", Path=SMTP, Route="[161.3.1.13]"
  24. >   Domain="*.UUCP", Path=SMTP, Route="uunet.uu.net"
  25. >   Domain="*.BITNET", Path=SMTP, Route="mirsa.inria.fr"
  26. >   Domain="*", Path=SMTP
  27.  
  28. This method has a hidden premise:  if a host (such as rineta.univ...) has
  29. both MX and A records in the name server, a mailer should give precidence
  30. to the MX address.  That's how remote hosts know to send mail for rineta to
  31. stroph, even though it could also look up the IP address of rineta itself.
  32.  
  33. So why should stroph act any differently?  When it does the address
  34. resolution for Route=rineta.univ-st-etienne.fr, it will also use the MX
  35. record over the A record.  In other words, in this application you can't
  36. use the name server at all (without getting a loop).
  37.  
  38. As an alternative, try "hard wiring" the IP address into the configuration,
  39.   Domain="rineta...", Path=SMTP, Route="[161.3.1.13]"
  40.