home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume4 / msg / part0 < prev    next >
Internet Message Format  |  1986-11-30  |  2KB

  1. From: hplabs!hpcnou!dat (Dave Taylor)
  2. Subject: The Msg Mail System Intro (+ moderators notes)
  3. Newsgroups: mod.sources
  4. Approved: jpn@panda.UUCP
  5.  
  6. Mod.sources:  Volume 4, Issue 4
  7. Submitted by: hplabs!hpcnou!dat (Dave Taylor)
  8.  
  9.  
  10. Following this message will be SEVEN 'shar' files containing the source to 
  11. the MSG mail system.
  12.  
  13. MSG is a screen-oriented mail system for Bell and Berkeley systems and
  14. replaces "mailx" and "mail" (and "mh", but that's a different story).
  15. It self-configures on mail transports and currently supports both 'sendmail'
  16. and 'rmail', according to which is available.
  17.  
  18. It also uses the pathalias database, if available on the local machine.
  19.  
  20. [       - a few notes from the moderator
  21.  
  22.     I was able to compile this system for Berkeley 4.2 (Actually ULTRIX)
  23.     with a couple of changes to the Makefiles:  "msg" must be linked with
  24.     -lcurses in addition to -ltermcap, the Makefile in the subdirectory "src"
  25.     does not have an appropriate default target (the order in the makefile
  26.     seems to be wrong), and the Makefile in the main directory appears to
  27.     be wrong when it attempts to build the "msg" task in the "src" subdirectory
  28.     (it attempts to make "msg", while the Makefile in "src" only knows about
  29.     "../bin/msg" - the two don't match).  Berkeley users need to add the
  30.     line "DEFINE=-DBSD" to the Makefiles, anyway.
  31.  
  32.     Also, many Berkeley derived systems may not have the "mm" nroff macro
  33.     package.  The two documents Config.guide and Msg.guide are written using
  34.     mm.  (Our system has the mm macros, but the page numbers formatted
  35.     quite strangely - must be a difference in the System V vs. Berkeley
  36.     nroff's.) If there is sufficient demand, I will post these two documents
  37.     pre-formatted in a later posting.
  38.  
  39.     Also, I was not able to get utils/fastmail.c to compile properly on
  40.     BSD4.2 (_tzname not found during link), but that seems to be a relatively
  41.     unimportant problem.
  42.  
  43.     John P. Nelson, Moderator, mod.sources
  44.     (decvax!genrad!panda!jpn  seismo!harvard!talcott!panda!jpn)
  45. ]
  46.