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

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!jvnc.net!primerd.prime.com!nt1l!nt1l!aardvark
  3. From: aardvark@nt1l.krl.com (Donald Koch)
  4. Subject: Re: Mail ingenuity
  5. Message-ID: <1992Sep14.155142@nt1l.krl.com>
  6. Sender: aardvark@nt1l (Donald Koch)
  7. Nntp-Posting-Host: nt1l
  8. Organization: Koch Research Labs
  9. References:  <32560@adm.brl.mil>
  10. Date: Mon, 14 Sep 1992 19:51:42 GMT
  11. Lines: 35
  12.  
  13. In article <32560@adm.brl.mil>, zsd@axe.drea.dnd.ca (Jim Diamond) writes:
  14. > When I use Mail to send mail to a site "tuns.ca" everything works out
  15. > OK:
  16. [...]
  17. > zsd@tuns.ca... Connecting to edison.adm.tuns.ca (tcp)...
  18. > 220 edison.adm.tuns.ca -- Server SMTP (PMDF#10424 V3.2)
  19. [...]
  20. > Thus someone (sendmail?) was able to find an address for "tuns.ca".
  21. > But if I try telnet, ftp, or nslookup I get
  22. > % nslookup tuns.ca
  23. > Server:  arrow.drea.dnd.ca
  24. > Address:  192.12.62.8
  25. > *** No address (A) records available for tuns.ca
  26. [...]
  27. > So: what black magic does Mail or sendmail (or whomever) use to
  28. > associate "edison.adm.tuns.ca" with "tuns.ca"?  Why can't these other
  29. > network programs do the same?
  30.  
  31. The asnwer is hinted at in the error from nslookup: No address(!) records...
  32. You will also note that sendmail actually connected to edison.adm.tun.ca,
  33. not to a machine called tuns.ca.  Try running nslookup (no args), and feeding
  34. it:
  35. set type=mx
  36. tuns.ca
  37.  
  38. Sendmail looks for MX (mail exchager) records.  This tells the mailer what
  39. machine to connect to in order to send mail to a given domain.  The domain
  40. need not be directly accessable (e.g., my domain, krl.com, is not connected
  41. to the internet, but it does have a mail forwarder that is).
  42.  
  43. -- 
  44. Don Koch
  45. aardvark@nt1l.krl.com
  46.