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

  1. Xref: sparky comp.sys.mips:924 comp.mail.sendmail:2231
  2. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!ames!agate!stanford.edu!rutgers!sgigate!odin!sal.reading.sgi.com!trevc
  3. From: trevc@sal.reading.sgi.com (Trevor Cotton)
  4. Newsgroups: comp.sys.mips,comp.mail.sendmail
  5. Subject: Re: Sendmail and NIS on RISC OS
  6. Message-ID: <1992Sep9.133702.19696@odin.corp.sgi.com>
  7. Date: 9 Sep 92 13:37:02 GMT
  8. References: <1992Sep4.145517.1@idicl1.idi.battelle.org>
  9. Sender: news@odin.corp.sgi.com (Net News)
  10. Reply-To: trevc@cix.compulink.co.uk
  11. Organization: Trevor Cotton Associates, UK
  12. Lines: 37
  13. Nntp-Posting-Host: sal.reading.sgi.com
  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. |> Thanks!
  22. |> Don
  23. |> 
  24.  
  25. Three versions of sendmail are provided with RISC/os, sendmail.named, 
  26. sendmail.nonamed and sendmail.nis. By default, sendmail is linked
  27. to sendmail.named.
  28.  
  29. To use NIS, link /usr/lib/sendmail to /usr/lib/sendmail.nis, and configure
  30. /etc/vis.conf to resolve hostnames using 'nis'. As root, issue the commands
  31. # cd /usr/lib
  32. # rm sendmail
  33. # ln sendmail.nis sendmail
  34.  
  35. and put the following entry in /etc/vis.conf
  36.  
  37. hosts:    files nis
  38.  
  39. If mail aliases are expected to be resolved via NIS with a MIPS system
  40. acting as the server, you must link sendmail to sendmail.nis prior to
  41. building the NIS maps with ypinit.
  42.  
  43. See the online Release Notes (/usr/pkg/rn/RISCos-4.52) for more information.
  44.  
  45. -- 
  46. --trevc--
  47.  
  48.   Trevor Cotton Associates, 1 Copthorne Court, 1 Station Road,
  49.   Leatherhead, Surrey, KT22 7RR, England.
  50.   Tel: (+44)(0)372 370125  Fax: (+44)(0)372 378191  Mobile: (+44)(0)860 524215
  51.   Email: trevc@cix.compulink.co.uk or trevc@reading.sgi.com
  52.