home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / sambar / _setup.1 / aliases.stm < prev    next >
Text File  |  2001-02-18  |  4KB  |  96 lines

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