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

  1. Xref: sparky comp.sys.mips:925 comp.mail.sendmail:2237
  2. Newsgroups: comp.sys.mips,comp.mail.sendmail
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!usenet.coe.montana.edu!news.u.washington.edu!landau!lgy
  4. From: lgy@landau.phys.washington.edu (Laurence Yaffe)
  5. Subject: Re: Sendmail and NIS on RISC OS
  6. Message-ID: <lgy.716088268@landau>
  7. Sender: news@u.washington.edu (USENET News System)
  8. Organization: University of Washington
  9. References: <1992Sep4.145517.1@idicl1.idi.battelle.org> <1992Sep9.133702.19696@odin.corp.sgi.com>
  10. Date: Thu, 10 Sep 1992 01:24:28 GMT
  11. Lines: 48
  12.  
  13. trevc@sal.reading.sgi.com (Trevor Cotton) writes:
  14.  
  15. >In article <1992Sep4.145517.1@idicl1.idi.battelle.org>, hamparian@idicl1.idi.battelle.org writes:
  16. >|> Hello, I am running Risc/os 4.52. Sendmail says it is version 5.61. I am 
  17. >|> trying to get sendmail to understand
  18. >|> the NIS aliases map. There doesn't seem to be a way of doing this. Is it 
  19. >|> just possible that this version of Risc/os doesn't support that?
  20.  
  21. >Three versions of sendmail are provided with RISC/os, sendmail.named, 
  22. >sendmail.nonamed and sendmail.nis. By default, sendmail is linked
  23. >to sendmail.named.
  24.  
  25. >To use NIS, link /usr/lib/sendmail to /usr/lib/sendmail.nis, and configure
  26. >/etc/vis.conf to resolve hostnames using 'nis'. As root, issue the commands
  27. ># cd /usr/lib
  28. ># rm sendmail
  29. ># ln sendmail.nis sendmail
  30.  
  31. >and put the following entry in /etc/vis.conf
  32.  
  33. >hosts:    files nis
  34.  
  35. >If mail aliases are expected to be resolved via NIS with a MIPS system
  36. >acting as the server, you must link sendmail to sendmail.nis prior to
  37. >building the NIS maps with ypinit.
  38.  
  39. >See the online Release Notes (/usr/pkg/rn/RISCos-4.52) for more information.
  40.  
  41.   Regrettably, there is no way (with any of the versions of sendmail in 4.52)
  42. to use a nameserver for host name lookup and NIS for mail aliases.
  43. /usr/lib/sendmail.nis is entirely useless if you demand DNS name service, and
  44. /usr/lib/sendmail.named will not use NIS for mail aliases regardless
  45. of what's in your /etc/vis.conf file.  (This is the biggest hole I've
  46. noticed in the otherwise very nice /etc/vis.conf setup.)
  47.  
  48.   To cope with the perfectly sensible desire for centralized mail aliases
  49. together with DNS name service, we have entirely switched to a slightly
  50. modified version of sendmail which can use MB (mailbox) records in a DNS
  51. pseudo-domain as the source for mail aliases.  This version of sendmail
  52. is available from ftphost.cac.washington.edu.  Building was no problem
  53. under RISCos-4.52 (or SunOS or Ultrix).  This use of MB records is
  54. described as experimental, but we've been very pleased with how it all
  55. works.
  56.  
  57. --
  58. ------------------------------------------------------------------------
  59. Laurence G. Yaffe        Internet: lgy@newton.phys.washington.edu
  60. University of Washington    Bitnet:   yaffe@uwaphast.bitnet
  61.