home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / network / amigauuc.lha / AmigaUUCP / man / DMail < prev    next >
Text File  |  1991-09-09  |  7KB  |  179 lines

  1.  
  2. NAME
  3.     DMail
  4.  
  5. SYNOPSIS
  6.     DMail        go into mail shell if mail pending
  7.     DMail -O    go into mail shell whether you have mail or not
  8.     DMail path    mail somebody (go directly to mail editor)
  9.     DMail -f file    use a file other than your default mail box
  10.  
  11.     There are other options.  To get a complete list of options
  12.     enter 'DMail -O' at a CLI prompt, then at the mail prompt
  13.     enter the 'help' command.
  14.  
  15.     The file MAN:dmail.help must exist for dmail's online help
  16.     to work!  This file exists in the boot floppy's man directory.
  17.  
  18.     DMail's online help is *EXTENSIVE* and quite flexible.  You need
  19.     only specify a fragment of what you are looking for and the help
  20.     command will do its best to find the appropriate commands.
  21.  
  22.     NOTE: The USERNAME and REALNAME enviroment variables override any
  23.     UULIB:Config based enviroment variable.
  24.  
  25.     NOTE: Under 2.0 you may use local USERNAME and REALNAME variables
  26.     to support true multi-user capability.
  27.  
  28.     NOTE: As of AmigaUUCP 1.15 your signature file default should be
  29.     UULIB:<username>.signature (where <username> is your user name)
  30.     instead of just UULIB:.signature
  31.  
  32. DESCRIPTION
  33.  
  34.     DMail is an interactive mail editor that allows you to
  35.     view and respond to messages in your mail box as well
  36.     as generate new messages from scratch.    DMail has a huge
  37.     number of commands and options ('set' variables) that cannot
  38.     be described in a manual entry like this so I leave those to
  39.     the online help capability.
  40.  
  41.     The basic dmail commands are (and these may be abbreviated):
  42.  
  43.         type  [msgno]    type a message
  44.         reply [msgno]    reply to a message
  45.         Reply [msgno]    reply to a message and include original text
  46.         mail  path        send new mail to somebody
  47.         d      [msgno]    delete a message
  48.         dt            delete current msg and type next one
  49.         db            delete current msg and type previous one
  50.         list        list available messages
  51.  
  52.     These are only a few commands out of many.  Commands like
  53.     mail and reply bring up an interactive editor (default is DME
  54.     but you should be able to use your favorite editor... just
  55.     change the defaults in UULIB:Config).
  56.  
  57.     When sending and replying to email, what you see from the
  58.     editor is pretty much what you get.  If you quit out of the
  59.     editor without saving the email is aborted.  If you save and
  60.     quit from the editor DMail will scan the message and figure
  61.     out who to send it to by extracting addresses out of the
  62.     To:, Cc:, and Bcc: fields.  DMail then runs Sendmail to
  63.     actually send the message (which may wind up queueing it
  64.     via UUCP to somewhere else).
  65.  
  66.     You list the primary recipients of the message in the To:
  67.     field, separated by commas.  you may continue an address
  68.     list like this:
  69.  
  70.         To:     blah, blah, blah, blah, blah,
  71.             blah, blah, blah, blah, blah,
  72.         Cc:
  73.  
  74.     The Cc: field lists carbon-copy recipients of the message...
  75.     people you want to see the message but for which the message
  76.     is not primarily meant for.  This can be left blank or
  77.     deleted.
  78.  
  79.     The Bcc: field lists blind-carbon-copy recipients of the
  80.     message.  Specifically, the message gets sent to these
  81.     people but the Bcc: field itself is NOT propogated, so nobody
  82.     but you knows that the message was also sent to these
  83.     people.
  84.  
  85.     Every message should have a Subject: field, usually a one
  86.     liner that describes the subject of the message.  When replying
  87.     to a message you usually keep the original message's Subject:
  88.     line and prepend an 'Re:' to it... normally you do NOT allow
  89.     Re:'s to build up.  I.E. Re: Re: Re: <original subj> is not
  90.     considered proper.
  91.  
  92.     When using the upper case Reply that includes the original
  93.     text of the message, please prune out as much as you can to
  94.     decrease redundant bandwidth.  The original most likely has
  95.     a copy of the original message anyway and the idea is to
  96.     simply provide a soft reminder to jog the originator's memory.
  97.  
  98.     A BLANK LINE ALWAYS SEPARATES THE HEADER LIST FROM THE MESSAGE
  99.     BODY!!!
  100.  
  101. ADDRESSES
  102.  
  103.     DMail attempts to pick the proper return path when you reply
  104.     to a message and place that path into the To: field for you.
  105.  
  106.     DMail does not always get it right.  Sometimes it is not
  107.     possible to get it right.  Generally, bang (!) only paths
  108.     are safe.  A bang path lists the machines the message to
  109.     reach through with the last field being the user on the
  110.     destination machine.  For example:
  111.  
  112.         To: fubar!uunet.uu.net!overload!dillon
  113.  
  114.     Assuming I talk UUCP to fubar directly my message will be
  115.     sent first to the machine fubar, then the machine uunet,
  116.     then the user 'dillon' on overload.
  117.  
  118.     When at all possible finding a fully domained machine in a path
  119.     makes email all the more reliable.  For example,
  120.  
  121.         To: uunet.uu.net!overload!dillon
  122.  
  123.     This is the path to my amiga.  Note that the first element in the
  124.     path is a fully domain'd machine (an address with dots in it).  If
  125.     your Amiga talks to a machine that understands domains (say you
  126.     connect to a university machine), and assuming you set your
  127.     'DefaultNode' entry in UULIB:Config to this machine, a message
  128.     addressed as above will get to me.
  129.  
  130.             BADLY FORMED ADDRESSES
  131.  
  132.     Unfortunately, USENET and INTERNET addresses do not mix well. On
  133.     the INTERNET and address like this:
  134.  
  135.         a!b!user@foo.com    maps to    foo.com!a!b!user
  136.  
  137.     Whereas the same address in USENET format:
  138.  
  139.         a!b!user@foo.com    maps to    a!b!foo.com!user
  140.  
  141.     If confusion occurs, your best bet is to look at the 'Received:'
  142.     fields in the mail header (the HEADER command in DMail, but read
  143.     the online help for the HEADER command before using it).  These
  144.     fields tell you exactly which machines the message got routed
  145.     through and the order in which it was routed.  Try your best to
  146.     construct a bang (!) only path to the destination.
  147.  
  148.     Sending mail directly to an arbitrary address usually doesn't work
  149.     unless it is fully domained.  For example, mail to
  150.     fnf@fishpond.UUCP (Fred Fish) will fail utterly unless the machine
  151.     you connect to has a smart mailer and runs the UUCP Pathalias. On
  152.     the otherhand, using the path:
  153.  
  154.         <adjacent-big-machine>!cs.utexas.edu!asuvax!mcdphx!estinc!fnf
  155.  
  156.     will work assuming <adjacent-big-machine> understands domains. P.S.
  157.     if your DefaultNode entry in your UULIB:Config file is set properly
  158.     and assuming the later about your connection to the outside world,
  159.     you can just email directly through an arbitrary domained name:
  160.  
  161.         cs.utexas.edu!asuvax!mcdphx!estinc!fnf
  162.  
  163.     Of course, if you have UUCP setup in a small network between a few
  164.     friends and none of you have access to a major USENET node then you
  165.     cannot email outside your little group.
  166.  
  167.     Refer to the Domains manual page for information on using the
  168.     UULIB:Domain file to simplify addressing and to automatically
  169.     route email.
  170.  
  171. ENVIROMENT VARIABLES
  172.  
  173.     USERNAME    user name to use, else uses UserName config entry
  174.     REALNAME    real name to use, else uses RealName config entry
  175.  
  176.     Note that under 2.0 local variables may be used and will overide
  177.     both enviroment variables and config entries.
  178.  
  179.