home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / comms / maillist_1 / !MailList / Docs / MailServer < prev    next >
Text File  |  1995-02-26  |  3KB  |  69 lines

  1. Using the Mail-Server Robot
  2. ===========================
  3.  
  4. Separately from the Mailing-list Robot a Mail-Server Robot is offered by
  5. MailList. You don't have to set-up any mailing-lists to use the Mail-Server.
  6. And you don't have to set-up the Mail-Server to use the Mailing-list Robot.
  7.  
  8. Many archive-sites (or FTP-sites) around the Internet (eg. HENSA, Demon,
  9. MIT) offer a Mail-server for those people unfortunate to have e-mail access
  10. only. A mail-server allows people to "download" files/applications from it's
  11. archive via e-mail.
  12.  
  13. The Mail-Server Robot integrated into MailList offers a simple way of
  14. distributing files/programs via e-mail. Only one request is supported to do
  15. this: SEND <file> [<size>]
  16.  
  17. The system-variable <MailList$MailServerDir>, which is set in the !Run file
  18. points to the directory where the archives are stored which can be retrieved
  19. via e-mail. By default this points to the directory:
  20.  
  21.   <MailList$Dir>.MailServer
  22.  
  23. But you can change this to anything you like. For example to:
  24.  
  25.   <UUCP_SPOOLDIR>.Public
  26.  
  27. or
  28.  
  29.   ADFS::4.$.archives.public
  30.  
  31. or whatever you like.
  32.  
  33. You can build an entire tree in this directory with subdirectories for
  34. different applications/archives. MailList will find its way.
  35.  
  36. Send the request: SEND INDEX
  37.  
  38. MailList will send the requester an index of all the files/subdirectories in
  39. the directory defined by <MailList$MailServerDir>.
  40.  
  41. The request: SEND <file> [<size>]
  42.  
  43. will send the requester the requested <file>. The <file> will be UUencoded
  44. before it is sent. Textfiles are sent unencoded. 
  45.  
  46. NOTE:    If a textfile contains top-bit set characters (ie. not standard
  47.          ASCII) then it is wise to change the filetype to someting else.
  48.          Top-bit set characters generally don't survive the net. Changing
  49.          the filetype will force the textfile to be UUencoded, thus
  50.          preserving the text.
  51.  
  52. If <size> is specified the (UUencoded) file will be split into parts of
  53. <size>kB before it is sent. As some gateways/routers on the Internet do not
  54. allow mail bigger than 100kB (AOL limits the size to 64kB) this can be a
  55. useful feature. I myself have successfully sent mails of over 400kB but this
  56. cannot always be guaranteed and needs some experimentation by each
  57. individual requester.
  58.  
  59. If there's a lot of interesting information on your system you may notice
  60. that some people have the habbit of requesting as much as possible. This
  61. will ofcourse slow your system down as a lot of data has to be processed and
  62. sent out. To keep things within limits you can restrict the amount of data a
  63. person retrieves from your system.
  64.  
  65. The request: QUOTA <size>
  66.  
  67. is a hostowner request. <size> is the maximum amount of data in kB that one
  68. person (i.e. e-mail address) may retrieve from your system per day.
  69.