home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / HELP.mailserver < prev    next >
Text File  |  1994-05-02  |  5KB  |  133 lines

  1. The Stuttgart mail server : a practical guide.
  2. ----------------------------------------------
  3. from: acorn3@ftp.uni-stuttgart.de (Kai Schlichting)
  4. updated by acorn1@ftp.uni-stuttgart.de (2/5/94)
  5.  
  6. ------From the acorn ftp and mail server list about us:-----------------------
  7.  
  8. [AB.]  mail-server@ftp.uni-stuttgart.de (acorn@ftp.uni-stuttgart.de)
  9. /pub/systems/acorn:                  See under "ftp servers".
  10. /incoming/acorn:                     See under "ftp servers".
  11. /pub/tex/systems/acorn:              See under "ftp servers".
  12.  
  13.   Requests are of the form:
  14.  
  15.     [uuencode]                       # Only for binary files
  16.     send <filename> [<filename>...]
  17.  
  18.   Use "send /pub/systems/acorn/README" and "send
  19.   /pub/systems/acorn/HOW2TRANSFER" for more information and an index.
  20.   There are many options, use "help" for a summary, or "send help" for
  21.   a detailed description of the archive server. 
  22. -----------------------------------------------------------------------------
  23.  
  24. 1.) obtaining a list and help files
  25.  
  26.    You can get the best and complete list of the files in the Acorn area by
  27.    ordering two files,which are updated daily and automatically:
  28.   ----
  29.   |mail mail-server@ftp.uni-stuttgart.de
  30.   |Subject:                   (no subject)
  31.   |
  32.   |open
  33.   |
  34.   |send /pub/systems/acorn/FILES     (or)
  35.   |
  36.   |send /pub/systems/acorn/HELP.mailserver (this file)
  37.   |
  38.   |uuencode
  39.   |send /pub/systems/acorn/FILES.Z
  40.   ----
  41.    The {uuencode} is not necessary when ordering files with a .Z suffix.
  42.    Please order .Z versions of index files whenever possible.
  43.  
  44.    To obtain the index file of recently added new software,add the following
  45.    line to your mail:
  46.   ----
  47.   |send /pub/systems/acorn/riscos/newsoft/index
  48.   ----
  49.  
  50.    To make the mail server send the files to an alternate email adress:
  51.    (this line should be given before any 'send' commands)
  52.   ----
  53.   |path email.adress
  54.   ----
  55.  
  56.    To obtain help on all possible mail server commands,add to your mail:
  57.   ----
  58.   |help
  59.   ----
  60.  
  61. 2.) finding the files you want
  62.  
  63.    Up to you how you do it, go thru the list,but if you search for maybe gcc,
  64.    then do a 'grep -i gcc FILES' , which searches the file 'FILES' for lines
  65.    that contain 'gcc' ,the '-i' tells grep to ignore cases.
  66.    Grep is a standard unix command and is available for the Arc,too,for example
  67.    the 'grep -i grep FILES' command gives you:
  68.     4216 Mar  9  1992 soft/acorn/riscos/problems/doc/bugreport
  69.    22543 Jun 17  1991 soft/acorn/riscos/unixtools/gnu/egrep.absolute
  70.    99039 Nov 18  1991 soft/acorn/riscos/unixtools/gnu/grep-src.tar.Z
  71.    Of which the egrep.absolute is a grep for the Archimedes.
  72.  
  73. 3.) creating mail for the mail server
  74.  
  75.    if you have found the file you wanted (grep ,here) you can order it as
  76.    follows:
  77.   ----
  78.   |mail mail-server@ftp.uni-stuttgart.de
  79.   |Subject:
  80.   |uuencode
  81.   |send /soft/acorn/riscos/unixtools/gnu/egrep.absolute
  82.   ----
  83.  
  84.    Please note: requesting files will work with both /pub/soft/acorn/... and
  85.                 /soft/acorn/... This is true for the ftp server,too.
  86.  
  87. 4.) receiving the files
  88.  
  89.    You will now receive 2 mails: (within 24 hours,but Stuttgart is generally
  90.    faster than newcastle; we have a lower load and a 2mbit net connection)
  91.    (about like this:)
  92.    unix>mail
  93.   >N 77 mserv    Sun Aug  1 23:19  51/1788 "Your request"
  94.    N 78 bit-bucket@ftp.uni-stuttgart.de Sun Aug  1 23:22  519/32140
  95.         "/serv/serv//soft/acorn/riscos"
  96.  
  97.    The mail from mserv is the processing report,which is short, so you'll get
  98.    it very sson after sending the request. It lists sent files/errors/etc .
  99.  
  100. !! It also sends you hints how to unpack multi-part transfers,which I will
  101. !! not explain in detail,here. Multi-part transfers look similar like
  102. !! newcastle multi-part transfers.
  103.  
  104.    Now save your received file :
  105.    mailer>& w 78 filename
  106.  
  107. 5.) creating the resulting file
  108.  
  109.    Assuming you have a one-part file, you can now uudecode the file in your
  110.    shell with:   (multi part archives look under 4.)
  111.  
  112.    ----
  113.    |uudecode filename
  114.    ----
  115.  
  116.    which ,in our example, will result in a file named 'egrep.absolute' :
  117.    unix> ls -l
  118.    -rw-r--r--  1 acorn     22543 Aug  1 23:23 egrep.absolute
  119.  
  120.    This is the final file, which you can copy to your Archimedes, then
  121.    filetype it to 'Absolute',and it will run.
  122.  
  123.    If the file hasn't an extension it normally is an archive or (e.g.
  124.    README) a textfile.
  125.  
  126. Questions ? mail to acorn@ftp.uni-stuttgart.de
  127.      unix-'talk' to acorn1@
  128.                     acorn2@
  129.                     acorn3@ftp.uni-stuttgart.de
  130.             24 hour manned helpdesk.
  131. --EOF--
  132.  
  133.