home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FS132_MA.ZIP / MAIL.MAN < prev    next >
Encoding:
Text File  |  1993-05-05  |  1.6 KB  |  44 lines

  1. .se Applications
  2. .vm 1
  3. .vi 3
  4. .rl 2
  5. .da 07 May, 1993
  6. .ss mail.exe
  7. .sa rmail, from
  8.  
  9. Mail is an RFC-822 compliant mailer subset. This program is as close to 
  10. UNIX(tm) mail as possible. For help in receive mode, type "?"; for help in 
  11. composition mode (sending mail), type "~?" on a new line.
  12.  
  13. For sending mail, simply type mail, followed by a single or list of
  14. valid addresses.
  15.  
  16.   Example: mail bill@excellent.com
  17.            mail ted@excellent.com fsuucp@zeus.calpoly.edu
  18.  
  19. Mail will accept a subject on the command line with the -s option.
  20.  
  21.   Example: mail -s Greetings bill@excellent.com
  22.  
  23. For receiving mail, simply type mail. To specify a specific mailbox, use
  24. the -f option. The "-f" option starts mail using the filename that is 
  25. specified instead of the default mail spool. There is no account security 
  26. provided for access to mailboxes. If you require user account security, it 
  27. is suggested that you use FSBBS and require all users to access the system 
  28. via modem. FSBBS provides complete account security.
  29.  
  30. Mail -a will dump a list of mailrc and aliases information.
  31.  
  32. Mail aliasing is handled through 3 files:
  33.  
  34. [libdir]\mail.rc is the main system alias file. All mail generated locally is 
  35. passed through aliases contained herein.
  36.  
  37. [home]\[user]\mailrc is the individual user mailrc. It is checked before the 
  38. system mail.rc is.
  39.  
  40. [libdir]\aliases contains systemwide aliases. It is checked after the mail has 
  41. been composed and set to RMAIL.EXE. No address rewriting takes place on 
  42. aliases placed herein. All mail coming in from off-site is passed through this 
  43. file for aliasing by RMAIL.EXE.
  44.