home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk1.iso / answers / mail / setup / unix / part2 < prev    next >
Encoding:
Text File  |  1994-09-22  |  27.4 KB  |  605 lines

  1. Newsgroups: news.admin.misc,comp.mail.misc,news.answers,comp.answers
  2. Path: bloom-beacon.mit.edu!hookup!nic.ott.hookup.net!ecicrl!clewis
  3. From: clewis@ferret.ocunix.on.ca (Chris Lewis)
  4. Subject: UNIX Email Software Survey FAQ [Part 2 of 3]
  5. Summary: How to set up Email on UNIX systems.
  6. Message-ID: <mailfaq.2_780240004@ferret.ocunix.on.ca>
  7. Supersedes: <mailfaq.2_778425605@ferret.ocunix.on.ca>
  8. Approved: news-answers-request@mit.edu
  9. Date: Thu, 22 Sep 1994 13:20:13 GMT
  10. Expires: Thu, 27 Oct 1994 13:20:04 GMT
  11. Reply-To: mailfaq@ferret.ocunix.on.ca (Mail FAQ commentary reception)
  12. References: <mailfaq.1_780240004@ferret.ocunix.on.ca>
  13. Organization: Elegant Communications Inc., Ottawa, Canada
  14. Keywords: mail software survey UNIX FAQ
  15. Followup-To: poster
  16. Lines: 586
  17. Xref: bloom-beacon.mit.edu news.admin.misc:22646 comp.mail.misc:9498 news.answers:26158 comp.answers:7417
  18.  
  19. Archive-name: mail/setup/unix/part2
  20. Last-modified: Sat Mar 19 23:14:03 EST 1994
  21.  
  22.         UNIX EMail Software - a Survey
  23.                Chris Lewis
  24.         clewis@ferret.ocunix.on.ca
  25.         [and a host of others - thanks]
  26.  
  27.         Copyright 1991, 1992, 1993, Chris Lewis
  28.  
  29.     Redistribution for profit or altered content/format
  30.     prohibited without permission of the author.  Other
  31.     redistribution must contain this copyright notice
  32.     and attribution.
  33.  
  34. ------------------------------
  35. Subject: Configuration Issues:
  36.  
  37. What you need for email connectivity is determined by:
  38.  
  39.     1 What networks you intend to connect to.
  40.       The Internet (hence SMTP)?  UUCP sites?  X.400?
  41.       Bitnet?  Others?  Combinations?
  42.     2 What links you have or are willing to install
  43.       Internet T1?  T2?  UUCP?  Other?  [Details on how to
  44.       make your connections is beyond the scope of this FAQ,
  45.       but can usually be found out from the provider (other end)
  46.       of the link]
  47.     3 what user interface you want to use.  This is largely
  48.       an independent issue, so consult the Specific Package
  49.       Reviews directly.
  50.  
  51. ------------------------------
  52. Subject: Recommended MTA Configurations:
  53.  
  54. These configurations are based upon my own experience, and the
  55. experience of others.  Careful installation of any of these
  56. configurations will result in a solid, reliable mail system
  57. that respects the appropriate "do's and don'ts".  Each configuration
  58. represents a compromise of ease of installation and maintenance
  59. versus sophistication and capabilities.
  60.  
  61. One thing you should consider is what you already have on your
  62. system.  You will invariably have "binmail", and will have a good
  63. chance at already having sendmail.  Some systems come with
  64. smail (if 2.3, junk it)  The configurations shown below are *minimal*
  65. configurations, so you should consider whether you want to use what
  66. you already have or not.
  67.  
  68. Scenario 1:  Only UUCP connections.
  69.  
  70.     Smail 2.5.  If you want to set up a routing database of
  71.     your own, you will also need pathalias, and unpackmaps or
  72.     uuhosts.  Instead, though, you can configure smail 2.5 to
  73.     smart-host most destinations to a nearby friendly site
  74.     who'll do your routing for you without having to run
  75.     the routing software.  Note further, that you can run
  76.     pathalias on just a subset of the full set of maps.
  77.     [Unpackmaps makes this particularly easy to do]
  78.  
  79.     Smail 2.5, as shipped, does not support mail-to-pipeline
  80.     or mail-to-file aliasing.  If you need these, at a minimum,
  81.     you should obtain lmail.  If you intend more than casual
  82.     use of these features, it is recommended that you obtain
  83.     deliver or procmail instead of lmail.
  84.  
  85.     Even if you have sendmail already, you can integrate smail 2.5
  86.     with it to do your UUCP routing.  (though, some later versions
  87.     of sendmail can do routing themselves)
  88.  
  89.     If you're a little more demanding of your mail connections, smail 3
  90.     is also a good choice, and works particularly well for systems that
  91.     are UUCP connected to Internet sites.
  92.  
  93. Scenario 2:  SMTP connections (optionally, some UUCP connections too).
  94.  
  95.     Generally speaking, sendmail will do this for you and you have
  96.     a good chance to have it already.  However, for the novice, it
  97.     is recommended that smail 3 be used instead [see review of
  98.     sendmail below].  Smail 3 includes all of the routing software
  99.     and can do mail-to-pipeline and mail-to-file, so none of the auxiliary
  100.     programs mentioned in scenario 1 are necessary.
  101.  
  102.     Most sendmails don't include UUCP routing mechanisms, so you would
  103.     need pathalias and unpackmaps or uuhosts if you wish to set up
  104.     a UUCP routing database.  Further, most sendmails don't know
  105.     how to query a pathalias database directly, so you may have to hack
  106.     your own path lookup program into the sendmail.cf (smail 2.5 can
  107.     be used for this purpose provided that you will have a UUCP link
  108.     to the outside world)
  109.  
  110.     Both MMDF and PP can also be used, but PP is usually overkill.
  111.  
  112.     Deliver or procmail are still quite useful in this configuration
  113.     for extended alias facilities.
  114.  
  115. Scenario 3:  Connections to other networks (optionally including
  116.     SMTP or UUCP), or very high loading.
  117.  
  118.     Your best bets are MMDF, PP or zmailer.
  119.     
  120.     You can implement other network interfaces with sendmail, but
  121.     not only will you probably have to roll your own, but sendmail
  122.     can't cope with high loading very well.  Ditto smail 3.
  123.  
  124. There are other configurations.  See the Package Reviews to
  125. determine which packages are appropriate.
  126.  
  127. ------------------------------
  128. Subject: Package Reviews
  129.  
  130. Honesty requires me to point out which software packages were
  131. reviewed by their author (including me ;-).  I do so by appending
  132. a "*" to the name of the author.  In some cases, the material
  133. has been cribbed from FAQ's or general information blurbs.
  134.  
  135. It is worth noting, though, that most of these packages are well
  136. known, and have been in operation at many sites for periods of
  137. a year or more.  These packages do their job well, and have been
  138. extensively thrashed out in the best debugging laboratory in the
  139. universe (USENET ;-)
  140.  
  141. A few packages have been mentioned prior to their release.
  142. (unpackmaps 4, the occasional beta version).  It is
  143. recommended that these versions be avoided by novices until they
  144. have had a chance to settle for a little while.  This FAQ will
  145. note when such software seems (according to rumour *I* hear) to be
  146. stable enough for general use.
  147.  
  148. Some of these packages are capable, by various bits of hackery,
  149. of doing a lot more than is claimed for them.  But I refrain
  150. on telling you how to "take the covers off".  Given the
  151. intended audience, that would be tantamount to trying to
  152. teach preschoolers do-it-yourself brain surgery.  Please don't
  153. take this as condescending - I've been working on/in/with email
  154. systems for over 12 years and I *still* won't play with (as
  155. just one example) sendmail.cf's.
  156.  
  157. Therefore, I restrict myself largely to "out-of-the-box" functionality,
  158. "fill-in-the-blank" configurability, and normal documented installation
  159. procedures.  Beyond that, you're on your own.
  160.  
  161. binmail
  162.  
  163.     binmail is usually really called "mail". On System V prior to
  164.     Release 4, it is a really simple UA that does dual duty as the
  165.     TA.  It's pretty awful because it doesn't know how to set up
  166.     headers properly, doesn't even know what a "Subject:" line is,
  167.     and there's no way to do any kind of aliases.
  168.  
  169.     On BSD, binmail invokes sendmail to do the MTA function.  On
  170.     System V prior to Release 4, you really do want to replace binmail's
  171.     MTA functionality with something else.  However, you should not
  172.     replace it in its "mail" (UA) functionality, because many
  173.     system-level administration mechanisms will break.  Any new UA
  174.     should be installed as a different name than "mail".
  175.  
  176.     Beginning with System V Release 4, "binmail"'s transfer agent
  177.     capabilities were considerably enhanced to have similar capabilities
  178.     to Smail 3 and sendmail.  There is usually no need to replace it with
  179.     another mail agent.  (See SVR4 mail discussion below)
  180.  
  181.     Binmail stores mail in "mbox" format.
  182.  
  183. rmail
  184.  
  185.     binmail's TA functionality is implemented by linking mail
  186.     to rmail.  It's rmail that you'd want to replace with smail 2.5
  187.     etc.
  188.  
  189. Mail
  190.  
  191.     The original BSD UA.  It can support local profiles, aliases, folders,
  192.     header previewing, out-going mail recording and all sorts of good stuff.
  193.     An "okay" UA.  Available from BSD "freed-sources" archives.
  194.  
  195.     Mail stores mail in "mbox" format.
  196.  
  197. mailx
  198.  
  199.     AT&T's answer to BSD "Mail", from which it is descended.  Some versions,
  200.     such as the 3b1 one, should be avoided because of a buggy port.  Not
  201.     available in source form (it's proprietary but ubiquitous enough to be
  202.     mentioned here).
  203.  
  204.     Mailx stores mail in "mbox" format.
  205.  
  206. mush: author Dan Heller* <argv@z-code.com>
  207.  
  208.     The "Mail User's Shell" is a "shell" for mail users.  That is, it
  209.     has its own environment where you can configure not only the user
  210.     interface, but the actual internal mechanisms.  Internally, mush
  211.     has a csh-like scripting language, altho it's not as powerful as
  212.     csh.  It has command-line aliases, file completion, if-else state-
  213.     ments, command piping, and so on.  Because you can build your own
  214.     commands, you can virtually build your own library of email features.
  215.  
  216.     Mush has two tty-based interfaces: the standard tty-mode (ala BSD
  217.     Mail or sys-v mailx) and the fullscreen/curses mode (ala vi, emacs
  218.     or even Elm).  You can set up key bindings that execute one or more
  219.     mush commands, personalized commands or even UNIX commands.  You
  220.     can even emulate keyboard input with keyboard macros and mappings.
  221.  
  222.     Mush also has a SunView interface that is more powerful than Sun's
  223.     Mailtool, yet backwards compatible with most versions.  Most sunview
  224.     users (if there are any left these days) prefer MushView over Mailtool.
  225.  
  226.     The current version of Mush is 7.2.3, last posted in comp.sources.misc
  227.     volume 18 (with subsequent patches).  All three interfaces are
  228.     available in one runtime binary.  Except for the MushView interface
  229.     (which is only available on for suns), Mush is portable to everything
  230.     that runs UNIX.  There is also a DOS port available for PCs and can
  231.     run on most 286 machines. An older version of Mush (6.5) can run on
  232.     as little as 640 of RAM.  (Mush-PC is typically used with UUPC.)
  233.  
  234.     The "next generation" of Mush is a commercial product called Z-Mail
  235.     from Z-Code Software (mail argv@z-code.com for details).  All aspects
  236.     of Mush are retained, yet it has grown to be far more powerful.  It
  237.     runs under X windows with either a Motif or Open Look interface
  238.     and also supports multi-media, user "functions" and a suite of new
  239.     features.
  240.  
  241.  
  242.     Mush stores its messages in "mbox" format, or MMDF format if you're
  243.     using MMDF as your MTA.
  244.  
  245.     The newsgroup comp.mail.mush is dedicated to it.
  246.  
  247.     [Note: Z-Mail is not related at all to Zmailer.  Zmailer is a MTA]
  248.  
  249. elm: coordinator Syd Weinstein* <syd@DSI.COM>
  250.  
  251.     (cribbed from comp.mail.elm FAQ)
  252.  
  253.     Elm is designed to run with "sendmail" or "/bin/rmail"
  254.     (according to what's on your system) and is a full
  255.     replacement of programs like "/bin/mail" and "mailx".  The
  256.     system is more than just a single program, however, and
  257.     includes programs like "frm" to list a 'table of contents'
  258.     of your mail, "printmail" to quickly paginate mail files (to
  259.     allow 'clean' printouts), and "autoreply", a systemwide
  260.     daemon that can autoanswer mail for people while they're on
  261.     vacation without having multiple copies spawned on the
  262.     system.
  263.  
  264.     The most significant difference between Elm and most other
  265.     mail systems is that Elm is screen-oriented.  Upon further
  266.     use, however, users will find that Elm is also quite a bit
  267.     easier to use, and quite a bit more "intelligent" about
  268.     sending mail and so on.
  269.  
  270.     Current release is Elm 2.4 PL21..  Information on access is
  271.     available from the server at DSI.COM:
  272.     send mail to archive-server@DSI.COM
  273.     send elm index
  274.  
  275.     [Ed: elm is particularly good for novices.  The only drawback
  276.     that I've heard is that elm is a bit less user configurable than,
  277.     say, mush]
  278.  
  279. MM: Contact Joseph Brennan* <info-mm@cunixf.cc.columbia.edu>
  280.                 Columbia University in the City of New York
  281.  
  282.     (cribbed from MM man page.)
  283.  
  284.     mm is a powerful electronic mail system which allows you to send, read,
  285.     edit and manage messages quickly and easily.  It is designed to have the
  286.     same interface as the MM program written and developed for DEC20s over a
  287.     period of many years.
  288.  
  289.     mm was written using the CCMD package developed at Columbia.  Thus, it
  290.     has copious internal help, completion of partially typed commands on use
  291.     of the TAB key, and help on partial commands when ?    is typed.
  292.  
  293.     mm can read several mail-file formats.  Its default is mbox, the same
  294.     format used by unix mail.  It also can read babyl, used by emacs rmail,
  295.     and mtxt and MH.  It can copy messages from one file type to another.
  296.  
  297.     MM is a Freeware MUA copyright by Columbia University (as is this
  298.     description).
  299.  
  300.     MM is available by anonymous ftp from cunixf.cc.columbia.edu, directory mm.
  301.     The file mm-intro.txt there is a longer description of how it was developed.
  302.  
  303.     [Ed: MM also appears to be a good UA for novices.  From the examples
  304.     in the manual page, it handholds extensively and is not screen oriented.]
  305.  
  306. MH: Maintainer John Romine <Bug-MH@ics.uci.edu>
  307.  
  308.     The big difference between MH and most other "mail user agents" is
  309.     that you can use MH from a UNIX shell prompt.  In MH, each command
  310.     is a separate program, and the shell is used as an interpreter.  So,
  311.     all the power of UNIX shells (pipes, redirection, history, aliases,
  312.     and so on) works with MH--you don't have to learn a new interface.
  313.     other mail agents have their own command interpreter for their
  314.     individual mail commands (although the mush mail agent simulates a
  315.     UNIX shell).  Mail messages are stored in individual files.
  316.  
  317.     The current version of MH is 6.8.3 and supports MIME.  MH comes
  318.     standard with Ultrix 4.0 and later, and AIX 3.1 and later.
  319.     via anonymous ftp:
  320.  
  321.     ftp.ics.uci.edu [128.195.1.1]      pub/mh/mh-6.8.tar.Z    1.6MB
  322.     louie.udel.edu [128.175.1.3]  portal/mh-6.8.tar.Z    1.6MB
  323.  
  324.     comp.mail.mh discusses MH, and contains a FAQ article.
  325.  
  326.     Jerry Peek wrote a book about MH called "MH & xmh: E-mail for Users &
  327.     Programmers", ISBN 1-56592-027-9, published by O'Reilly and Associates,
  328.     second edition, September 1992.
  329.  
  330. XMH: <extracted from the manual page>
  331.  
  332.      The xmh program provides a graphical user interface  to  the
  333.      MH Message Handling System.  To actually do things with your
  334.      mail, it makes calls to the  MH  package.   Electronic  mail
  335.      messages  may  be composed, sent, received, replied to, for-
  336.      warded, sorted, and stored in folders.  xmh provides  exten-
  337.      sive mechanism for customization of the user interface.
  338.  
  339.      xmh is part of the standard X distribution from the X Consortium.
  340.  
  341. EXMH: Author Brent Welch* <welch@parc.xerox.com>
  342.  
  343.     As well as providing the usual layer on top of MH commands, exmh
  344.     has a number of other features:
  345.  
  346.     MIME support!  Displays richtext and enriched directly.  Parses
  347.     multipart messages.  Displays hot buttons that invoke external viewers
  348.     (metamail) for things not directly supported.  Built-in editor allows
  349.     simple composition of text/enriched format.
  350.  
  351.     Color feedback in the scan listing so you can easily identify
  352.     unseen messages (blue), the current message (red), deleted
  353.     messages (gray background), and moved messages (yellow background).
  354.     Xresources control these color choices.
  355.  
  356.     A folder display with one label per folder.  Color highlights
  357.     indicate the current folder (red), folders with unseen messages
  358.     in them (blue), and the target folder for moves (yellow background).
  359.     Nested folders are highlighted by a shadow box.  A cache of
  360.     recently visted folder buttons is also maintained.  Monochrome
  361.     highlights are reverse video for the current folder, bold box
  362.     for folders with unseen messages, and stippled box for the
  363.     target of move operations.
  364.  
  365.     Clever scan caching.  MH users know that scan is slow, so
  366.     exmh tries hard to cache the current state of the folder to
  367.     avoid scanning.  Moves and deletes within exmh do not
  368.     invalidate the cache, and background incs that add new messages
  369.     are handled by merging them into the scan listing.  The
  370.     scan cache is compatible with xmh.
  371.  
  372.     Numerous other features, such as "facesaver" display, backgrounds,
  373.     dialog-box interface to MH "pick", folder searching and listing,
  374.     designed for inclusion of user "hooks" and interfaces etc.
  375.  
  376. GNU Emacs Rmail:
  377.  
  378.     Rmail is an Emacs subsystem for reading and disposing of mail.  Rmail
  379.     stores mail messages in Rmail files in BABYL format (originally used
  380.     under the ITS operating system), although it can incorporate new mail
  381.     from MMDF and Unix format files, or mixed-format files.  Reading the
  382.     messages in an Rmail file is done in a special major mode, Rmail mode,
  383.     which redefines most letters to run commands for managing mail.
  384.  
  385.     Rmail can do the standard things such as displaying, deleting, filing,
  386.     or replying to messages.  Replying uses another Emacs subsystem, Mail
  387.     mode.  Messages can be saved in either BABYL or Unix format.  Rmail
  388.     maintains per-message attributes and user-defined labels.  Rmail can
  389.     burst message digests.
  390.  
  391. VM: Author Kyle Jones* <kyle@uunet.uu.net>
  392.  
  393.     VM (View Mail) is a GNU Emacs subsystem that allows UNIX mail to be read
  394.     and disposed of within Emacs.  Commands exist to do the normal things
  395.     expected of a mail user agent, such as generating replies, saving
  396.     messages to folders, deleting messages and so on.  There are other more
  397.     advanced commands that do tasks like bursting and creating digests,
  398.     message forwarding, and organizing message presentation according to
  399.     various criteria.
  400.  
  401.     The current version of VM is VM 4.41.
  402.     FTPable from:
  403.  
  404.     ftp.uu.net            mail/vm/vm-4.41.tar.Z
  405.     archive.cis.ohio-state.edu    pub/gnu/emacs/elisp-archive/packages/vm-4.41.tar.Z
  406.  
  407.     VM is discussed in gnu.emacs.vm.info, or by mailing list by sending
  408.     an e-mail request to info-vm-request@uunet.uu.net.
  409.  
  410. MH-E: Maintainer: Stephen Gildea <gildea@bbn.com>
  411.  
  412.     MH-E is an interface to MH from within GNU Emacs.  It helps if MH was
  413.     compiled with the MHE compiler flag.  MH-E is distributed with both GNU
  414.     Emacs and MH.  Choose the later version.
  415.  
  416. C-Client: Author Mark Crispin <mrc@panda.com>
  417.  
  418.     Software writers only:
  419.  
  420.     C-client is a general library useful for creating MUA's.  It provides
  421.     a high level logical interface for retrieving and manipulating
  422.     mail messages.  It supports the latest draft of MIME (proposed
  423.     Internet standard for multipart, multimedia, typed electronic mail).
  424.     It is driver based, and easily ported to new platforms and MTA's,
  425.     already supports BSD, SysV, DOS, Macintosh and TOPS-20(!),
  426.     and supports present mail and mailbox formats.
  427.  
  428.     Just the thing if you want to write a new MUA.
  429.  
  430.     Contact the author for more details.
  431.  
  432. Metamail: Author N. Borenstein
  433.     [Described by Paul Eggert, eggert@bi.twinsun.com]
  434.  
  435.     Metamail is a software implementation of Mime, designed for easy
  436.     integration with traditional mail-reading interfaces -- typically,
  437.     users do not invoke metamail directly.  Ideally, extending the local
  438.     email or news system to handle a new media format is a simple matter
  439.     of adding a line to a mailcap file.  Mailcap files are described in
  440.     RFC 1343: N Borenstein, ``A user agent configuration mechanism for
  441.     multimedia mail format information'' (June 1992).  The source code
  442.     for metamail can be found in ftp.uu.net:mail/metamail/mm.tar.Z.
  443.     To join its mailing list, write info-metamail-request@thumper.bellcore.com.
  444.  
  445.  
  446. MailManager: Author Mark Crispin <mrc@panda.com>
  447.  
  448.     A MUA implemented using C-Client for NeXT computers.
  449.  
  450. Pine: Authors Lundblade, Seibel, and Crispin <pine@cac.washington.edu>
  451.  
  452.     Pine is a mailer developed by the University of Washington Office of
  453.     Computing and Communications. It has been designed for ease-of-use and
  454.     with the novice computer user in mind. It is based on Internet mail
  455.     protocols (e.g. RFC-822, SMTP, IMAP, and MIME) and currently runs on
  456.     a variety of UNIX platforms, and a version is apparently available for
  457.     MSDOS. 
  458.  
  459.     The guiding principles for achieving ease-of-use in Pine were:
  460.     careful limitation of features, one-character mnemonic commands,
  461.     always-present command menus, immediate user feedback, and high
  462.     tolerance for user mistakes. It is intended that Pine can be learned
  463.     by exploration rather than reading manuals.
  464.  
  465.     A stand-alone version of Pico, Pine's message composition editor, is also
  466.     included. It is a very simple and easy to use text editor with text
  467.     justification and a spelling checker. 
  468.  
  469.     Features:
  470.        - Mail index showing a message summary which includes the status, 
  471.      sender, size, date and subject of messages.
  472.  
  473.        - View and process mail with the following commands:  forward, reply, 
  474.      save, export, print, delete, capture address and search.
  475.  
  476.        - Address book for saving long complex addresses and personal 
  477.      distribution lists under a nickname. 
  478.  
  479.        - Multiple folders and folder management screen for filing messages.
  480.  
  481.        - Message composer with easy-to-use editor and spelling checker.
  482.      The message composer also assists entering and formatting
  483.      addresses and provides direct access to the address book.
  484.  
  485.        - Online help specific to each screen and context.
  486.  
  487.        - Supports access to remote mail repositories via the IMAP2 protocol
  488.      defined in RFC-1176.
  489.      
  490.        - Soon to support multi-part mail conforming to proposed MIME Internet
  491.      standard, allowing sending of sounds, graphics such as GIF and TIFF
  492.      files, and binary files such as spreadsheets. 
  493.  
  494.     Pine, including source code, is freely available via anonymous FTP from
  495.     ftp.cac.washington.edu on the Internet. Other provisions for distribution
  496.     have not been made. From the Internet, you may try out Pine and leave
  497.     comments by telneting to "demo.cac.washington.edu" and logging in as
  498.     "pinedemo". To join the Pine mailing list for announcements send a 
  499.     request to "pine-info-request@cac.washington.edu". 
  500.  
  501.     Pine is very portable and runs on a variety of UNIX machines including
  502.     DECstations, NeXTs, VAX's and Suns. Pine was originally based on Elm, 
  503.     but it has evolved much since, ("Pine Is No-longer Elm"). 
  504.  
  505.     For further information send e-mail to pine@cac.washington.edu. Pine is
  506.     the work of Mike Siebel, Mark Crispin, and Laurence Lundblade at the
  507.     University of Washington. 
  508.  
  509. Ream: Author: Paul Dourish* <dourish@europarc.xerox.com>
  510.  
  511.     Ream is a curses-based mail user agent for a variety of UNIX flavours;
  512.     at one time or another, it's run on everything from a PC running Linux
  513.     to a Cray Y/MP running UNICOS. It was originally written at the
  514.     University of Edinburgh, and has spread not least through the
  515.     subsequent geographical distribution of alumni. It remains minimally
  516.     supported by its author (Paul Dourish <dourish@europarc.xerox.com>).
  517.  
  518.     Ream is similar to elm in a number of ways, but considerably smaller
  519.     and with a stronger separation between MUA and MTA behaviours. It runs
  520.     over sendmail, mmdf and PP. It is available by anonymous ftp from
  521.     parcftp.xerox.com, in pub/europarc/reamXXX.tar.Z, where XXX is a
  522.     slowly incrementing version number.
  523.  
  524. XLView: Author: Several.  Mike Macgirvin* <mtm@camis.stanford.edu>
  525.  
  526.     Current version 1.1 (Developer Release).  XLView (previously known as
  527.     "Ximap") is an X based mail reader using the IMAP (IMAP2bis) protocol,
  528.     for managing complex mail tasks.  It utilizes the X window system to
  529.     allow independant processing of multiple mailboxes (even on multiple
  530.     servers) simultaneously.  Each "read" and "compose" process is handled
  531.     in an independant window as well.  It handles many complex MIME messages
  532.     with the help of external multi-media handlers based partially on
  533.     "metamail", and include facilities for file attachments of several
  534.     common types.  It includes an address book with insert completion
  535.     abilities and for maintaining addresses.  Of course it has the normal
  536.     move/copy/save/reply/forward/print etc., functions one would expect and
  537.     text may be cut and pasted from other open X sessions.  The most
  538.     powerful feature of the latest release is the "Logical Viewer" which
  539.     allows one to create rule based sorting of their mailbox based on
  540.     addresses, dates, contents, message flags and other criteria.  Each
  541.     existing message (and each new message) is evaluated and stored in the
  542.     appropriate logical view, which may be opened as if it were a separate
  543.     mailbox (but all the while it only represents a different ``view'' of
  544.     your system mailbox).  Each mailbox or saved folder may have independant
  545.     rulesets.  Status changes also are evaluated as they occur and the rules
  546.     applied accordingly.  The rule language is powerful, yet easy to grasp;
  547.     i.e.
  548.  
  549.     FROM clyde@podunk.edu OR jim SINCE YESTERDAY AND UNSEEN
  550.     
  551.     Currently tested with SunOS4.1.x and Ultrix running X11R5.
  552.     Several alternate system ports including SVR4 are due shortly.
  553.  
  554.     FTP: SUMEX-AIM.Stanford.EDU:/imap/clients/ximap/xlview-1.1.tar.Z
  555.     Information: xlview@CAMIS.Stanford.EDU
  556.     
  557.     Principal Authors: Kevin Brock, Bill Yeager and Mike Macgirvin at the
  558.     Center for advanced Medical Informatics at Stanford. 
  559.  
  560. Z-Mail: Z-code Software Corp, Carlyn Lowry* <lowery@z-code.com>
  561.  
  562.     Z-Mail, a UNIX World Magazine "Product of the Year" winner for 1991, is
  563.     a complete electronic mail system for workstations.  Z-Mail provides
  564.     Motif and Open Look graphical user interfaces, as well as two character
  565.     modes.  The software has been ported to nearly every system that runs
  566.     UNIX, and it works with all standard UNIX mail transport agents
  567.     including sendmail, binmail, smail, MMDF and X.400 gateways.  Z-Mail can
  568.     replace or coexist with standard mail user agents on the system,
  569.     including BSD Mail, AT&T mailx, Sun Mail Tool, Elm or Mush.  Most anyone
  570.     can use Z-Mail "off the shelf" and immediately benefit from its simple
  571.     interface and advanced features.
  572.  
  573.     Z-Mail also includes Z-Script, a powerful scripting language that
  574.     enables users to customize and extend Z-Mail's capabilities.  Z-Mail's
  575.     multi-media capabilities allow easy integration with best-of-class
  576.     products including spreadsheets, desk-top publishing, graphics, fax,
  577.     voice, and video.  For example, when users receive a spreadsheet file,
  578.     Z-Mail can be configured to automatically launch the associated
  579.     application and load the the attachment automatically and transparently
  580.     to the user.  Z-Mail understands MIME-format documents and is also
  581.     compatible with Sun's multimedia Mailtool.
  582.  
  583.     Mac, DOS, and Windows versions, as well as native MIME support, are
  584.     planned for this summer.
  585.  
  586.     For more information on Z-Mail, contact:
  587.     Z-Code Software Corp.
  588.     4340 Redwood Hwy., Suite B-50
  589.     San Rafael, CA 94903
  590.     tel: (415) 499-8649
  591.     fax: (415) 479-0448
  592.     e-mail: info@z-code.com
  593.  
  594.     Also, you can anonymous-ftp a demo copy of Z-Mail from "ftp.ora.com" in
  595.     the directory pub/z-code/zmail/2.1.  (The file you want is named
  596.     zm.XXX.tar.Z, where XXX is your type of machine.)  You'll need to call
  597.     us after you do so we can send you an activation key.
  598.  
  599.     [As mentioned previously, Z-Mail is the commercial variant of mush. Ed]
  600. -- 
  601. Chris Lewis: _Una confibula non sat est_
  602. Phone: Canada 613 832-0541  Ferret list: ferret-request@ferret.ocunix.on.ca
  603. Latest psroff: FTP://ftp.uunet.ca/distrib/chris_lewis/psroff3.0pl17/*
  604. Latest hp2pbm: FTP://ftp.uunet.ca/distrib/chris_lewis/hp2pbm/*
  605.