home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / mail / setup.unix.part2 < prev    next >
Encoding:
Text File  |  1995-07-25  |  26.7 KB  |  593 lines

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