home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #5 / AmigaPlus_Extra-CD_5-97.iso / online-tools / mail / mailserver / installation next >
Text File  |  1995-04-04  |  2KB  |  58 lines

  1.  
  2. Installation.
  3. -------------
  4.  
  5. 1: Copy the Mailserver drawer and it's contents to your hard disk.
  6.  
  7. 2: Assign Mailserver: to this drawer. Add the assign to s:user-startup.
  8.  
  9. 3: Add the line
  10.  
  11.    mailserver: "|mailserver:sys/mailserver"
  12.  
  13.    to your mail aliases file. This is usually uulib:aliases, but could
  14.    also be uulib:mail/aliases or uulib:.elm/aliases.
  15.  
  16. 4: Enter the following command from the shell:
  17.  
  18.    protect mailserver:sys/mailserver +swrd
  19.    protect mailserver:sys/autoencode +swrd
  20.  
  21. 5: Edit the prefs file, mailserver:sys/prefs, to suit your own needs.
  22.    Files begining with a Subject: line should always have a blank line after
  23.    the Subject: line, as these form the headers of the email files.
  24.  
  25.    You should also go through the other files in the sys directory,
  26.    and edit them for your own needs.
  27.  
  28. 6: Make sure you have the environment variable 'USERNAME' set correctly.
  29.    
  30.    e.g. Setenv USERNAME dom
  31.  
  32.    Add this command to s:user-startup if needed.
  33.  
  34. 7: Put any files you want to be accessible to Mailserver in the
  35.    mailserver:public directory. You can add as many subdirectories as
  36.    you like, or edit the prefs file to set the publicdir anywhere you
  37.    like. (CD0:aminet for example.)
  38.  
  39. 8: Make sure you have RexxMast running (sys:system/rexxmast).
  40.  
  41.  
  42. 9: Test your setup by by sending mail to
  43.  
  44.         mailserver
  45.  
  46.    with
  47.  
  48.         HELP
  49.         DIR
  50.  
  51.     in the body of the message.
  52.  
  53. After installation, you may need to edit the mailserver:sys/prefs file
  54. to make it work with the version of Sendmail that you use. It is currently
  55. set up to work with the AmiTCP-DIS installation.
  56.  
  57.  
  58.