home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / mail / mh / 1041 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  2.3 KB

  1. Path: sparky!uunet!olivea!sgigate!odin!mips!darwin.sura.net!ukma!eng.ufl.edu!brain!bowling
  2. From: bowling@brain.stat.ufl.edu (Dan Bowling)
  3. Newsgroups: comp.mail.mh
  4. Subject: mh on a Sun problem
  5. Keywords: mh, Sun, comp, repl, config
  6. Message-ID: <1992Aug18.153433.15220@eng.ufl.edu>
  7. Date: 18 Aug 92 15:34:33 GMT
  8. Sender: news@eng.ufl.edu (Usenet Diskhog System)
  9. Reply-To: bowling@brain.stat.ufl.edu (Dan Bowling)
  10. Organization: U of Florida. Statistics Dept.
  11. Lines: 49
  12.  
  13. We've been using mh on our DEcstations for quit some time.  With a new shipment of Suns, we have installed mh on these machines.  All the commands work fine :-) but the comp and repl send out strange "from:" and "cc:" addresses.
  14.  
  15. As an example:
  16. The Sun machine is skate.stat.ufl.edu.  If I send mail from it, I want the "from:" header to read "bowling" if it's local mail and "bowling@stat.ufl.edu" otherwise (Side note: we have an MX record set up to send mail to stat.ufl.edu).  This is the way it would work if skate.stat.ufl.edu were a DECstation.  But presently when I send mail, the "from:" header reads "bowling@skate".  This won't cut it.
  17.  
  18. Any suggestions on what's happenning and how to correct it?  Below I've included a copy of our configuration file for MH.  Thanks for listening.
  19.  
  20. later,
  21. dan
  22.  
  23. ------- config file .... src/mh/mh-6.7/conf/MH ---------------
  24. # For Sun OS 4.* with SendMail, running Yellow Pages, and /etc/named.
  25. # MH will post mail through an SMTP connection to the localhost's
  26. # SendMail daemon.  Be sure to set "servers" in your mtstailor file.
  27. #
  28. bin     /usr2/Mh/bin
  29. etc     /usr2/Mh/lib/mh
  30. mail    /usr/spool/mail
  31. mandir  /usr2/Mh/man
  32. manuals standard
  33. editor  prompter
  34. mts     sendmail/smtp
  35. options BSD42 BSD43 SUN40 SUN41 TYPESIG=void
  36. options DBM
  37. #options BIND
  38. curses  -lcurses -ltermcap
  39. ranlib  on
  40. ldoptions -s -O
  41. #
  42. # include "bbc" support to read NetNews via the NNTP.
  43. #
  44. bboards nntp
  45. bbdelivery off
  46. pop     on
  47. #
  48. # These are optional:
  49. #
  50. # DUMB    restricts some address defaulting
  51. # RPATHS  don't throw away UNIX "From " lines
  52. # MHE     for Emacs/MH interface
  53. # SBACKUP change to "#" instead of ","
  54. # MSGPROT default messages to 0600 protection mode
  55. #
  56. options DUMB
  57. options RPATHS
  58. options MHE
  59. options SBACKUP='"\\043"'
  60. options MSGPROT='"0600"'
  61. --------------------------- end of config -----------------------
  62.