home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 November / PCWorld_2000-11_cd.bin / Komunik / sambar444 / _SETUP.1 / aliases.stm < prev    next >
Text File  |  2000-01-22  |  4KB  |  95 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <TITLE>Mail Aliases Configuration</TITLE>
  5. </HEAD>
  6. <BODY bgcolor=#ffffff>
  7. <A HREF="/sysadmin/index.stm" TARGET=_top>
  8. <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
  9. <CENTER><FONT SIZE=6>Mail Aliases Configuration</FONT></CENTER><BR>
  10. <CENTER><I>Changes take affect immediately!</I></CENTER><BR>
  11. <P>
  12. <I><B>Wildcard Characters</B></I>
  13. <BR>
  14. The star (*) wildcard character matches any character string.  The
  15. question mark (?) wildcard character matches any one character in a
  16. fixed position.  All mail aliases are case-insensitive.
  17. <P>
  18. <CENTER>
  19. <P>
  20. <FONT SIZE=5 COLOR=#990033><B>Mail Aliases</B></FONT>
  21. </CENTER>
  22. <P>
  23. Mail aliases are used to map a mail userid to one or more mailboxes on
  24. the this mail server or internet mail addresses.  In the example below,
  25. mail addressed to <B>Tod.Sambar@sambar.com</B> is redirected to 
  26. the local <B>tod</B> mailbox.  Typical uses for aliases include mapping
  27. <I>firstname.lastname</I> to a mail user's mailbox and/or addressing 
  28. all the members of a group using a single name such as <I>engineering</I>.
  29. <P>
  30. The <B>Fred.Sambar</B> aliase below forwards mail to the <B>null</B>
  31. mailbox.  The <B>null</B> mailbox is a "special" mailbox that results 
  32. in the mail quietly being discarded without the sender being notified.
  33. <CENTER>
  34. <P>
  35. <TABLE border=0 cellspacing=4>
  36. <TR><TH>Alias </TH><TH align=left> Mailbox(s)</TH></TR>
  37. <TR><TD>support </TD><TD align=left> tod stacia</TD></TR>
  38. <TR><TD>info </TD><TD align=left> tod support@microsoft.com</TD></TR>
  39. <TR><TD>Tod.Sambar </TD><TD align=left> tod</TD></TR>
  40. <TR><TD>Fred.Sambar </TD><TD align=left> null</TD></TR>
  41. </TABLE>
  42. <P>
  43. <RCXcfgshow fname=mail.ini section=aliases>
  44. <P>
  45. <P>
  46. <FONT SIZE=5 COLOR=#990033><B>Mail Fetcher Aliases</B></FONT>
  47. </CENTER>
  48. <P>
  49. Mail <I>fetcher</I> aliases are exactly like regular mail aliases
  50. (above), except they <I>only apply to the fetcher</I>; outgoing mail
  51. is not affected by this alias.  
  52. Fetcher aliases are necessary for mailing lists that come in without an 
  53. identifiable user account.  For example, mail received from 
  54. <B>sambarlist@skyweb.se</B> is also addressed to <B>sambarlist@skyweb.se</B>,
  55. so there is no identifiable local mailbox.  A <B>Fetcher Alias</B>
  56. can be used to indicate that <B>sambarlist@skyweb.se</B> should go into 
  57. one or more local accounts, otherwise, it would go into
  58. the account identified by the <B>Unknown Mailbox</B>.
  59. (Note: Fetcher aliases are applied before standard aliases when retrieving
  60. mail via the fetcher.)
  61. <P>
  62. <CENTER>
  63. <P>
  64. <TABLE border=0 cellspacing=4>
  65. <TR><TH>Alias </TH><TH align=left> Mailbox(s)</TH></TR>
  66. <TR><TD>sambarlist@skyweb.se </TD><TD align=left> tod stacia</TD></TR>
  67. </TABLE>
  68. <P>
  69. <RCXcfgshow fname=mail.ini section=fetcher-aliases>
  70. <P>
  71. <FONT SIZE=5 COLOR=#990033><B>Forward Mail</B></FONT>
  72. </CENTER>
  73. <P>
  74. Mail "forwarding" operates much the same way as mail aliases
  75. do.  The only difference is in the order of evaluation  (aliases
  76. are evaluated first) and the requirement that the mailbox being
  77. forwarded exist.  The "forward" entry below sends all mail destined
  78. for the mailbox <B>tod</B> to the internet address <B>tod@altavista.net</B>.
  79. Warning:  If you inadvertently forward mail to an invalid mail address,
  80. all mail destined for the address will be bounced back to the client.
  81. <CENTER>
  82. <P>
  83. <TABLE border=0 cellspacing=4>
  84. <TR><TH>Mailbox </TH><TH align=left> Destination(s)</TH></TR>
  85. <TR><TD>tod </TD><TD align=left> tod@altavista.net</TD></TR>
  86. </TABLE>
  87. <P>
  88. <RCXcfgshow fname=mail.ini section=forward>
  89. <P>
  90. </CENTER>
  91. <BR>
  92. <A HREF="/"><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  93. </BODY>
  94. </HTML>
  95.