home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 November / PCWorld_1999-11_cd.bin / Komunik / Sambar / _setup.1 / aliases.stm < prev    next >
Text File  |  1999-08-28  |  3KB  |  70 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>Forward Mail</B></FONT>
  47. </CENTER>
  48. <P>
  49. Mail "forwarding" operates much the same way as mail aliases
  50. do.  The only difference is in the order of evaluation  (aliases
  51. are evaluated first) and the requirement that the mailbox being
  52. forwarded exist.  The "forward" entry below sends all mail destined
  53. for the mailbox <B>tod</B> to the internet address <B>tod@altavista.net</B>.
  54. Warning:  If you inadvertently forward mail to an invalid mail address,
  55. all mail destined for the address will be bounced back to the client.
  56. <CENTER>
  57. <P>
  58. <TABLE border=0 cellspacing=4>
  59. <TR><TH>Mailbox </TH><TH align=left> Destination(s)</TH></TR>
  60. <TR><TD>tod </TD><TD align=left> tod@altavista.net</TD></TR>
  61. </TABLE>
  62. <P>
  63. <RCXcfgshow fname=mail.ini section=forward>
  64. <P>
  65. </CENTER>
  66. <BR>
  67. <A HREF="/"><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  68. </BODY>
  69. </HTML>
  70.