home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / network / nfsml202.zip / README.ENG < prev   
Text File  |  1991-12-07  |  5KB  |  128 lines

  1.  
  2.                 NFSMAIL 2.02
  3.                 ============
  4.  
  5. NFSMAIL is two programs. MAILRD and MX. Those two programs will allow you
  6. to handle UNIX mail from your personal computer if you are running some sort
  7. of NFS. I have currently only worked with PC-NFS, and added some functions that
  8. will let the program work more efficient together with it.
  9.  
  10. This version is the first english version.
  11.  
  12. Functions:
  13.     * Read UNIX mail on the *NIX computer from your PC under MS-DOS.
  14.  
  15.     * Send mail to other users from your PC under MS-DOS.
  16.  
  17.     * Save received messages in a common archive on the UNIX computer,
  18.       or in local files.
  19.  
  20.     * Possibility to include received messages in replies.
  21.  
  22.     * It is possible to allow many users to use the same PC.
  23.  
  24.     * It is possible to let the program check for new messages, and
  25.       only enter interactive mode if there is new messages.
  26.  
  27.  
  28. Recommended equipment:
  29.  
  30.     * An UNIX computer working as NFS-server and UNIX mail central.
  31.  
  32.     * One PC running MS-DOS and PC-NFS 3.5.
  33.           (Other NFS programs can also be used with minor limitations)
  34.  
  35.     * The drive M: mapped to '/usr/mail' on the UNIX computer.
  36.  
  37.     * Sub-directories 'pcsend' and 'pcsaved' created under
  38.       the directory '/usr/mail' with the protection 'rwxrwxrwx'.
  39.  
  40.     * The program MX installed in crontab for the user 'root'.
  41.  
  42.  
  43. If all those steps are accepted, MAILRD will be able to send and receive
  44. messages from the UNIX computer, to automatically resolve the
  45. username and domainname and to save messages in a common message database.
  46.  
  47. You can also use MAILRD in an another environment where the message database
  48. is compatible with the UNIX mail database.
  49.  
  50. If PC-NFS isn't used, or the version of PC-NFS isn't compatible with
  51. PC-NFS version 3.5, then you will have to set the environment variables
  52. USERID and DOMAIN.
  53.  
  54. You can also select your favourite MS-DOS editor to edit your messages.
  55. This is done with the environment variables EDITOR and EDITPAR.
  56. The EDITPAR variable is used to tell MAILRD the command line parameter
  57. that is used to go to a specific line in the message.
  58.  
  59.     set USERID=myname
  60.     set DOMAIN=mydomain.se
  61.     set EDITOR=emacs
  62.     set EDITPAR=-g%d
  63.  
  64. With the above assignments, you will be called 'myname' with the address
  65. 'mydomain.se'. You will also use the editor 'emacs' to edit your sent messages.
  66.  
  67. If you asign EDITPAR in a BAT-file, you will have to double the percent sign
  68. since it is used as a special character in MS-DOS BAT files.
  69.  
  70. A sample configuration exists in the file MAIL.BAT
  71.  
  72. Observe that all messages processed by MAILRD isn't readable by UNIX mail
  73. since the messages are stored in the pcsaved directory!
  74.  
  75. You can also use MAILRD together with UUPC, but you will get some limitations.
  76.  
  77. There is a swedish version of this program that contains translation between
  78. IBM PC-8 (CP437) and Swedish 7-bit E47.
  79.  
  80. I am trying to write a Window-oriented version of this program too, but
  81. this will be a later problem. (It will be Window-oriented both under
  82. MS-DOS and MS-Windows.)
  83.  
  84. The following commands can be used in MAILRD.
  85.  
  86. Q    Terminate the program.
  87. R    Reply the last message
  88. D    Delete the last message. (Only valid if the 'A' command is given.)
  89. W    Write the last message to file or to a device.
  90. S    Send a new message.
  91. L    List all new messages.
  92. A    List all old and new messages.
  93.  
  94. When writing the message to file or device, you can select the device
  95. LPT1: and the message will be written to a printer connected to this port.
  96.  
  97. Try to fill in both the "To:" field and the "Subject:" field completely
  98. when you send a message. It is bad manner not doing so.
  99.  
  100. To select a text to read, enter the number of the text and press <RETURN>.
  101.  
  102. This program is developed on a PC running MS-DOS 5.0 and PC-NFS 3.5.
  103. The UNIX computer was a DIAB DS90-21 running DNIX 5.3.
  104.  
  105. You can start the program either with only "MAILRD" or with
  106. "MAILRD NEW". In the later case, the program will terminate if
  107. no new messages was found.
  108.  
  109. It is only possible to delete messages if the 'A'-Command has been
  110. given. All messages marked for delete will be reset if the 'L'-command
  111. is given. Messages is not truly deleted until the program is terminated.
  112.  
  113. I welcome all enhancement ideas!
  114.  
  115. To register NFSMAIL, send me US$20 per copy together with your name and
  116. address, and I will send you a version that doesn't show the shareware
  117. message.
  118. If you send me US$100, you may copy and use the program without limitations
  119. at your company, department or university.
  120. If you send me US$200, I will also send you the source (as dirty as it is).
  121.  
  122. Nils Hammar
  123. E-mail: 4341@msg.abc.se  nils@f109f.mil.se
  124. Fidonet: 2:204/90
  125. SnailMail: Storstigen 35B
  126.            S-951 39 LULEÅ
  127.            SWEDEN
  128.