home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / infoguide / advanced / unix / unix-email-software < prev    next >
Text File  |  1997-12-01  |  71KB  |  1,522 lines

  1. Archive-name: mail/setup/unix
  2. Last-modified: Sun Nov 14 00:38:06 EST 1993
  3.  
  4.         UNIX EMail Software - a Survey
  5.                Chris Lewis
  6.         clewis@ferret.ocunix.on.ca
  7.         [and a host of others - thanks]
  8.  
  9.         Copyright 1991, 1992, 1993, Chris Lewis
  10.  
  11.     Redistribution for profit or altered content/format
  12.     prohibited without permission of the author.
  13.  
  14. Changes are marked with a preceding "|".  You can skip to them
  15. by typing g^| in (most) newsreaders.
  16.  
  17. Changes this issue: 
  18.     - sendmail book from Costales, Allman and Rickert.
  19.     - correction in ftp address for VM.
  20.     - Pine now available for MSDOS
  21.     - MIME RFC update.
  22.     - rewrote sendmail section.
  23.  
  24. Note: this FAQ has been formatted as a digest.  Many newsreaders
  25. can skip to each of the major subsections by pressing ^G.
  26.  
  27. Please direct comments or questions to mailfaq@ferret.ocunix.on.ca -
  28. note Reply-to: line - automatic if you reply to this article.
  29.  
  30. --------
  31. Subject: Introduction
  32.  
  33. Configuring electronic mail systems can be quite a complicated
  34. subject.  Often far more complicated than, say, setting up
  35. a USENET news feed.  This is because, unlike news, email is
  36. expected to traverse multiple types of networks using their own
  37. protocol, whereas, USENET news tends to be a single protocol
  38. supported by hook or by crook on different networks.
  39.  
  40. This document is intended for system administrators who need to
  41. know how to set up their UNIX systems for email communication with
  42. the outside world.  It is intended for the email-naive SA
  43. who gets more than a little confused by the acronyms, RFC's and
  44. plethora of software.
  45.  
  46. This is intended to be a general survey of the software available,
  47. so I won't spend too much time on some of the details.  Most of
  48. the available software comes with documentation that can
  49. explain things much better than I can.
  50.  
  51. Additional detail can be obtained from several sources, such as:
  52.  
  53.     Quarterman, John S.: "The Matrix -- Computer Networks
  54.     and Conferencing Systems Worldwide", Digital Press 1990,
  55.     (Order No.  EY-C176E-DP), ISBN 1-55558-033-5.
  56.  
  57.     Adams, Rick and Frey, Donnalyn: !%@:: A Directory of Mail
  58.     Addressing and Networks, 3rd Ed., O'Reilly & Associates 1993,
  59.     Provides a good reference for people seeking information
  60.     on how to access the various email networks.
  61.     ISBN 1-56592-031-7.
  62.  
  63.     Kehoe, Brendan P.: Zen and the Art of the Internet: A
  64.     Beginner's Guide, Second Edition, Prentice Hall 1992,
  65.     ISBN 0-13-010778-6.  Edition 1 is available via FTP on
  66.     cs.widener.edu in the tar file zen-1.0.tar.Z. [I think]
  67.  
  68.     Krol, Ed: The Whole Internet: User's Guide & Catalog.
  69.     First edition, O'Reilly & Associates Sept. 1992.
  70.     ISBN: 1-56592-025-2.  Very good introduction to
  71.     the Internet, history, facilities, uses, services,
  72.     etc.  I learned a lot.
  73.     
  74.     Albitz, Paul & Liu, Cricket: DNS and BIND, First edition,
  75.     O'Reilly & Associates, October 1992.  ISBN: 0-56592-010-4.
  76.     Describes in great detail everything from what a domain
  77.     is, to how to install and configure BIND.  A *MUST* for
  78.     people setting up large networks, or connecting
  79.     machines to the Internet.  It has become mandatory reading
  80.     for network administrators in a large corporation for
  81.     good reason.
  82.  
  83. |    Costales Bryan and Allman, Eric and Rickert, Neil: Sendmail.
  84. |    O'Reilly & Associates, Nov (?) 1993. ISBN 1-56592-056-2
  85. |    (ISBN from galley proof, which I've had a preview of).
  86. |    An absolute necessity for anyone diving into the configuration
  87. |    of sendmail.  The material is presented in a very clear
  88. |    form, and is quite exhaustive in its coverage.  Perhaps a bit
  89. |    too wordy and overlong, but that's a more than welcome contrast
  90. |    to previous documentation (or lack thereof) on sendmail.
  91.  
  92. Further, this is primarily oriented towards UNIX email systems.
  93. This is unfortunate, because it would be nice to have a general
  94. document covering email in all of its forms.  However, each
  95. operating system tends to have radically different email mechanisms,
  96. so it would be difficult to do justice to any other environment.
  97. It seems more useful to cover one environment well here, and have
  98. companion documents for other environments.  Speaking of which,
  99. why hasn't anybody else stepped in to do FAQs on other environments?
  100. Like DOS, Mac etc.
  101.  
  102. And finally, this document is not intended to be pedantically
  103. correct.  Knowledgeable readers will know that I'm glossing
  104. over a lot of detail, and absolute precision has been balanced
  105. against readability and effectiveness in helping people get
  106. going.
  107.  
  108. --------
  109. Subject: Layout
  110.  
  111. This FAQ is laid out in the following sections:
  112.  
  113.     + An overview of how mail systems go together.
  114.  
  115.     + A glossary of the important terms to know.
  116.  
  117.     + A list of general do's and don'ts of mail systems.
  118.  
  119.     + Configuration Issues
  120.  
  121.     + Several suggested mail configurations. 
  122.  
  123.     + General overviews of specific software.
  124.  
  125. --------
  126. Subject: Electronic mail - A General Overview of Structure
  127.  
  128. Electronic mail generally consists of three basic pieces:
  129.  
  130.     1) The link level transport - which could be
  131.        UUCP, TCP/IP, or a host of others.  We'll call
  132.        this the "transport medium" (TM)
  133.  
  134.     2) the "Mail Transport Agent" (MTA) which is responsible for
  135.        transporting mail from source to destination, possibly
  136.        transforming protocols, addresses, and routing the mail.
  137.  
  138.        The MTA often has several components:
  139.         - Routing mechanisms
  140.         - Local delivery agent (LDA)
  141.         - Remote delivery agent
  142.        Many MTA's have all of these components, but some
  143.        do not.  In other cases, it is possible to replace
  144.        certain components for increased functionality.
  145.  
  146.     3) The "User Agent" (UA) is the user interface -
  147.        the software that the user uses to read his mail,
  148.        sort things around in folders, and send mail.
  149.        Sometimes called "Mail User Agent" (MUA).
  150.  
  151. --------
  152. Subject: Glossary
  153.  
  154. Rather than alphabetic, this glossary tends to group terms
  155. referring to similar functionality together.
  156.  
  157. Transport Medium:
  158.  
  159.     UUCP (Unix to Unix Copy Program):
  160.     Back in the mists of time, UNIX systems communicated only
  161.     over RS232 serial lines, usually over modems.  UUCP is a
  162.     suite of programs developed back in the early 70's to
  163.     provide this communications link.  All that UUCP does is
  164.     transfer files from one system to another.  There is an
  165.     additional mechanism where one system can direct the
  166.     destination system to run a file through a specific program.
  167.     Electronic mail in UUCP is simply requesting the destination
  168.     machine to run "mail" on a data file.
  169.  
  170.     UUCP communicates by means of "protocols", the most common
  171.     being "g", a method for transmission of data over telephone
  172.     lines and ensuring that the data is not corrupted.  There
  173.     are several other protocols, none universally available,
  174.     and most oriented towards communication media other than
  175.     telephone voice lines (such as dialup X.25, PAD X.25, or
  176.     LAN connects).
  177.  
  178.     UUCP operates over fixed system-to-system links, so sending
  179.     mail from one system to another often has to traverse
  180.     other intermediate systems.
  181.  
  182.     TCP/IP (Transmission Control Protocol/Internet Protocol):
  183.     TCP/IP is a protocol that allows any system on a network to
  184.     talk "directly" to any other, by passing packets of
  185.     information back and forth.  TCP/IP (and its later relative
  186.     OSI) is usually used over networks built on top of Ethernet,
  187.     Token-Ring, Starlan and other LANS.
  188.  
  189.     SMTP:
  190.     Or, "Simple Mail Transfer Protocol", is the communications
  191.     protocol used most commonly over TCP/IP links in UNIX
  192.     environments for mail.  SMTP usually operates directly between
  193.     the source and destination machines, so intermediate machines
  194.     don't get involved (except for gateways, see below).  SMTP
  195.     is usually part of the MTA.
  196.  
  197.     SLIP (Serial Line Internet Protocol):
  198.     SLIP is an implementation of TCP/IP designed for use over
  199.     RS232 serial lines (ie: modems).  The other difference is
  200.     that some SLIP implementations have the ability to "dial the
  201.     phone" to make a connection for a specific transfer, whereas
  202.     LAN TCP/IP is physically continuously connected.  You'd also
  203.     need TCP/IP to run a SMTP mail connection.
  204.  
  205.     PPP (Point-to-Point Protocol):
  206.     A successor to SLIP.
  207.  
  208.     X.25/X.29:
  209.     X.25 is a packet switched data network which is usually
  210.     half-duplex.  In this context, it's really an alternative
  211.     to dialup over voice telephone lines with modems.  X.25
  212.     is available in several "flavours", either direct X.25
  213.     trunk connects over leased lines, through "PAD" interfaces,
  214.     or by ordinary dialup modem access to X.25 "ports".
  215.  
  216.     To be useable in the context of mail transfers, you also
  217.     have to use a file transfer protocol/mechanism of some
  218.     sort on top of X.25.  The most common being UUCP "f" protocol
  219.     (through PADS or dialup), or "x" with direct X.25 connects.
  220.  
  221.     Whether you use X.25 or phones plus modems depends on a number
  222.     of factors - usually the determining factor is cost.  In North
  223.     America, high speed modems (eg: 9600 baud and above) over telephone
  224.     lines tends to be less expensive.  However, Europe's really
  225.     wierd phone system structure usually makes X.25 more cost-effective,
  226.     and therefore, X.25 use in UNIX mail systems is much more common
  227.     in Europe than North America.
  228.  
  229.     X.29 is the command set used to configure and establish
  230.     X.25 connections when you're using asynchronous connections
  231.     to a PAD.
  232.  
  233. Networks:
  234.  
  235.     Internet:
  236.     An "internet" is a network comprised of computers that talk
  237.     to each other using TCP/IP, and usually SMTP for mail.
  238.  
  239.     The "Internet" is a vast network of hundreds of thousands of
  240.     machines using SMTP protocol mail, communicating with
  241.     each other over relatively high speed lines.  But not all
  242.     "internets" are connected to *the* Internet.
  243.     
  244.     The Internet grew out of a US government funded project in
  245.     inter-computer communications that grew into an enormous network
  246.     of systems.
  247.  
  248.     One of the principle characteristics of this network is that
  249.     machines are addressed by domain names which identify the
  250.     destination, rather than addresses that are constructed out
  251.     of the route from machine-to-machine-to-machine.
  252.  
  253.     UUCP Network:
  254.     The UUCP network is that set of machines that talk to each other
  255.     via UUCP.  Sending mail through this network requires that the sender
  256.     know the network topology of UUCP links, and specify a path from one
  257.     machine to the next.  (There are, of course, ways around this.
  258.     See the section on "do's and don'ts".)
  259.  
  260. Mail addresses:
  261.  
  262.     Addresses:
  263.     An email address is a method of specifying a given person on
  264.     a specific machine.  There are scads of conventions, usually
  265.     determined by the presence of "@"'s, "!"'s and other special
  266.     characters in the name.  An address usually consists of
  267.     two parts: a userid/name and a machine specification.
  268.  
  269.     A Domain address usually looks like:
  270.         userid@domain-address
  271.     Whereas a UUCP address usually looks like:
  272.         siteA!siteB!siteC!userid
  273.  
  274.     Domain Addresses:
  275.     Domains are a way of uniquely specifying a destination.
  276.     Much like a postal address, a domain specifies a set of
  277.     progressively more restrictive "domains" of the potential
  278.     address space.  It would perhaps be illustrative to give an
  279.     example:
  280.  
  281.         clewis@ferret.marketing.fooinc.com
  282.  
  283.     You read these things right to left: "com" means the
  284.     commercial domain.  "fooinc" is the name of an organization
  285.     within the commercial domain.  "Marketing" is the name of a
  286.     suborganization within fooinc, and ferret gives the name of
  287.     a machine (usually).  Domains can have any number of levels.
  288.  
  289.     The top level domain (com in the above example) has many
  290.     possible values.  In the United States, "com", "mil", "edu",
  291.     and "gov" are fairly standard.  Elsewhere, the top level
  292.     domain tends to be a country code, the second level tends to
  293.     be a province or state, OR a classification like "edu" or "ac"
  294.     for academic (such as ac.jp, go.jp, ac.uk, edu.au, etc)
  295.     and the third an organization.  But, for example, there are
  296.     many .com and .edu sites in Canada and other countries.
  297.  
  298.     FQDN
  299.     A fully-qualified-domain-name (FQDN) has a entry for each
  300.     level of the domain, from individual machine to top-level
  301.     domain.  In many cases, an organization has implemented an
  302.     organizational "gateway" at a higher level of domain, so
  303.     that people from outside don't have to specify FQDN's to get
  304.     to a specific person.  In the above example, for instance,
  305.     "fooinc.com" may be sufficient to get to anyone inside
  306.     fooinc, and "ferret.marketing" may not be necessary.
  307.  
  308.     On the other hand, people sometimes leave out the higher
  309.     levels of the address, as in "ferret.marketing".
  310.     This is a bad idea - because if the mail is cc'd out of the
  311.     organization, chances are the external recipient cannot reply,
  312.     because "ferret.marketing" is incomplete.  So use addresses
  313.     that are specified sufficiently for external users to use.
  314.     (fooinc.com if a organizational gateway is used, the whole
  315.     ferret.marketing.fooinc.com if not)
  316.  
  317.     NIC
  318.     Internet TOP-LEVEL domains (edu, com, gov, mil) are controlled
  319.     by a single organization, the NIC (nic.ddn.mil).  An organization
  320.     "gets a piece" of the namespace by registering with the NIC, and
  321.     then they are free to administer their own namespace (everything
  322.     under fooinc.com) as they choose.  The same is true for foreign
  323.     countries; Once they have their top-level domain (usually the
  324.     two-letter ISO country code) registered with the NIC, they do
  325.     the rest, and divide it as they see fit.
  326.  
  327.     In contrast, on UUCPnet, all machine names everywhere share a
  328.     single flat namespace.  So it is important to choose a name
  329.     that has not been used before. (See do's and don'ts).  This is
  330.     why FQDN's help.  We can tell the difference between
  331.     ferret.fooinc.com and ferret.blah.edu by their full names.
  332.     (Instead of UUCP paths which may turn out to be wrong, and
  333.     autorouting will probably send the mail to the wrong machine)
  334.  
  335.     MX record:
  336.     A non-SMTP/Internet site that wishes to register on the Internet
  337.     will need to get a "nearby" Internet site to set up a MX
  338.     record for them.  An MX record is essentially a domain-server
  339.     database record that (effectively) registers your domain name
  340.     on the Internet, and indicates that the Internet site knows
  341.     how to forward mail to you.  Usually via some non-SMTP/Internet
  342.     route, such as UUCP.  You can get an MX record for one site, or
  343.     a "wildcard" MX record so that you can have your own subdomains.
  344.  
  345.     Bang-Paths:
  346.     With UUCP mail, the MTA has to specify a route to get from one
  347.     machine to another.  "A!B!C!userid" means go to machine A,
  348.     then B, then C, then user "userid" on C.  You should strive,
  349.     however, for a MUA that allows you to use domain addressing,
  350.     and let the MTA figure out the bang routing as appropriate.
  351.  
  352. Miscellaneous:
  353.  
  354.     Gateways:
  355.     There are several meanings of this term, only three are relevant
  356.     here.
  357.  
  358.     The first is a mechanism for getting from one network to another
  359.     network that uses different protocols.
  360.  
  361.     The second is a mechanism for getting from one logical (often
  362.     organizational) network to another using the same protocol.
  363.     Often for example, there will be a LAN in one department of
  364.     an organization, and one machine in the LAN has the connection
  365.     to another LAN in another department.  This means that mail from
  366.     one LAN to the other has to pass thru the gateway machine.
  367.  
  368.     Another form, which we'll mention later is that of mail to
  369.     news gatewaying.
  370.  
  371.     Routers:
  372.     There are several definitions, but the most important is that
  373.     part of the TA that figures out how to send a message to
  374.     a given machine.  This often uses a database that provides
  375.     routes from one machine to the other machines on the network.
  376.  
  377.     Smarthost:
  378.     In many cases, your machine won't know how to get to a specific
  379.     destination.  You can usually set up your mail system to send mail,
  380.     that it doesn't know how to deliver, to a machine that is more
  381.     likely to.
  382.  
  383.     RFC's:
  384.     A set of documents that include formal descriptions of mail
  385.     formats used on the Internet, and are adhered to by many
  386.     non-Internet systems.  More specifically, in the "worldnet"
  387.     of USENET, Internet and UUCP, the RFC's set the standards
  388.     for mail exchange.  RFC822, 1123 and 976 are the most important
  389.     for Internet/UUCP mail.
  390.  
  391.     It should be pointed out, however, that there are some
  392.     regions where the RFC's are not entirely respected.  For example,
  393.     the British academic email networks (JANET) uses domains, but
  394.     they're specified backwards (they drive on the wrong side of
  395.     the road too ;-).
  396.  
  397.     MIME:
  398.     Mime is the official proposed standard format for multimedia Internet
  399.     mail encapsulated inside standard Internet RFC 822 messages.  Facilities
  400.     include sending multiple objects in a single message, character sets
  401.     other than US-Ascii, multi-font text messages, non-textual material
  402.     such as images and audio fragments, and other extensions.  For an
  403.     overview of Mime, see ftp.uu.net:mail/metamail/MIME-overview.txt.Z.
  404.     The defining document is Internet RFC 1341: N Borenstein & N Freed,
  405.     ``Mime (Multipurpose Internet Mail Extensions) mechanisms for specifying
  406.     and describing the format of Internet message bodies'' (June 1992).
  407.     Also see RFC 1344: N Borenstein, ``Implications of Mime for Internet
  408.     mail gateways'' (June 1992).
  409. |    RFC1341 and 1342 have since been superceded by RFC 1521 and 1522.
  410.  
  411.     Mime covers only message bodies, not message headers; to see how to
  412.     represent non-Ascii characters in message headers, see Internet
  413.     RFC 1342: K Moore, ``Representation of non-Ascii text in Internet
  414.     message headers'' (June 1992).
  415.     
  416.     X.400:
  417.     A CCITT standard for email formats, more or less an alternative
  418.     to RFC 822/976/1123.  This format will probably start taking over
  419.     from RFC 822/976/1123 mail.  It is likely to (already has?) become an
  420.     ISO/IEEE standard along with OSI etc.
  421.  
  422.     "The Maps":
  423.     A set of files describing machine-to-machine links distributed
  424.     over USENET in the group comp.mail.maps.  These are usually posted
  425.     on a monthly schedule, and can be automatically received and
  426.     transformed into a routing database that describes the "optimal"
  427.     route to each machine.  These are operated by the "UUCP Mapping
  428.     Project".  See the README posted along with the maps for
  429.     more details.
  430.  
  431.     Aliases:
  432.     Aliases are a mechanism by which you can specify the destination
  433.     for mail on your machine.  Through the use of aliases you can
  434.     redirect mail to "virtual userids".  For example, you should
  435.     have a mail destination on your machine called "postmaster", which
  436.     is aliased to send the mail to the System Administrator (ie: you
  437.     probably).  Aliasing often also permits you to send mail to groups
  438.     of users (not necessarily on the same machine as you) pipelines of
  439.     commands or to specific files.
  440.  
  441.     Mailing lists:
  442.     Are similar to USENET newsgroups.  They are usually aliases
  443.     pointing to groups of users, and allow mail to be sent to the
  444.     whole group at once.  Mailing lists are set up to carry certain
  445.     subjects.  The difference between a mailing list and a USENET
  446.     newsgroup is that the messages are sent by mail, probably as
  447.     a copy to each recipient, rather than broadcast.
  448.  
  449. --------
  450. Subject: Do's and Don'ts:
  451.  
  452. 1) Register a domain name.  Even on UUCP, where <machine>.UUCP is often
  453.    used as a kludge, it is MUCH preferred that you obtain a real
  454.    domain address.  If you are directly connecting to the Internet,
  455.    you will get one as part of your registration with the NIC.
  456.  
  457.    If you aren't connecting directly to the Internet, obtaining a
  458.    registration will usually require you finding a nearby friendly
  459.    Internet site willing to act as a mail forwarder to you from
  460.    the Internet - the site that will set up a "MX record" for you.
  461.    Many sites will do this for you for free, and several of the
  462.    commercial email services (eg: uunet) will do it for you for a
  463.    nominal charge (without requiring you buy the rest of their
  464.    services).
  465.  
  466.    There are occasions where you can join what is called a "domain
  467.    park".  These are most often small regional groups of systems that
  468.    have gotten one of their number properly registered as a domain,
  469.    and provides forwarding services out to other systems.  For
  470.    example, in my address "ferret.ocunix.on.ca", "ocunix.on.ca"
  471.    is a domain park made up of the Ottawa-Carleton UNIX User's Group,
  472.    one of the other machines in the group provides a gateway between
  473.    our systems and the Internet.
  474.  
  475. 2) If your machine is going to "speak" UUCP to the outside world,
  476.    choose a unique UUCP name.  You can find out whether a name you
  477.    want is taken by consulting the UUCP maps.  Or by asking someone
  478.    else who's using them.
  479.  
  480. 3) Register your machine with the UUCP Mapping Project.  Information
  481.    on how to do this is included in the monthly maps postings in the
  482.    file "README".  This is usually only required when your machine
  483.    talks UUCP to the outside world, or when other machines have
  484.    to address you by your UUCP name.  If you don't do this, somone
  485.    else may choose the same name, and gross confusion will arise
  486.    when smart routers won't be able to tell whether to send a piece
  487.    of mail to you, or your doppelganger[s].  If you register with the
  488.    UUCP Mapping Project, you have prior use, and people who choose
  489.    the same name afterwards will be told to get a new one.
  490.    
  491.    If you're "behind" an organizational gateway, don't do this.
  492.    (Your organizational gateway is the thing that needs to be
  493.    registered)
  494.  
  495.    If you do fill in a map, please take the time to fill it in
  496.    carefully, giving contact people and phone numbers.  Just in
  497.    case your machine goes crazy and starts doing something nasty.
  498.    Note expecially the latitude and longitude.  Get it right,
  499.    or omit it.  Brian Reid gets really annoyed with sites that
  500.    are half a world away from where they really are.
  501.  
  502. 4) If you're going to be setting up multiple machines, have only
  503.    one or two connections to the outside world.
  504.  
  505. 5) Install a mail system that understands domain addressing, even
  506.    if you aren't registered.  (In fact, all of the suggested
  507.    configurations in this FAQ do)
  508.  
  509. 6) *Never* use UUCP bang-routing with the MUA if you can possibly
  510.    avoid it - each of the suggested mail configurations provide
  511.    mechanisms where you, the user, do not have to specify routes 
  512.    to the MUA - you can specify domains, and the TA will do the
  513.    routing (possibly bang-routing) for you.
  514.  
  515. 7) Find a friendly neighboring SA to help.  A SA who has already
  516.    operating mail in your area will help smooth over the regional
  517.    "gotchas" that are bound to crop-up.  And advise you on the
  518.    right software to use, where to obtain it, and how to install it.
  519.  
  520. 8) Do NOT use "any old" Map unpacking program.  Most available
  521.    map unpacking programs automatically run the shell (or shar)
  522.    to unpack map articles.  Since it is trivially easy to forge
  523.    map articles, using this type of unpacking program can
  524.    easily let very destructive trojan horse or virus programs
  525.    into your machine.
  526.  
  527.    The two specific map unpackers described in this FAQ are known
  528.    to be secure from such attacks.  Do not run any other unpacker
  529.    unless you are aware of the issues and can inspect the code for
  530.    such vulnerabilities.  [If you know of other "secure" map
  531.    unpackers that are generally available, please let me know]
  532.  
  533. 9) If the people on your site, or small network, receive mailing
  534.    lists, it's often a good idea to gateway them to news:
  535.  
  536.    Netnews often performs many of the same services as email.
  537.    The primary difference is that messages are centrally stored,
  538.    rather than delivered to individual's mailboxes, and that
  539.    distribution looks more like a broadcast then a set of point-to-point
  540.    communications.  This means usually means that news can handle more
  541.    volume, more efficiently, then email can.
  542.  
  543.    Because of the differences (and also the similarities) people often
  544.    want to tie news and mail together.  This is known as "gatewaying."
  545.    For example, a small software development site might subscribe to the
  546.    X Windows mailing list.  Rather than have (say) eight copies of each
  547.    mail message sent to their host, they would rather have it stored as a
  548.    local newsgroup that everyone in the company can read, and which can
  549.    be centrally archived.  This is a typical use of a "mail to news"
  550.    gateway.  When a user makes a posting to this local group the article
  551.    should be sent back out to the mailing list; this is a typical use of
  552.    a "news to mail" gateway.
  553.  
  554.    On a larger scale, the "inet" groups are bi-directional gateways of
  555.    Internet mailing lists.  Within mainstream Usenet, many popular
  556.    groups such as comp.windows.x, comp.protocols.tcp-ip, comp.unix.wizards,
  557.    and so on, are gatewayed to mailing lists and back.
  558.  
  559.    Many subtle issues often come up when gatewaying mail and news, so
  560.    unless you are experienced you should use one of the already-available
  561.    packages for your local organization.  For example, you probably do not
  562.    want to write a brand-new Perl script and create a new "inet" newsgroup.
  563.    The C News distribution includes some basic gateway tools in the
  564.    contrib/nntpmail directory.  Many people use Rich $alz's "newsgate"
  565.    package that appeared in comp.sources.unix Volume 24; it includes
  566.    discussion of some of the more subtle issues that come up.
  567.  
  568.    Before starting a mailing list gateway, apart from the technical aspect
  569.    of the job you should also be aware of one important point: mailing-lists
  570.    are considered private, whereas newsgroups are public.
  571.     
  572.    One can know who gets a list, but not who reads the group. It is always
  573.    wise to get the authorization of the mailing-list manager and of the readers
  574.    before creating a mail/news gateway.
  575.  
  576. 10) If you're connecting to the Internet, or are setting up a large local
  577.    internet, you really should get a copy of the DNS and BIND book mentioned
  578.    in the bibliography.
  579. --------
  580. Subject: Configuration Issues:
  581.  
  582. What you need for email connectivity is determined by:
  583.  
  584.     1 What networks you intend to connect to.
  585.       The Internet (hence SMTP)?  UUCP sites?  X.400?
  586.       Bitnet?  Others?  Combinations?
  587.     2 What links you have or are willing to install
  588.       Internet T1?  T2?  UUCP?  Other?  [Details on how to
  589.       make your connections is beyond the scope of this FAQ,
  590.       but can usually be found out from the provider (other end)
  591.       of the link]
  592.     3 what user interface you want to use.  This is largely
  593.       an independent issue, so consult the Specific Package
  594.       Reviews directly.
  595.  
  596. --------
  597. Subject: Recommended MTA Configurations:
  598.  
  599. These configurations are based upon my own experience, and the
  600. experience of others.  Careful installation of any of these
  601. configurations will result in a solid, reliable mail system
  602. that respects the appropriate "do's and don'ts".  Each configuration
  603. represents a compromise of ease of installation and maintenance
  604. versus sophistication and capabilities.
  605.  
  606. One thing you should consider is what you already have on your
  607. system.  You will invariably have "binmail", and will have a good
  608. chance at already having sendmail.  Some systems come with
  609. smail (if 2.3, junk it)  The configurations shown below are *minimal*
  610. configurations, so you should consider whether you want to use what
  611. you already have or not.
  612.  
  613. Scenario 1:  Only UUCP connections.
  614.  
  615.     Smail 2.5.  If you want to set up a routing database of
  616.     your own, you will also need pathalias, and unpackmaps or
  617.     uuhosts.  Instead, though, you can configure smail 2.5 to
  618.     smart-host most destinations to a nearby friendly site
  619.     who'll do your routing for you without having to run
  620.     the routing software.  Note further, that you can run
  621.     pathalias on just a subset of the full set of maps.
  622.     [Unpackmaps makes this particularly easy to do]
  623.  
  624.     Smail 2.5, as shipped, does not support mail-to-pipeline
  625.     or mail-to-file aliasing.  If you need these, at a minimum,
  626.     you should obtain lmail.  If you intend more than casual
  627.     use of these features, it is recommended that you obtain
  628.     deliver or procmail instead of lmail.
  629.  
  630.     Even if you have sendmail already, you can integrate smail 2.5
  631.     with it to do your UUCP routing.  (though, some later versions
  632.     of sendmail can do routing themselves)
  633.  
  634. Scenario 2:  SMTP connections (optionally, some UUCP connections too).
  635.  
  636.     Generally speaking, sendmail will do this for you and you have
  637.     a good chance to have it already.  However, for the novice, it
  638.     is recommended that smail 3 be used instead [see review of
  639.     sendmail below].  Smail 3 includes all of the routing software
  640.     and can do mail-to-pipeline and mail-to-file, so none of the auxiliary
  641.     programs mentioned in scenario 1 are necessary.
  642.  
  643.     Most sendmails don't include UUCP routing mechanisms, so you would
  644.     need pathalias and unpackmaps or uuhosts if you wish to set up
  645.     a UUCP routing database.  Further, most sendmails don't know
  646.     how to query a pathalias database directly, so you may have to hack
  647.     your own path lookup program into the sendmail.cf (smail 2.5 can
  648.     be used for this purpose provided that you will have a UUCP link
  649.     to the outside world)
  650.  
  651.     Both MMDF and PP can also be used.
  652.  
  653.     Deliver or procmail are still quite useful in this configuration
  654.     for extended alias facilities.
  655.  
  656. Scenario 3:  Connections to other networks (optionally including
  657.     SMTP or UUCP), or very high loading.
  658.  
  659.     Your best bets are MMDF, PP or zmailer.
  660.     
  661.     You can implement other network interfaces with sendmail, but
  662.     not only will you probably have to roll your own, but sendmail
  663.     can't cope with high loading very well.  Ditto smail 3.
  664.  
  665. There are other configurations.  See the Package Reviews to
  666. determine which packages are appropriate.
  667.  
  668. --------
  669. Subject: Package Reviews
  670.  
  671. Honesty requires me to point out which software packages were
  672. reviewed by their author (including me ;-).  I do so by appending
  673. a "*" to the name of the author.  In some cases, the material
  674. has been cribbed from FAQ's or general information blurbs.
  675.  
  676. It is worth noting, though, that most of these packages are well
  677. known, and have been in operation at many sites for periods of
  678. a year or more.  These packages do their job well, and have been
  679. extensively thrashed out in the best debugging laboratory in the
  680. universe (USENET ;-)
  681.  
  682. A few packages have been mentioned prior to their release.
  683. (unpackmaps 4, the occasional beta version).  It is
  684. recommended that these versions be avoided by novices until they
  685. have had a chance to settle for a little while.  This FAQ will
  686. note when such software seems (according to rumour *I* hear) to be
  687. stable enough for general use.
  688.  
  689. Some of these packages are capable, by various bits of hackery,
  690. of doing a lot more than is claimed for them.  But I refrain
  691. on telling you how to "take the covers off".  Given the
  692. intended audience, that would be tantamount to trying to
  693. teach preschoolers do-it-yourself brain surgery.  Please don't
  694. take this as condescending - I've been working on/in/with email
  695. systems for over 12 years and I *still* won't play with (as
  696. just one example) sendmail.cf's.
  697.  
  698. Therefore, I restrict myself largely to "out-of-the-box" functionality,
  699. "fill-in-the-blank" configurability, and normal documented installation
  700. procedures.  Beyond that, you're on your own.
  701.  
  702. binmail
  703.  
  704.     binmail is usually really called "mail". On System V prior to
  705.     Release 4, it is a really simple UA that does dual duty as the
  706.     TA.  It's pretty awful because it doesn't know how to set up
  707.     headers properly, doesn't even know what a "Subject:" line is,
  708.     and there's no way to do any kind of aliases.
  709.  
  710.     On BSD, binmail invokes sendmail to do the MTA function.  On
  711.     System V prior to Release 4, you really do want to replace binmail's
  712.     MTA functionality with something else.  However, you should not
  713.     replace it in its "mail" (UA) functionality, because many
  714.     system-level administration mechanisms will break.  Any new UA
  715.     should be installed as a different name than "mail".
  716.  
  717.     Beginning with System V Release 4, "binmail"'s transfer agent
  718.     capabilities were considerably enhanced to have similar capabilities
  719.     to Smail 3 and sendmail.  There is usually no need to replace it with
  720.     another mail agent.  (See SVR4 mail discussion below)
  721.  
  722.     Binmail stores mail in "mbox" format.
  723.  
  724. rmail
  725.  
  726.     binmail's TA functionality is implemented by linking mail
  727.     to rmail.  It's rmail that you'd want to replace with smail 2.5
  728.     etc.
  729.  
  730. Mail
  731.  
  732.     The original BSD UA.  It can support local profiles, aliases, folders,
  733.     header previewing, out-going mail recording and all sorts of good stuff.
  734.     An "okay" UA.  Available from BSD "freed-sources" archives.
  735.  
  736.     Mail stores mail in "mbox" format.
  737.  
  738. mailx
  739.  
  740.     AT&T's answer to BSD "Mail", from which it is descended.  Some versions,
  741.     such as the 3b1 one, should be avoided because of a buggy port.  Not
  742.     available in source form (it's proprietary but ubiquitous enough to be
  743.     mentioned here).
  744.  
  745.     Mailx stores mail in "mbox" format.
  746.  
  747. mush: author Dan Heller* <argv@z-code.com>
  748.  
  749.     The "Mail User's Shell" is a "shell" for mail users.  That is, it
  750.     has its own environment where you can configure not only the user
  751.     interface, but the actual internal mechanisms.  Internally, mush
  752.     has a csh-like scripting language, altho it's not as powerful as
  753.     csh.  It has command-line aliases, file completion, if-else state-
  754.     ments, command piping, and so on.  Because you can build your own
  755.     commands, you can virtually build your own library of email features.
  756.  
  757.     Mush has two tty-based interfaces: the standard tty-mode (ala BSD
  758.     Mail or sys-v mailx) and the fullscreen/curses mode (ala vi, emacs
  759.     or even Elm).  You can set up key bindings that execute one or more
  760.     mush commands, personalized commands or even UNIX commands.  You
  761.     can even emulate keyboard input with keyboard macros and mappings.
  762.  
  763.     Mush also has a SunView interface that is more powerful than Sun's
  764.     Mailtool, yet backwards compatible with most versions.  Most sunview
  765.     users (if there are any left these days) prefer MushView over Mailtool.
  766.  
  767.     The current version of Mush is 7.2.3, last posted in comp.sources.misc
  768.     volume 18 (with subsequent patches).  All three interfaces are
  769.     available in one runtime binary.  Except for the MushView interface
  770.     (which is only available on for suns), Mush is portable to everything
  771.     that runs UNIX.  There is also a DOS port available for PCs and can
  772.     run on most 286 machines. An older version of Mush (6.5) can run on
  773.     as little as 640 of RAM.  (Mush-PC is typically used with UUPC.)
  774.  
  775.     The "next generation" of Mush is a commercial product called Z-Mail
  776.     from Z-Code Software (mail argv@z-code.com for details).  All aspects
  777.     of Mush are retained, yet it has grown to be far more powerful.  It
  778.     runs under X windows with either a Motif or Open Look interface
  779.     and also supports multi-media, user "functions" and a suite of new
  780.     features.
  781.  
  782.     Third party documentation is available from O'Reilly in the book
  783.     entitled "The Z-Mail Handbook" (by Hanna Nelson).  This book not only
  784.     covers Z-Mail, but Mush as well.
  785.  
  786.     Mush stores its messages in "mbox" format, or MMDF format if you're
  787.     using MMDF as your MTA.
  788.  
  789.     The newsgroup comp.mail.mush is dedicated to it.
  790.  
  791.     [Note: Z-Mail is not related at all to Zmailer.  Zmailer is a MTA]
  792.  
  793. elm: coordinator Syd Weinstein* <syd@DSI.COM>
  794.  
  795.     (cribbed from comp.mail.elm FAQ)
  796.  
  797.     Elm is designed to run with "sendmail" or "/bin/rmail"
  798.     (according to what's on your system) and is a full
  799.     replacement of programs like "/bin/mail" and "mailx".  The
  800.     system is more than just a single program, however, and
  801.     includes programs like "frm" to list a 'table of contents'
  802.     of your mail, "printmail" to quickly paginate mail files (to
  803.     allow 'clean' printouts), and "autoreply", a systemwide
  804.     daemon that can autoanswer mail for people while they're on
  805.     vacation without having multiple copies spawned on the
  806.     system.
  807.  
  808.     The most significant difference between Elm and most other
  809.     mail systems is that Elm is screen-oriented.  Upon further
  810.     use, however, users will find that Elm is also quite a bit
  811.     easier to use, and quite a bit more "intelligent" about
  812.     sending mail and so on.
  813.  
  814.     Current release is Elm 2.4 PL21..  Information on access is
  815.     available from the server at DSI.COM:
  816.     send mail to archive-server@DSI.COM
  817.     send elm index
  818.  
  819.     [Ed: elm is particularly good for novices.  The only drawback
  820.     that I've heard is that elm is a bit less user configurable than,
  821.     say, mush]
  822.  
  823. MM: Contact Joseph Brennan* <info-mm@cunixf.cc.columbia.edu>
  824.                 Columbia University in the City of New York
  825.  
  826.     (cribbed from MM man page.)
  827.  
  828.     mm is a powerful electronic mail system which allows you to send, read,
  829.     edit and manage messages quickly and easily.  It is designed to have the
  830.     same interface as the MM program written and developed for DEC20s over a
  831.     period of many years.
  832.  
  833.     mm was written using the CCMD package developed at Columbia.  Thus, it
  834.     has copious internal help, completion of partially typed commands on use
  835.     of the TAB key, and help on partial commands when ?    is typed.
  836.  
  837.     mm can read several mail-file formats.  Its default is mbox, the same
  838.     format used by unix mail.  It also can read babyl, used by emacs rmail,
  839.     and mtxt and MH.  It can copy messages from one file type to another.
  840.  
  841.     MM is a Freeware MUA copyright by Columbia University (as is this
  842.     description).
  843.  
  844.     MM is available by anonymous ftp from cunixf.cc.columbia.edu, directory mm.
  845.     The file mm-intro.txt there is a longer description of how it was developed.
  846.  
  847.     [Ed: MM also appears to be a good UA for novices.  From the examples
  848.     in the manual page, it handholds extensively and is not screen oriented.]
  849.  
  850. MH: Maintainer John Romine <Bug-MH@ics.uci.edu>
  851.  
  852.     The big difference between MH and most other "mail user agents" is
  853.     that you can use MH from a UNIX shell prompt.  In MH, each command
  854.     is a separate program, and the shell is used as an interpreter.  So,
  855.     all the power of UNIX shells (pipes, redirection, history, aliases,
  856.     and so on) works with MH--you don't have to learn a new interface.
  857.     other mail agents have their own command interpreter for their
  858.     individual mail commands (although the mush mail agent simulates a
  859.     UNIX shell).  Mail messages are stored in individual files.
  860.  
  861.     The current version of MH is 6.8 and supports MIME.  MH comes
  862.     standard with Ultrix 4.0 and later, and AIX 3.1 and later.
  863.     via anonymous ftp:
  864.  
  865.     ics.uci.edu [128.195.1.1]      pub/mh/mh-6.8.tar.Z    1.6MB
  866.     louie.udel.edu [128.175.1.3]  portal/mh-6.8.tar.Z    1.6MB
  867.  
  868.     comp.mail.mh discusses MH, and contains a FAQ article.
  869.  
  870. GNU Emacs Rmail:
  871.  
  872.     Rmail is an Emacs subsystem for reading and disposing of mail.  Rmail
  873.     stores mail messages in Rmail files in BABYL format (originally used
  874.     under the ITS operating system), although it can incorporate new mail
  875.     from MMDF and Unix format files, or mixed-format files.  Reading the
  876.     messages in an Rmail file is done in a special major mode, Rmail mode,
  877.     which redefines most letters to run commands for managing mail.
  878.  
  879.     Rmail can do the standard things such as displaying, deleting, filing,
  880.     or replying to messages.  Replying uses another Emacs subsystem, Mail
  881.     mode.  Messages can be saved in either BABYL or Unix format.  Rmail
  882.     maintains per-message attributes and user-defined labels.  Rmail can
  883.     burst message digests.
  884.  
  885. VM: Author Kyle Jones* <kyle@uunet.uu.net>
  886.  
  887.     VM (View Mail) is a GNU Emacs subsystem that allows UNIX mail to be read
  888.     and disposed of within Emacs.  Commands exist to do the normal things
  889.     expected of a mail user agent, such as generating replies, saving
  890.     messages to folders, deleting messages and so on.  There are other more
  891.     advanced commands that do tasks like bursting and creating digests,
  892.     message forwarding, and organizing message presentation according to
  893.     various criteria.
  894.  
  895.     The current version of VM is VM 4.41.
  896.     FTPable from:
  897.  
  898. |    ftp.uu.net            mail/vm/vm-4.41.tar.Z
  899.     archive.cis.ohio-state.edu    pub/gnu/emacs/elisp-archive/packages/vm-4.41.tar.Z
  900.  
  901.     VM is discussed in gnu.emacs.vm.info, or by mailing list by sending
  902.     an e-mail request to info-vm-request@uunet.uu.net.
  903.  
  904. MH-E: Maintainer: Stephen Gildea <gildea@bbn.com>
  905.  
  906.     MH-E is an interface to MH from within GNU Emacs.  It helps if MH was
  907.     compiled with the MHE compiler flag.  MH-E is distributed with both GNU
  908.     Emacs and MH.  Choose the later version.
  909.  
  910. C-Client: Author Mark Crispin <mrc@panda.com>
  911.  
  912.     Software writers only:
  913.  
  914.     C-client is a general library useful for creating MUA's.  It provides
  915.     a high level logical interface for retrieving and manipulating
  916.     mail messages.  It supports the latest draft of MIME (proposed
  917.     Internet standard for multipart, multimedia, typed electronic mail).
  918.     It is driver based, and easily ported to new platforms and MTA's,
  919.     already supports BSD, SysV, DOS, Macintosh and TOPS-20(!),
  920.     and supports present mail and mailbox formats.
  921.  
  922.     Just the thing if you want to write a new MUA.
  923.  
  924.     Contact the author for more details.
  925.  
  926. Metamail: Author N. Borenstein
  927.     [Described by Paul Eggert, eggert@bi.twinsun.com]
  928.  
  929.     Metamail is a software implementation of Mime, designed for easy
  930.     integration with traditional mail-reading interfaces -- typically,
  931.     users do not invoke metamail directly.  Ideally, extending the local
  932.     email or news system to handle a new media format is a simple matter
  933.     of adding a line to a mailcap file.  Mailcap files are described in
  934.     RFC 1343: N Borenstein, ``A user agent configuration mechanism for
  935.     multimedia mail format information'' (June 1992).  The source code
  936.     for metamail can be found in ftp.uu.net:mail/metamail/mm.tar.Z.
  937.     To join its mailing list, write info-metamail-request@thumper.bellcore.com.
  938.  
  939.  
  940. MailManager: Author Mark Crispin <mrc@panda.com>
  941.  
  942.     A MUA implemented using C-Client for NeXT computers.
  943.  
  944. Pine: Authors Lundblade, Seibel, and Crispin <pine@cac.washington.edu>
  945.  
  946.     Pine is a mailer developed by the University of Washington Office of
  947.     Computing and Communications. It has been designed for ease-of-use and
  948.     with the novice computer user in mind. It is based on Internet mail
  949.     protocols (e.g. RFC-822, SMTP, IMAP, and MIME) and currently runs on
  950. |    a variety of UNIX platforms, and a version is apparently available for
  951. |    MSDOS. 
  952.  
  953.     The guiding principles for achieving ease-of-use in Pine were:
  954.     careful limitation of features, one-character mnemonic commands,
  955.     always-present command menus, immediate user feedback, and high
  956.     tolerance for user mistakes. It is intended that Pine can be learned
  957.     by exploration rather than reading manuals.
  958.  
  959.     A stand-alone version of Pico, Pine's message composition editor, is also
  960.     included. It is a very simple and easy to use text editor with text
  961.     justification and a spelling checker. 
  962.  
  963.     Features:
  964.        - Mail index showing a message summary which includes the status, 
  965.      sender, size, date and subject of messages.
  966.  
  967.        - View and process mail with the following commands:  forward, reply, 
  968.      save, export, print, delete, capture address and search.
  969.  
  970.        - Address book for saving long complex addresses and personal 
  971.      distribution lists under a nickname. 
  972.  
  973.        - Multiple folders and folder management screen for filing messages.
  974.  
  975.        - Message composer with easy-to-use editor and spelling checker.
  976.      The message composer also assists entering and formatting
  977.      addresses and provides direct access to the address book.
  978.  
  979.        - Online help specific to each screen and context.
  980.  
  981.        - Supports access to remote mail repositories via the IMAP2 protocol
  982.      defined in RFC-1176.
  983.      
  984.        - Soon to support multi-part mail conforming to proposed MIME Internet
  985.      standard, allowing sending of sounds, graphics such as GIF and TIFF
  986.      files, and binary files such as spreadsheets. 
  987.  
  988.     Pine, including source code, is freely available via anonymous FTP from
  989.     ftp.cac.washington.edu on the Internet. Other provisions for distribution
  990.     have not been made. From the Internet, you may try out Pine and leave
  991.     comments by telneting to "demo.cac.washington.edu" and logging in as
  992.     "pinedemo". To join the Pine mailing list for announcements send a 
  993.     request to "pine-info-request@cac.washington.edu". 
  994.  
  995.     Pine is very portable and runs on a variety of UNIX machines including
  996.     DECstations, NeXTs, VAX's and Suns. Pine was originally based on Elm, 
  997.     but it has evolved much since, ("Pine Is No-longer Elm"). 
  998.  
  999.     For further information send e-mail to pine@cac.washington.edu. Pine is
  1000.     the work of Mike Siebel, Mark Crispin, and Laurence Lundblade at the
  1001.     University of Washington. 
  1002.  
  1003. Ream: Author: Paul Dourish* <dourish@europarc.xerox.com>
  1004.  
  1005.     Ream is a curses-based mail user agent for a variety of UNIX flavours;
  1006.     at one time or another, it's run on everything from a PC running Linux
  1007.     to a Cray Y/MP running UNICOS. It was originally written at the
  1008.     University of Edinburgh, and has spread not least through the
  1009.     subsequent geographical distribution of alumni. It remains minimally
  1010.     supported by its author (Paul Dourish <dourish@europarc.xerox.com>).
  1011.  
  1012.     Ream is similar to elm in a number of ways, but considerably smaller
  1013.     and with a stronger separation between MUA and MTA behaviours. It runs
  1014.     over sendmail, mmdf and PP. It is available by anonymous ftp from
  1015.     parcftp.xerox.com, in pub/europarc/reamXXX.tar.Z, where XXX is a
  1016.     slowly incrementing version number.
  1017.  
  1018. XLView: Author: Several.  Mike Macgirvin* <mtm@camis.stanford.edu>
  1019.  
  1020.     Current version 1.1 (Developer Release).  XLView (previously known as
  1021.     "Ximap") is an X based mail reader using the IMAP (IMAP2bis) protocol,
  1022.     for managing complex mail tasks.  It utilizes the X window system to
  1023.     allow independant processing of multiple mailboxes (even on multiple
  1024.     servers) simultaneously.  Each "read" and "compose" process is handled
  1025.     in an independant window as well.  It handles many complex MIME messages
  1026.     with the help of external multi-media handlers based partially on
  1027.     "metamail", and include facilities for file attachments of several
  1028.     common types.  It includes an address book with insert completion
  1029.     abilities and for maintaining addresses.  Of course it has the normal
  1030.     move/copy/save/reply/forward/print etc., functions one would expect and
  1031.     text may be cut and pasted from other open X sessions.  The most
  1032.     powerful feature of the latest release is the "Logical Viewer" which
  1033.     allows one to create rule based sorting of their mailbox based on
  1034.     addresses, dates, contents, message flags and other criteria.  Each
  1035.     existing message (and each new message) is evaluated and stored in the
  1036.     appropriate logical view, which may be opened as if it were a separate
  1037.     mailbox (but all the while it only represents a different ``view'' of
  1038.     your system mailbox).  Each mailbox or saved folder may have independant
  1039.     rulesets.  Status changes also are evaluated as they occur and the rules
  1040.     applied accordingly.  The rule language is powerful, yet easy to grasp;
  1041.     i.e.
  1042.  
  1043.     FROM clyde@podunk.edu OR jim SINCE YESTERDAY AND UNSEEN
  1044.     
  1045.     Currently tested with SunOS4.1.x and Ultrix running X11R5.
  1046.     Several alternate system ports including SVR4 are due shortly.
  1047.  
  1048.     FTP: SUMEX-AIM.Stanford.EDU:/imap/clients/ximap/xlview-1.1.tar.Z
  1049.     Information: xlview@CAMIS.Stanford.EDU
  1050.     
  1051.     Principal Authors: Kevin Brock, Bill Yeager and Mike Macgirvin at the
  1052.     Center for advanced Medical Informatics at Stanford. 
  1053.  
  1054. Z-Mail: Z-code Software Corp, Carlyn Lowry* <lowery@z-code.com>
  1055.  
  1056.     Z-Mail, a UNIX World Magazine "Product of the Year" winner for 1991, is
  1057.     a complete electronic mail system for workstations.  Z-Mail provides
  1058.     Motif and Open Look graphical user interfaces, as well as two character
  1059.     modes.  The software has been ported to nearly every system that runs
  1060.     UNIX, and it works with all standard UNIX mail transport agents
  1061.     including sendmail, binmail, smail, MMDF and X.400 gateways.  Z-Mail can
  1062.     replace or coexist with standard mail user agents on the system,
  1063.     including BSD Mail, AT&T mailx, Sun Mail Tool, Elm or Mush.  Most anyone
  1064.     can use Z-Mail "off the shelf" and immediately benefit from its simple
  1065.     interface and advanced features.
  1066.  
  1067.     Z-Mail also includes Z-Script, a powerful scripting language that
  1068.     enables users to customize and extend Z-Mail's capabilities.  Z-Mail's
  1069.     multi-media capabilities allow easy integration with best-of-class
  1070.     products including spreadsheets, desk-top publishing, graphics, fax,
  1071.     voice, and video.  For example, when users receive a spreadsheet file,
  1072.     Z-Mail can be configured to automatically launch the associated
  1073.     application and load the the attachment automatically and transparently
  1074.     to the user.  Z-Mail understands MIME-format documents and is also
  1075.     compatible with Sun's multimedia Mailtool.
  1076.  
  1077.     Mac, DOS, and Windows versions, as well as native MIME support, are
  1078.     planned for this summer.
  1079.  
  1080.     For more information on Z-Mail, contact:
  1081.     Z-Code Software Corp.
  1082.     4340 Redwood Hwy., Suite B-50
  1083.     San Rafael, CA 94903
  1084.     tel: (415) 499-8649
  1085.     fax: (415) 479-0448
  1086.     e-mail: info@z-code.com
  1087.  
  1088.     Also, you can anonymous-ftp a demo copy of Z-Mail from "ora.com" in
  1089.     the directory pub/z-code/zmail/2.1.  (The file you want is named
  1090.     zm.XXX.tar.Z, where XXX is your type of machine.)  You'll need to call
  1091.     us after you do so we can send you an activation key.
  1092.  
  1093.     [As mentioned previously, Z-Mail is the commercial variant of mush. Ed]
  1094.  
  1095. uumail:
  1096.  
  1097.     Uumail is a very old and obsolete precursor to smail 2.5.  Included
  1098.     here only because I know that uumail sites still exist.  You
  1099.     should not install uumail in new configurations, and existing
  1100.     uumail sites should convert to something more modern.
  1101.  
  1102. smail 2.5: author The UUCP Mapping Project
  1103.  
  1104.     Smail 2.5 is a small, simple and hard-coded rule MTA for use on
  1105.     UUCP networks.  It understands RFC compliant headers, will
  1106.     generate RFC compliant Internet-style headers, can
  1107.     use domains, aliases, a pathalias UUCP routing database, and
  1108.     is very simple to install.  For full functionality, you will
  1109.     also want pathalias and a map unpacker.  The one thing
  1110.     it cannot do by itself is mail-to-pipe and mail-to-file aliasing.
  1111.     For that, you need Zeeff's lmail, deliver or procmail.
  1112.  
  1113.     Smail 2.5 has the capability of coalescing addresses into single
  1114.     UUCP transfers, and knows how to query UUCP for the names
  1115.     of UUCP neighbors, and autoroute if necessary.
  1116.  
  1117.     Smail 2.5 has a few bugs that are (usually) pretty rarely seen
  1118.     in operation.  There have been a number of patches posted for it,
  1119.     but it is recommended that you do not apply them - some were
  1120.     ill-conceived, buggy in their own right, or conflicting with others.
  1121.     The only patches that I feel safe in recommending is Chip
  1122.     Salzenberg's patches for use with Xenix MICNET - which are
  1123.     unnecessary unless you are in the unfortunate position of having
  1124.     to actually *use* MICNET.  Chip Salzenberg's "deliver" package
  1125.     (see below) combined with "smail-deliver.pch" from comp.sources.unix,
  1126.     volume 25 issue 107, makes the MICNET modifications to smail
  1127.     itself unnecessary.
  1128.  
  1129.     In particular, do not apply the "mail-to-pipe/file" patches that
  1130.     float around for smail 2.5.  These are a major security hole.
  1131.  
  1132.     Smail 2.5 can also be used with sendmail as a UUCP router.
  1133.  
  1134.     Smail 2.5 was posted in comp.sources.unix in 1987, volume 11
  1135.     with archive name "smail3" (but it isn't the same thing as
  1136.     smail 3 below).
  1137.  
  1138. lmail: Author Jon Zeeff <zeeff@b-tech.ann-arbor.mi.us, zeeff@ais.org>
  1139.  
  1140.     When you install smail 2.5, you link the original /bin/mail (binmail
  1141.     above) to /bin/lmail to perform the task of actually delivering the
  1142.     mail to the user's mailbox (LDA).
  1143.  
  1144.     Since smail 2.5 was not capable of doing mail-to-pipe and mail-to-file
  1145.     aliasing, Jon Zeeff wrote a replacement lmail that implemented
  1146.     these (along with user mailbox delivery).
  1147.  
  1148.     Jon's program is okay for casual use, but has some pretty serious
  1149.     bugs.  Fixed versions are available, but you're probably better
  1150.     off installing deliver or procmail.
  1151.  
  1152. smail 3: Author Ronald S. Karr* <tron@veritas.com> and Landon Curt Noll.
  1153.  
  1154.     Smail3.1 is a domain-capable mail router and delivery program that
  1155.     works in the UUCP zone and on the Internet and that is capable of
  1156.     gatewaying between the two.  It was written primarily by me (Ronald
  1157.     S.  Karr) and Landon Curt Noll, with the blessings of the original
  1158.     Smail1 and Smail2 authors.
  1159.  
  1160.     Smail3 supports SMTP, UUCP mail, alias files, .forward files, mailing
  1161.     list directories, pathalias files, /etc/hosts files, the domain name
  1162.     system, and can also query uucp for neighboring sites, automatically.
  1163.     It also supports use of encapsulated SMTP commands for delivery over
  1164.     UUCP connections, which allows batching of multiple messages into a
  1165.     single UUCP transaction, and allows many addresses to be passed with a
  1166.     single message transfer, which can greatly decrease the traffic
  1167.     generated for large mailing lists.  It is also very simple to configure
  1168.     with a reasonable certainty of correctness.
  1169.  
  1170.     Smail3 includes pathalias and a reliable map unpacker.
  1171.  
  1172.     Rather than using configuration files to resolve addresses based on
  1173.     their syntax, ala sendmail, Smail3 uses a database metaphore for
  1174.     resolving addresses based on their contents.  The set of methods that
  1175.     Smail3 uses for resolving local addresses and hosts is configurable and
  1176.     extensible.  Smail3's methods for parsing addresses are not
  1177.     configurable.  It is the opinion of the authors that addressing on the
  1178.     Internet and in the UUCP zone has become sufficiently standardized that
  1179.     attempts to allow configurability in this area are now a hindrance to
  1180.     the correct working of the network.
  1181.  
  1182.     Questions related to Smail3 are usually discussed in comp.mail.misc.
  1183.     There are also two discussion mailing lists.  To join the mailing
  1184.     lists, send mail to:
  1185.  
  1186.     smail3-users-request@cs.athabascau.ca
  1187.  
  1188.     The current release of Smail3 can be found on uunet, in the file
  1189.     /archive/networking/mail/smail/smail-3.1.28.tar.Z.  New versions
  1190.     are released on a haphazard basis.  Official releases are always
  1191.     made available in the /archive/networking/mail/smail directory
  1192.     on uunet.
  1193.  
  1194.     Smail 3 is covered under the GPL (if it matters)
  1195.  
  1196.  
  1197. sendmail: Original author Eric Allman
  1198.  
  1199.     Sendmail is the granddaddy of all intelligent MTA's.  It can do just
  1200.     about anything.  It's main problem is that it can do just about
  1201.     anything.  Modification of sendmail's configuration tables (which is
  1202.     necessary with most vendor-supplied versions) is NOT for novices.
  1203.     The language of the sendmail.cf is cryptic, but that isn't really
  1204.     the problem (and this problem can be solved by using "EASE", a
  1205.     sendmail.cf writing language, or the UIUC IDA kit's configuration
  1206.     file building tools).  The problem is that it's extremely difficult
  1207.     to know when the rules you are implementing are the right thing--
  1208.     many sendmail configurations do slightly buggy, or even extremely
  1209.     buggy, things (eg: some major mail gateways munge From: headers in
  1210.     illegal ways).  The default configurations generated by the UIUC
  1211.     IDA kit are, however, very good at Doing the Right Thing under most,
  1212.     if not all, circumstances.
  1213.  
  1214.     Worse, every vendor's version of sendmail is different, and many
  1215.     of their sendmail.cf's don't work at all  HPUX is one example
  1216.     of where the sendmail.cf is actually pretty sane.  HP is to
  1217.     be congratulated.  On the other hand, some vendors, who shall
  1218. |    remain nameless, can't even get their sendmail to deliver to local
  1219. |    users, let alone get their sendmail to speak SMTP on a LAN.
  1220.  
  1221. |    There are several different sendmail lineages in the world but they
  1222. |    seen to be coming together now with Eric Allman's work creating
  1223. |    sendmail V8.x.  Sendmail V8.1 was shipped with BSD 4.4 UNIX.  V8.2
  1224. |    and above (available from ftp.cs.berkeley.edu) is the latest.
  1225. |    Another solid "modern" version is UIUC IDA version 5.65c (5.65d in
  1226. |    alpha test), from ftp.uu.net or uxc.cso.uiuc.edu.  This version
  1227. |    has been pretty stable since 1991.  Paul Pomes, <Paul-Pomes@uiuc.edu>,
  1228. |    is controlling the IDA Sendmail releases.
  1229.  
  1230.     If you want to use sendmail, it is strongly recommended that you
  1231.     obtain the UIUC IDA or sendmail 8.2+ versions.  they are much
  1232.     more likely to do the right things with mail coming from, or
  1233.     ultimately going to, UUCP sites and is much easier to maintain.
  1234.     IDA sendmail can handle pathalias-style UUCP routing quite well.
  1235.     
  1236.     I am being a bit overly harsh on sendmail.  If you obtain a good
  1237.     configuration (like the aforementioned HPUX version), or are willing
  1238.     to spend the time to learn it, sendmail will do what you want.
  1239. |    Well.  IDA or 8.x sendmail is STRONGLY recommended.  Don't, however,
  1240. |    try to play with the configuration files without a copy of the
  1241. |    Sendmail book by Costales, Allman and Rickert mentioned in the
  1242. |    book list above.  It is absolutely essential.
  1243.  
  1244.     Sendmail is discussed in comp.mail.sendmail.
  1245.  
  1246.     EASE version 3.5 was posted in volume 25 of comp.sources.unix and
  1247.     is available from wuarchive.wustl.edu [128.252.135.4] (directory
  1248.     /usenet/comp.sources.unix/volume25/ease) and many other c.s.u
  1249.     archives. 
  1250.  
  1251. ZMailer: Author Rayan Zachariassen* <rayan@cs.toronto.edu>
  1252.  
  1253.     ZMailer is intended for gateways or mail servers or other large site
  1254.     environments that have extreme demands on the abilities of the mailer.
  1255.  
  1256.     Code and Design features:
  1257.  
  1258.     + Strong limits on host impact.
  1259.     + Secure design (and hopefully implementation).
  1260.     + Natural fit for client/server environments.
  1261.     + Extremely customizable configuration mechanism.
  1262.     + Flexible database interface with support for: sorted files, unsorted
  1263.       files, dbm, ndbm, gdbm, nis (yellow pages), dns (BIND resolver),
  1264.       /etc/hosts file, and in-core data.
  1265.     + Efficient message queue management.
  1266.     + Fast binary-transparent SMTP server and client.
  1267.     + Low-technology implementation.
  1268.  
  1269.     Default configuration file features:
  1270.  
  1271.     + Default configuration will work for most sites.
  1272.     + Network protocol support for: smtp, uucp, bitnet, mail to news.
  1273.     + An easy way of overriding any external routing information.
  1274.     + Automatic handling of mailing lists.
  1275.  
  1276.     It is available by anonymous FTP from ftp.cs.toronto.edu:/pub/zmailer.tar.Z
  1277.     or ftp.cs.toronto.edu:/distrib/zmailer.tar.Z.
  1278.  
  1279. MMDF [reviewed by I.Sparry@gdt.bath.ac.uk]
  1280.  
  1281.     MMDF is a MTA. It works on the principle that you have communications
  1282.     channels, both incoming and outgoing, and it arranges for messages to
  1283.     pass between them.
  1284.  
  1285.     Strong points include:
  1286.     * Ability to turn up and down debugging level on the fly
  1287.     * Very strong on authentication, and permission checking.
  1288.     * Can block mail based on who it came from, how it got there,
  1289.       who it is going to.
  1290.  
  1291.     It is older than sendmail, simpler than sendmail, and it is a great
  1292.     pity that it was not shipped as standard instead of sendmail.
  1293.  
  1294.     It has one major advantage to people in the UK, in that it knows how to
  1295.     handle mail addresses in our 'correct' format (Most significant part first,
  1296.     e.g. net.uu.uunet), as well as the thing the rest of the world uses :-) :-)
  1297.  
  1298.     The accepted wisdom is that MMDF should be replaced with PP, since PP
  1299.     is the descendent of MMDF.  We are happy with MMDF, and for many years all
  1300.     the UK mail gateways used it.
  1301.  
  1302. PP: Author University College London
  1303.  
  1304.     PP is a Message Transfer Agent, intended for high volume message
  1305.     switching, protocol conversion, and format conversion. It is targeted for
  1306.     use in an operational environment, but may also be useful for investigating
  1307.     Message related applications. Good management features are a major
  1308.     aspect of this system. PP supports the 1984 and 1988 versions of the
  1309.     CCITT X.400 / ISO 10021 services and protocols. Many existing RFC 822
  1310.     based protocols are supported, along with RFC 1148 conversion to X.400.
  1311.     PP is an appropriate replacement for MMDF or Sendmail, and also supports
  1312.     SMTP and UUCP mail.
  1313.  
  1314.     For more information contact: support@xtel.co.uk or xtel@cs.nott.ac.uk
  1315.     The latest version is PP-6.0, which was posted in comp.sources.misc,
  1316.     volume 27.
  1317.  
  1318. SVR4 mail: Author AT&T (description written by Tony Hansen,
  1319.     hansen@pegasus.att.com)
  1320.  
  1321.     The System V Release 4 mail system is a domain-capable mail router and
  1322.     delivery program that works in the UUCP zone and on the Internet and
  1323.     that is capable of gatewaying between the two.
  1324.  
  1325.     SVR4 mail supports SMTP, UUCP mail, alias files, forwarding files,
  1326.     mailing list directories, /etc/hosts files, the domain name system, and
  1327.     can also query uucp for neighboring sites, automatically.  (System V
  1328.     Release 4.1 also allows batching of multiple messages into a single UUCP
  1329.     transaction, and allows many addresses to be passed with a single
  1330.     message transfer, which can greatly decrease the traffic generated for
  1331.     large mailing lists.)  It is also very simple to configure with a
  1332.     reasonable certainty of correctness.
  1333.  
  1334.     It also supports mail-to-pipe and mail-to-file.
  1335.  
  1336.     SVR4 mail uses configuration files to resolve addresses based on their
  1337.     syntax, somewhat similar to sendmail, but using regular expressions and
  1338.     a more easily understood syntax. The set of methods that SVR4 mail uses
  1339.     for resolving local and remote addresses and hosts is configurable and
  1340.     extensible.
  1341.  
  1342.     Questions related to SVR4 mail are usually discussed in comp.mail.misc.
  1343.  
  1344.     SVR4 mail is a standard part of System V Release 4; unfortunately, some
  1345.     vendors have not realized that SVR4 mail is not the same mailer as the
  1346.     SVR3 mail system, and have replaced it with other inferior mail systems.
  1347.  
  1348. deliver: Author Chip Salzenberg* <chip@tct.com>
  1349.  
  1350.     Deliver allows any user to write a shell script that processes all
  1351.     incoming mail messages for that user.  The system administrator may
  1352.     also install scripts that process all messages by installing
  1353.     it as the Local Delivery Agent (lmail replacement).
  1354.  
  1355.     The output of a script is a list of mail addresses, files and programs
  1356.     that should receive the message.  It has access to each message as it
  1357.     is processed, so the action can be content dependent.  The script may
  1358.     also generate automatic replies, like the "vacation" program, or pass
  1359.     along a modified version of the original message.
  1360.  
  1361.     Deliver can be used to construct mail-based services (e.g. automatic
  1362.     mailing list maintenance).  It can also be used to filter mail
  1363.     automatically in prearranged ways (e.g. encryption and decryption,
  1364.     tossing junk mail, or vacation notices).
  1365.  
  1366.     Deliver was last posted in comp.sources.reviewed, volume 1.  The
  1367.     current version is 2.1.09.
  1368.  
  1369. procmail: Author Stephen R. van den Berg*
  1370.                 <berg@pool.informatik.rwth-aachen.de>
  1371.  
  1372.     Can be used to create mail-servers, mailing lists, sort your incoming
  1373.     mail into separate folders/files (real convenient when subscribing to
  1374.     one or more mailing lists or for prioritising your mail), preprocess your
  1375.     mail, start any programs upon mail arrival (e.g. to generate different
  1376.     chimes on your workstation for different types of mail) or selectively
  1377.     forward certain incoming mail automatically to someone.
  1378.  
  1379.     Procmail can be used:
  1380.         - and installed by an unprivileged user (for himself only).
  1381.     - as a drop in replacement for the local delivery agent /bin/mail
  1382.       (with biff/comsat support).
  1383.     - as a general mailfilter for whole groups of messages (e.g. when
  1384.       called from within sendmail.cf rules).
  1385.  
  1386.     The accompanying formail program enables you to generate autoreplies,
  1387.     split up digests/mailboxes into the original messages, do some very
  1388.     simple header-munging/extraction, or force mail into mail-format (with
  1389.     leading From line).
  1390.  
  1391.     Also included is a comprehensive mailinglist/archive management system.
  1392.  
  1393.     Since procmail is written entirely in C, it poses a very low impact
  1394.     on your system's resources (under normal conditions, when you don't
  1395.     start other programs/scripts from within it).
  1396.  
  1397.     Procmail was designed to deliver the mail under the worst conditions
  1398.     (file system full, out of swap space, process table full, file table
  1399.     full, missing support files, unavailable executables; it all doesn't
  1400.     matter).  Should (in the unlikely event) procmail be unable to deliver
  1401.     your mail somewhere, the mail will bounce back to the sender or reenter
  1402.     the mailqueue (your choice).
  1403.  
  1404.     A recent version can be picked up at various comp.sources.misc archives.
  1405.     The latest version (2.90) can be obtained directly from the ftp-archive at:
  1406.         ftp.informatik.rwth-aachen.de (137.226.112.172)
  1407.         as zipped tar file:             pub/unix/procmail.tar.zip       <152KB
  1408.         as compressed tar file:         pub/unix/procmail.tar.Z         <216KB
  1409.         in compressed shar format:      pub/unix/procmail.??.Z        11 parts
  1410.  
  1411.     [Ed note: I had noted reported difficulties in integrating procmail
  1412.     with System V and/or smail 2.5.  The 2.70 version of Procmail eliminated
  1413.     these difficulties.]
  1414.  
  1415. mailagent: Author Raphael Manfredi* <ram@eiffel.com>
  1416.  
  1417.     The mailagent is yet another mail filter, written in perl, which will let
  1418.     you do anything with your mail. It has all the features you may expect from
  1419.     a filter: mailing lists sorting, forwarding to MTA or to inews, pre-processing
  1420.     of message before saving into folder, vacation mode, etc... It was initially
  1421.     written as an ELM-filter replacement, but has now enough power to also
  1422.     supplant MMDF's .maildelivery. There is also a support for @SH mail hooks,
  1423.     which allows you to automatically distribute patches or software via command
  1424.     mails.
  1425.  
  1426.     The mailagent was designed to make mail filtering as easy as it can be. It
  1427.     is highly configurable and fairly complete. Rules are specified in a lex-like
  1428.     style, with the full power of perl's regular expressions. The automaton
  1429.     supports the notion of mode, and header selection has many magic features
  1430.     built-in, to ease the rule writing process.
  1431.  
  1432.     The distribution comes with a set of examples, an exhaustive test suite,
  1433.     and naturally a detailed manual page. It should be noted that the mailagent
  1434.     will work even if your system administrator forbids "| programs" hooks in
  1435.     the ~/.forward, provided you have access to some sort of cron daemon.
  1436.  
  1437.     The mailagent program is available via anonymous FTP thanks to Christopher
  1438.     Davis <ckd@eff.org>:
  1439.  
  1440.     Host: ftp.eff.org (192.88.144.4),
  1441.     Directory: /pub/net-tools
  1442.     File: perl-mailagent.tar.Z
  1443.  
  1444.     Recently issued patches can be obtained directly from my mailagent (see
  1445.     instructions in the README file).
  1446.  
  1447.     [Ed note: while feasible to use this as an LDA, the author recommends against
  1448.     it.  Since it is written in Perl, it can cause rather severe performance
  1449.     problems on small machines, but it does try to regulate system impact.
  1450.     On high performance workstations, it should be a real winner.]
  1451.  
  1452. pathalias: Author Peter Honeyman
  1453.  
  1454.     Pathalias reads the UUCP Map Project maps (they need to be extracted
  1455.     from the postings first) and constructs a database containing the
  1456.     minimum cost route to any machine in the maps.  This database can
  1457.     then be used with any mailer that knows how to search the database
  1458.     (eg: smail 2.5, Zmailer?, and some versions of sendmail.  Smail 3
  1459.     comes bundled with pathalias).
  1460.  
  1461.     There were previous versions of this program.  You must use
  1462.     pathalias version 10 (latest version), because some map format
  1463.     changes have been made and only pathalias 10 can parse them.
  1464.     If your pathalias doesn't give a syntax error on:
  1465.     echo "file {foo}" | pathalias
  1466.     It's the new one.
  1467.  
  1468.     There were other route-generating programs, but all (as far as
  1469.     I know) are very obsolete, and none run as fast as pathalias
  1470.     (still, which can be rather hard on machines with smallish virtual
  1471.     memory or RAM capacities).
  1472.  
  1473.     pathalias 10 is available from comp.sources.unix archives,
  1474.     volume 22.  A patch was just released in comp.sources.unix
  1475.     (vol 25) that addresses an oddity when used with smail (not that
  1476.     I've ever noticed it).
  1477.  
  1478. uuhosts: Author John Quarterman
  1479.  
  1480.     The "defacto" standard UUCP Map Project map unpacker.  Includes
  1481.     a program to arbitrarily view individual map entries.  Uuhosts
  1482.     implements trojan horse/virus security by running under
  1483.     a "chroot()" system call.  Uuhosts does not appear to be
  1484.     actively maintained, and the last versions that I have inspected
  1485.     were unable to easily compress the maps (a full set of maps
  1486.     is >6000 blocks), had no provision for automatically
  1487.     running pathalias, and will not work with the newest version
  1488.     of cnews.  Further, uuhost's header checking is so picky
  1489.     that the slightest change in the map format will cause
  1490.     uuhosts to reject map updates.
  1491.  
  1492.     Use of uuhosts now will require some minor hacking - and this
  1493.     hacking will stretch your knowledge of Bourne shell programming.
  1494.  
  1495.     The last edition, "uuhost4" (version 1.69) appears to have
  1496.     been posted in comp.sources.unix in volume 3, 1986.
  1497.  
  1498.     Do not be confused by Jan-Piet Mons "uuhost 2.0" program posted
  1499.     in alt.sources.  This is not a map unpacker.  It is just
  1500.     a map viewer, and is a subset of the real uuhosts.
  1501.  
  1502. unpackmaps: Author Chris Lewis* <clewis@ferret.ocunix.on.ca>
  1503.  
  1504.     Unpackmaps is a superset of the functionality of uuhosts.
  1505.     It obtains its security by doing the map unpacking with
  1506.     a specialized parser that knows the map article format
  1507.     rather than invoking a shar/shell.  Compression and pathalias
  1508.     invocation is automatic, correctly takes into account
  1509.     the change date of local configuration files, and will
  1510.     work with the latest Cnews.
  1511.  
  1512.     The newest version of unpackmaps, version 4.1, has been
  1513.     released to comp.sources.misc, and appeared in volume 34.
  1514.     This version is entirely written in C, is considerably faster
  1515.     than unpackmaps 3 or uuhosts, has considerably more features,
  1516.     and will work with Brian Reids PostScript net maps too.
  1517. -- 
  1518. Look on the bright side - at least the PC's reached gender parity!
  1519. Chris Lewis; clewis@ferret.ocunix.on.ca; Phone: Canada 613 832-0541
  1520. Ferret list: ferret-request@ferret.ocunix.on.ca
  1521. Latest psroff: FTP://ftp.uunet.ca/distrib/chris_lewis/psroff3.0pl17/*
  1522.