]> git.proxmox.com Git - pmg-docs.git/commitdiff
pmg-mail-filter.adoc: document who objects
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 10 Jan 2018 11:18:41 +0000 (12:18 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 10 Jan 2018 11:18:41 +0000 (12:18 +0100)
images/screenshot/pmg-gui-mail-filter-what-objects.png [new file with mode: 0644]
images/screenshot/pmg-gui-mail-filter-when-objects.png [new file with mode: 0644]
images/screenshot/pmg-gui-mail-filter-who-objects.png [new file with mode: 0644]
pmg-mail-filter.adoc

diff --git a/images/screenshot/pmg-gui-mail-filter-what-objects.png b/images/screenshot/pmg-gui-mail-filter-what-objects.png
new file mode 100644 (file)
index 0000000..e043be4
Binary files /dev/null and b/images/screenshot/pmg-gui-mail-filter-what-objects.png differ
diff --git a/images/screenshot/pmg-gui-mail-filter-when-objects.png b/images/screenshot/pmg-gui-mail-filter-when-objects.png
new file mode 100644 (file)
index 0000000..aa12035
Binary files /dev/null and b/images/screenshot/pmg-gui-mail-filter-when-objects.png differ
diff --git a/images/screenshot/pmg-gui-mail-filter-who-objects.png b/images/screenshot/pmg-gui-mail-filter-who-objects.png
new file mode 100644 (file)
index 0000000..813f18b
Binary files /dev/null and b/images/screenshot/pmg-gui-mail-filter-who-objects.png differ
index d8f78d515439b1a3906f48f054474038ef25f0a5..c927d1ca9f931e1c9bee742de584a61333353eb7 100644 (file)
@@ -153,3 +153,37 @@ Disclaimer
 ~~~~~~~~~~
 
 Add a Disclaimer.
+
+
+WHO - objects
+-------------
+
+image::images/screenshot/pmg-gui-mail-filter-who-objects.png[]
+
+This type of objects can be used for the 'TO' and/or 'FROM' category,
+and macth the sender or receiver of the e-mail. A single object can
+combine multiple items, and the following item types are available:
+
+EMail::
+
+Allows you to match a single mail address.
+
+Domain::
+
+Only match the domain part of the mail address.
+
+Regular Expression::
+
+This one uses a regular expression to match the whole mail address.
+
+IP Address or Network::
+
+This can be used to match the senders IP address.
+
+LDAP User or Group::
+
+Test if the mail address belong to a specific LDAP user or group.
+
+We have two important WHO objects called 'Blacklist' and
+'Whitelist'. Those are used in the default ruleset to globally block
+or allow specific senders.
\ No newline at end of file