]> git.proxmox.com Git - pmg-docs.git/commitdiff
pmg-mail-filter.adoc: start mail filter setup docu
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 9 Jan 2018 08:04:25 +0000 (09:04 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 9 Jan 2018 08:21:53 +0000 (09:21 +0100)
images/screenshot/pmg-gui-mail-filter-rules.png [new file with mode: 0644]
pmg-admin-guide.adoc
pmg-intro.adoc
pmg-mail-filter.adoc [new file with mode: 0644]

diff --git a/images/screenshot/pmg-gui-mail-filter-rules.png b/images/screenshot/pmg-gui-mail-filter-rules.png
new file mode 100644 (file)
index 0000000..6d0cf8c
Binary files /dev/null and b/images/screenshot/pmg-gui-mail-filter-rules.png differ
index a72fca16955749cb43819d4ae60bc53522fae99d..feeb526c415c64825f6fb1d36bb4cb00c2d8a413 100644 (file)
@@ -27,6 +27,8 @@ include::pmg-installation.adoc[]
 
 include::pmgconfig.adoc[]
 
+include::pmg-mail-filter.adoc[]
+
 include::pmgbackup.adoc[]
 
 
index f9ed17c20a012ea7aa96621d309f29f23780d3ba..2bf822650ad8071614ea9452be76a5fabfd1a9a3 100644 (file)
@@ -128,10 +128,6 @@ domains. It’s an easy but very powerful way to define filter rules by
 user, domains, time frame, content type and resulting action. {pmg}
 offers a lot of powerful objects to configure your own custom system.
 
-ACTIONS - objects::
-
-Defines the final actions.
-
 WHO - objects::
 
 Who is the sender or receiver of the e-mail?
@@ -144,6 +140,10 @@ WHEN - objects::
 
 When is the e-mail received by {pmg}?
 
+ACTIONS - objects::
+
+Defines the final actions.
+
 Every rule has five categories FROM, TO, WHEN, WHAT and ACTION. Every
 of these categories can contain several objects and a direction (in,
 out or both).
diff --git a/pmg-mail-filter.adoc b/pmg-mail-filter.adoc
new file mode 100644 (file)
index 0000000..ebb9f66
--- /dev/null
@@ -0,0 +1,45 @@
+Mail Filter
+===========
+
+{pmg} ships with a highly configurable mail filter. It’s an easy but
+powerful way to define filter rules by user, domains, time frame,
+content type and resulting action.
+
+image::images/screenshot/pmg-gui-mail-filter-rules.png[]
+
+
+Filter rules are composed of object
+to match certain criteria:
+
+WHO - objects::
+
+Who is the sender or receiver of the e-mail? Thos object can be used
+for the 'TO' and/or 'FROM' category.
++
+====
+Example: EMail-object - Who is the sender or receiver of the e-mail?
+====
+
+WHAT - objects::
+
+What is in the e-mail?
++
+====
+Example: Does the e-mail contain spam? 
+====
+
+WHEN - objects::
+
+When is the e-mail received by {pmg}?
++
+====
+Example: Office Hours - Mail is received between 8:00 and 16:00.
+====
+
+ACTIONS - objects::
+
+Defines the final actions.
++
+====
+Example: Mark e-mail with “SPAM:” in the subject.
+====