home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume36 / msend / part01 / README < prev    next >
Encoding:
Text File  |  1993-03-22  |  1.8 KB  |  54 lines

  1. MSEND - Immediate message sending program for UNIX machines
  2.  
  3. (c) Copyright 1988, 1989, 1990, 1991 Jim Frost.  All Rights Reserved.
  4. Please see the accompanying file "Copyright" for more information.
  5.  
  6. This utility is very similar to "rsend", allowing messages to be sent
  7. to different users on different machines.  "rsend" was, in turn based
  8. on "send" which use the SMTP SEND commands for message delivery (see
  9. RFC 821).  "msend" implements the UMTP protocol described in
  10. "Protocol" with other enhancements to make life easier on the user.
  11. See the accompanying man page for details.
  12.  
  13. Simple instructions for installation are in "Configuration".
  14.  
  15. With regards to portability, the current version of msend was compiled
  16. and tested on the following machines:
  17.  
  18.         Machine             OS               
  19.         ---------------     -------------    
  20.     Sun 3            SunOS 4.0.3,4.1.1
  21.     Sun 4 (& clones)    SunOS 4.0.3,4.1,4.1.1,4.1.2
  22.     Sun 386i        SunOS 4.0.2
  23.     SGI 4D/25        IRIX 3.0
  24.     SGI Indigo        IRIX 4.0
  25.     IBM R/6000        AIX 3.1.5, 3.1.6, 3.2
  26.     HP Series 700       HP-UX 8.01 (?)
  27.     Convex C220        ConvexOS Release V9.1
  28.     DEC DECStation        ULTRIX 4.2
  29.     DG            DG/UX 5.4
  30.     386 Box            SCO UNIX/ODT 1.1
  31.     486 Box            BSDI 0.9.4
  32.  
  33. Older versions have run on:
  34.  
  35.         Machine         OS               
  36.         --------------- -------------    
  37.     Encore Multimax    UMAX 4.2 R3.1    
  38.     Sun 2        SunOS 3.2, 3.5
  39.     VAX 11/750    4.3 BSD UNIX
  40.  
  41. msend should run on any machine that has BSD networking support with
  42. few changes and can be modified quickly to use other reliable
  43. networking systems.
  44.  
  45. Special thanks to the following people for ideas and code segments:
  46.  
  47.     Adam Bryant     (adb@bucsf.bu.edu)
  48.     Phil Budne      (budd@bu-it.bu.edu)
  49.     Jason Heirtzler (jdh@bu-it.bu.edu)
  50.     Chris Riney     (chris@tisdec.tis.tandy.com)
  51.     Barry Shein     (bzs@bu-it.bu.edu)
  52.     John Solomon    (jsol@bu-it.bu.edu)
  53.     Len Tower       (tower@bu-it.bu.edu)
  54.