home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sgi / 13597 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  1.8 KB

  1. Path: sparky!uunet!gatech!darwin.sura.net!haven.umd.edu!mimsy!afterlife!adm!news
  2. From: zsd@axe.drea.dnd.ca (Jim Diamond)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Mail ingenuity
  5. Message-ID: <32560@adm.brl.mil>
  6. Date: 14 Sep 92 14:45:30 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 64
  9.  
  10. Perhaps one (or more) of the sendmail wizards out there may be able to
  11. solve the following puzzle for me:
  12.  
  13. When I use Mail to send mail to a site "tuns.ca" everything works out
  14. OK:
  15.  
  16. % Mail -v zsd@tuns.ca
  17. Subject: test
  18. testing
  19. .
  20. EOT
  21. zsd@tuns.ca... Connecting to edison.adm.tuns.ca (tcp)...
  22. 220 edison.adm.tuns.ca -- Server SMTP (PMDF#10424 V3.2)
  23. >>> HELO axe.drea.dnd.ca
  24. 250 edison.adm.tuns.ca
  25. >>> MAIL From:<zsd@axe.drea.dnd.ca>
  26. 250 Address OK.
  27. >>> RCPT To:<zsd@tuns.ca>
  28. 250 zsd@tuns.ca OK.
  29. >>> DATA
  30. 354 Enter mail, end with a single ".".
  31. >>> .
  32. 250 Ok.
  33. >>> QUIT
  34. 221 Bye received. Goodbye.
  35.  
  36.  
  37. Thus someone (sendmail?) was able to find an address for "tuns.ca".
  38. But if I try telnet, ftp, or nslookup I get
  39.  
  40. % nslookup tuns.ca
  41. Server:  arrow.drea.dnd.ca
  42. Address:  192.12.62.8
  43.  
  44. *** No address (A) records available for tuns.ca
  45. % telnet tuns.ca
  46. tuns.ca: No address associated with name
  47. % ftp tuns.ca
  48. ftp: tuns.ca: No address associated with name
  49. ftp> quit
  50.  
  51. And I don't have it in my hosts, aliases or sendmail* files:
  52.  
  53. % grep -i tuns /etc/hosts /usr/lib/aliases* /usr/lib/sendmail*
  54. %
  55.  
  56. I'm not running YP.  My resolv.conf looks like:
  57. hostresorder local bind
  58. nameserver 192.12.62.8
  59. nameserver 192.12.62.11
  60. nameserver 192.12.98.2
  61. domain drea.dnd.ca
  62.  
  63. So: what black magic does Mail or sendmail (or whomever) use to
  64. associate "edison.adm.tuns.ca" with "tuns.ca"?  Why can't these other
  65. network programs do the same?
  66.  
  67. I'd prefer the answer, but if anyone can point me to the correct FM to
  68. read, that would be as good.
  69.  
  70. Thanks.
  71.  
  72.             Jim Diamond
  73.             zsd@axe.drea.dnd.ca
  74.