home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / misc / 2821 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.7 KB  |  37 lines

  1. Newsgroups: comp.mail.misc
  2. Path: sparky!uunet!nwnexus!mdisea!kelsey
  3. From: kelsey@mdd.comm.mot.com (Joe Kelsey)
  4. Subject: Installing smail3.1.26 on SVR4
  5. Message-ID: <1992Aug27.224045.24075@mdd.comm.mot.com>
  6. Summary: mailsurr file for SVR4 and smail3.1.26
  7. Keywords: mailsurr SVR4 smail3.1.26
  8. Sender: news@mdd.comm.mot.com
  9. Organization: Motorola, Mobile Data Division - Seattle, WA
  10. Date: Thu, 27 Aug 1992 22:40:45 GMT
  11. Lines: 24
  12.  
  13. I just installed smail3.1.26 on ESIX SVR4.0.4.  I installed it using the
  14. ``natural'' edits to the EDITME file (os=sys5.4, etc.)  I did not install it
  15. in /usr/bin/sendmail, since SVR4 does not, by default, include sendmail there.
  16. In fact, SVR4 includes the sendmail configuration in /usr/ucblib, but does not
  17. document how to actually use it.  Rather than even trying to fool around with
  18. the stuff in /usr/ucblib, I let smail install itself in /usr/local/bin/smail
  19. and also let it install itself as /bin/rmail.  Now, remote mail received via
  20. uucp comes in correctly through smail, but local messages don't.  In order to
  21. force /bin/mail to send everything to smail I replaced the default mailsurr
  22. file (in /etc/mail/mailsurr) with the following one line file:
  23.  
  24. '(.+)'    '(.+)'    '< /usr/local/bin/smail -em -i \\2'
  25.  
  26. Voila!  /bin/mail sends everything to smail and I didn't have to fool around
  27. with the LMAIL stuff or anything.  In fact, I could probably restore
  28. /bin/rmail.SAV into /bin/rmail and let rmail forward everything to smail...an
  29. experiment for the future?
  30.  
  31. Since I don't have an ethernet connection, I don't know the details of
  32. replacing the smtpd entry in the network startup, but it probably doesn't
  33. involve much more than editing an rc file somewhere...
  34.  
  35. /Joe
  36.  
  37.