home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMNETML / FSUU13R1.ZIP / MAN.ZIP / ALIASES.MAN < prev    next >
Encoding:
Text File  |  1992-08-14  |  1.5 KB  |  52 lines

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