This shows you the differences between two versions of the page.
faq:administrator:global_mail_rules [2014/05/30 16:28] – created vikki | faq:administrator:global_mail_rules [2014/06/13 15:19] (current) – removed vikki | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Global Mail Rules ===== | ||
- | The **Global Mail Rules** is for the administrator to further refine their email traffic. It is applicable on the incoming email sender' | ||
- | You have to login as Avomaster/ | ||
- | Go to **Profile -> Admin Task -> Global Email Rules** to access the configuration. | ||
- | |||
- | **Rules syntax:**\\ | ||
- | . Each line is a rule. A rule may contains wild card like those used by the Bourne shell.\\ | ||
- | . Each rule is prefix with an action, like this: **[// | ||
- | |||
- | **Examples: | ||
- | The following will allow all email from yahoo.com to get pass: | ||
- | pass *@yahoo.com | ||
- | Note that a " | ||
- | |||
- | The following will mark all emails from somedomain.com as Junk: | ||
- | junk *@somedomain.com | ||
- | |||
- | The following will reject (stop delivery) of all email coming from hotmail domain. | ||
- | | ||
- | Note that the * at the end will basically block all hotmail domain including: | ||
- | hotmail.com, | ||
- | |||
- | The following will allow one person vip@domain.com to pass the rule: | ||
- | | ||
- | vip@domain.com | ||
- | junk *@domain.com | ||
- | This would basically block all other email from domain.com other than vip@domain.com.\\ | ||
- | However, pay attention that the pass rule must place before the junk (or reject) rule, or else it will not work this way.\\ | ||
- | |||
- | Action tags available: | ||
- | **pass** Let the email pass. The Junk ranking will set to 0.\\ | ||
- | **reject** (or block) Reject the email, not going into the delivery system.\\ | ||
- | **junk** Deliver the email, with Junk rank set as 5 at least. |