home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / mail / sendmail / 3158 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.6 KB  |  49 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!utkux1.utk.edu!voodoo.utcc.utk.edu!snyder
  3. From: snyder@voodoo.utcc.utk.edu (kim snyder)
  4. Subject: Re: Host search path in subdomain?
  5. Message-ID: <1993Jan12.175418.9110@utkux1.utk.edu>
  6. Sender: usenet@utkux1.utk.edu (USENET News System)
  7. Organization: University of Tennessee Computing Center
  8. References: <1993Jan6.173047.16456@dde.dk> <1iieeuINNa2b@agate.berkeley.edu>
  9. Date: Tue, 12 Jan 1993 17:54:18 GMT
  10. Lines: 37
  11.  
  12. >If you are just talking about using the name "Kurt" from within
  13. >bqa.dde.dk, you can do this pretty easily -- since all domain names
  14. >must include at least one dot, you can assume that a name with no dots
  15. >must be in your subdomain.  This doesn't help you if you also have
  16. >hosts in your superdomain (e.g., Kristin.dde.dk).
  17.  
  18. So, does that explain the following behavior?
  19.  
  20. mail to user@novell.math gives:
  21.  
  22. foo@novell.math... 550 Host unknown (Authoritative answer from name server)
  23.  
  24. yet, the nameserver resolves the short name:
  25.  
  26. yes, Mistress? nslookup 
  27. Default Server:  NAMESERVER.UTCC.UTK.EDU
  28. Address:  128.169.202.79
  29.  
  30. > set type=mx
  31. > novell.math
  32. Server:  NAMESERVER.UTCC.UTK.EDU
  33. Address:  128.169.202.79
  34.  
  35. novell.math.utk.edu     preference = 10, mail exchanger = FUMET.UTCC.UTK.EDU
  36. novell.math.utk.edu     preference = 20, mail exchanger = UTKUX1.UTK.EDU
  37. FUMET.UTCC.UTK.EDU      inet address = 128.169.200.186
  38. UTKUX1.UTK.EDU  inet address = 128.169.200.67
  39.  
  40.  
  41. And the novell dns record is:
  42.  
  43. NOVELL.MATH.UTK.EDU. IN MX      10      FUMET.UTCC.UTK.EDU.
  44.  
  45. fumet is a real machine w/ A and PTR records.
  46.  
  47. thanks,
  48. kim
  49.