home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19223 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.8 KB

  1. Path: sparky!uunet!cbmvax!bagate!dsinc!cs.widener.edu!eff!sol.ctr.columbia.edu!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!torn!nott!bnrgate!bmerh85!bmerh85!hamish
  2. From: Hamish.Macdonald@bnr.ca (Hamish Macdonald)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Matthew Dillon's email address
  5. Message-ID: <1993Jan27.145603.3311@bmerh85.bnr.ca>
  6. Date: 27 Jan 93 14:56:03 GMT
  7. References: <9300513.1602@mulga.cs.mu.OZ.AU> <C1Gqtw.945@lysator.liu.se>
  8.     <EMCOOP.93Jan26105709@bcars148.bnr.ca>
  9. Sender: news@bmerh85.bnr.ca (Usenet News)
  10. Organization: Bell Northern Research
  11. Lines: 29
  12. In-Reply-To: emcoop@bnr.ca's message of Tue, 26 Jan 1993 15:57:09 GMT
  13.  
  14. >>>>> On Tue, 26 Jan 1993 15:57:09 GMT,
  15. >>>>> In message <EMCOOP.93Jan26105709@bcars148.bnr.ca>,
  16. >>>>> emcoop@bnr.ca (hume smith) wrote:
  17.  
  18. hume> the capitalisation shouldn't matter, i think the problem is the
  19. hume> domain part of the address.  i can't ping
  20. hume> overload.berkeley.ca.us, but overload.berkeley.edu is fine.  IP
  21. hume> address 128.32.184.58.  i can't finger it for some reason...
  22.  
  23. Domain-style email addresses are not necessarily pingable; i.e. they
  24. are not necessarily directly connected to the internet.
  25.  
  26. The DNS system has the concept of a "mail exchange record".
  27.  
  28. The DNS "database" can contain an entry (mail exchange record) for a
  29. particular hostname (A) which doesn't have an address record.  This
  30. mail exchange record points to another internet host (B) which will
  31. accept mail for host A.  The idea is that host B knows how to route
  32. the mail (possibly via UUCP) to host A.
  33.  
  34. In this particular case, mail to overload.berkeley.ca.us will go to
  35. either relay1.uu.net or relay2.uu.net, which will then route it to
  36. overload.berkeley.ca.us.
  37.  
  38. I used the command:
  39.  
  40. % nslookup -type=mx overload.berkeley.ca.us
  41.  
  42. to determine this.
  43.