home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / mail / sendmail / 3277 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.6 KB  |  57 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!math.fu-berlin.de!ira.uka.de!scsing.switch.ch!news.univie.ac.at!paladin.american.edu!howland.reston.ans.net!spool.mu.edu!agate!dog.ee.lbl.gov!hellgate.utah.edu!lanl!beta.lanl.gov!jroberts
  3. From: jroberts@beta.lanl.gov (Jack C. Roberts)
  4. Subject: SunOs 4.1.1 sendmail MX problem
  5. Message-ID: <1993Jan26.185718.7087@newshost.lanl.gov>
  6. Sender: news@newshost.lanl.gov
  7. Organization: Los Alamos National Laboratory
  8. References: <1iu5tjINNhu@mailgzrz.TU-Berlin.DE>
  9. Date: Tue, 26 Jan 1993 18:57:18 GMT
  10. Lines: 45
  11.  
  12.  
  13. Client OS:      SunOS 4.1.1
  14. Name Server OS: Ultrix2.4-C
  15.  
  16. Problem:
  17. mr.xxx.yyy has been set up as a mail exchanger.  If I try to mail to
  18. user@mr.xxx.yyy my sendmail on the sun tells me:
  19.  
  20. jack@mr.xxx.yyy... Never heard of host mr in domain xxx . yyy
  21.  
  22.  
  23. Hints:
  24. I use /etc/resolv.conf to resolve names.
  25. A nslookup session follows
  26.  
  27. % /usr/etc/nslookup
  28. Default Server:  slunix.xxx.yyy
  29. Address:  129.58.#.##
  30.  
  31. > mr
  32. Server:  slunix.xxx.yyy
  33. Address:  129.58.#.##
  34.  
  35. Name:    mr.xxx.yyy
  36.  
  37.  
  38. > set querytype=mx
  39. > mr
  40. Server:  slunix.xxx.yyy
  41. Address:  129.58.#.##
  42.  
  43. mr.xxx.yyy      preference = 0, mail exchanger = saems.xxx.yyy
  44. saems.xxx.yyy   inet address = 129.58.##.##
  45.  
  46.  
  47. It seems to me that I need to tell sendmail that mr.xxx.yyy is a mail
  48. exchanger so that when it does its nslookup it will have the querytype
  49. set correctly.  I can't seem to find an option for sendmail.cf.  Does
  50. anyone out there have a solution?  I have been working on this problem
  51. off and on for over a week without success.
  52.  
  53.  
  54.                                 Thanks in advance,
  55.                                 jroberts@lanl.gov
  56.  
  57.