]> git.proxmox.com Git - pmg-docs.git/blame - pmg-mail-filter.adoc
pmg-mail-filter.adoc: start mail filter setup docu
[pmg-docs.git] / pmg-mail-filter.adoc
CommitLineData
62e86eb6
DM
1Mail Filter
2===========
3
4{pmg} ships with a highly configurable mail filter. It’s an easy but
5powerful way to define filter rules by user, domains, time frame,
6content type and resulting action.
7
8image::images/screenshot/pmg-gui-mail-filter-rules.png[]
9
10
11Filter rules are composed of object
12to match certain criteria:
13
14WHO - objects::
15
16Who is the sender or receiver of the e-mail? Thos object can be used
17for the 'TO' and/or 'FROM' category.
18+
19====
20Example: EMail-object - Who is the sender or receiver of the e-mail?
21====
22
23WHAT - objects::
24
25What is in the e-mail?
26+
27====
28Example: Does the e-mail contain spam?
29====
30
31WHEN - objects::
32
33When is the e-mail received by {pmg}?
34+
35====
36Example: Office Hours - Mail is received between 8:00 and 16:00.
37====
38
39ACTIONS - objects::
40
41Defines the final actions.
42+
43====
44Example: Mark e-mail with “SPAM:” in the subject.
45====