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

  1. .se Support Files
  2. .vm 1
  3. .vi 3
  4. .rl 2
  5. .da 07 May, 1993
  6. .ss aliases ([libdir]\aliases) (home\[user]\aliases)
  7. .sa rmail, mail, mailrc
  8.  
  9. The aliases file controls mail aliasing on a system or user level. There
  10. are 2 aliases files, one in lib, and one in each user's home directory. The
  11. home directory aliases file is checked first, and then the system aliases
  12. file. More specifically, personal aliasing is done by the mailer, while
  13. rmail does system aliasing. If you are using a 3rd party mailer, the aliases
  14. file in the user's home directory may not be checked (sometimes in favour of
  15. an aliasing mechanism provided by the 3rd party mailer).
  16.  
  17. It is possible to alias single, multiple, local, and offsite mail addresses. 
  18. The form is:
  19.   
  20.   alias aliasname resolution[ resolution]
  21.  
  22. Examples:
  23.  
  24.   alias funny funny-request@looking.clarinet.com
  25.   alias mlist phred bill@excellent.com ted@excellent.com 
  26.  
  27. The system's alias file is processed by rmail. In the case of incoming
  28. mail from offsite, it will be the only aliasing file processed. In the
  29. case of mail generated locally, it will be processed after the user's
  30. mailrc file is processed. Any aliases in the system's alias file which
  31. match resolutions in the user's mailrc will be further expanded. For
  32. example in the following situation:
  33.  
  34.   mailrc: alias kirk spock
  35.   aliases: alias spock picard
  36.  
  37. Any mail that the user sends to kirk will alias to spock, and be sent
  38. to rmail, which will then alias it to picard.
  39.  
  40. Network aliasing of machines is also supported. This allows you to alias 
  41. local machines so that mail to a server can be delivered locally. The command 
  42. is "iam". This option is only supported in the lib\alises file, not the
  43. version in the user's home directory.
  44.  
  45. Example:
  46.  
  47.   iam fubarsys.slo.ca.us
  48.   iam fubarsys.com
  49.   iam fubarsys
  50.   iam bbs.fubarsys.com
  51.   iam bbs
  52.   iam mir.uuplus.com
  53.   iam mir
  54.  
  55. Any mail received with these addresses will be treated and delivered as local 
  56. mail.
  57.  
  58. Please note that this is an optional file and that its absence will not hinder 
  59. the performance of FSUUCP.
  60.