]> git.proxmox.com Git - pmg-docs.git/blame - pmg-mail-filter.adoc
pmg-installation: minor fixups and rephrase some parts
[pmg-docs.git] / pmg-mail-filter.adoc
CommitLineData
4a08dffe 1[[chapter_mailfilter]]
af0f1800
SI
2Rule-Based Mail Filter
3======================
62e86eb6
DM
4
5{pmg} ships with a highly configurable mail filter. It’s an easy but
6powerful way to define filter rules by user, domains, time frame,
7content type and resulting action.
8
a695a527 9[thumbnail="pmg-gui-mail-filter-rules.png", big=1]
62e86eb6 10
c9d28a2b
DM
11Every rule has 5 categories ('FROM', 'TO', 'WHEN', 'WHAT' and
12'ACTION'), and each category may contain several objects to match
13certain criteria:
62e86eb6 14
a16d5544 15'Who' - objects::
62e86eb6 16
6994b407 17Who is the sender or recipient of the email? Those objects can be used
62e86eb6
DM
18for the 'TO' and/or 'FROM' category.
19+
20====
6994b407 21Example: EMail-object - Who is the sender or recipient of the email?
62e86eb6
DM
22====
23
a16d5544 24'What' - objects::
62e86eb6 25
6994b407 26What is in the email?
62e86eb6
DM
27+
28====
6994b407 29Example: Does the email contain spam?
62e86eb6
DM
30====
31
a16d5544 32'When' - objects::
62e86eb6 33
6994b407 34When is the email received by {pmg}?
62e86eb6
DM
35+
36====
37Example: Office Hours - Mail is received between 8:00 and 16:00.
38====
39
a16d5544 40'Action' - objects::
62e86eb6
DM
41
42Defines the final actions.
43+
44====
6994b407 45Example: Mark email with “SPAM:” in the subject.
62e86eb6 46====
c9d28a2b
DM
47
48Rules are ordered by priority, so rules with higher priority are
49executed first. It is also possible to set a processing direction:
50
6994b407 51'In':: Rule applies for all incoming emails
c9d28a2b 52
6994b407 53'Out':: Rule applies for all outgoing emails
c9d28a2b
DM
54
55'In & Out':: Rule applies for both directions
56
57And you can also disable a rule completely, which is mostly useful for
58testing and debugging. The 'Factory Defaults' button alows you to
59reset the filter rules.
60
61
4a08dffe 62[[pmg_mailfilter_action]]
a16d5544
DM
63'Action' - objects
64------------------
c9d28a2b 65
a695a527 66[thumbnail="pmg-gui-mail-filter-actions.png", big=1]
c9d28a2b 67
6994b407 68Please note that some actions stop further rule processing. We call
c9d28a2b
DM
69such actions 'final'.
70
71Accept
72~~~~~~
73
74Accept mail for Delivery. This is a 'final' action.
75
76
77Block
78~~~~~
79
80Block mail. This is a 'final' action.
81
82
83Quarantine
84~~~~~~~~~~
85
86Move to quarantine (virus mails are moved to the “virus quarantine”,
87other mails are moved to “spam quarantine”). This is also a 'final' action.
88
89
90Notification
91~~~~~~~~~~~~
92
93Send notifications. Please note that object configuration can use
94xref:rule_system_macros[macros], so it is easy to include additional
95information. For example, the default 'Notify Admin' object sends the
96following information:
97
98.Sample notification action body:
99----
100Proxmox Notification:
101Sender: __SENDER__
102Receiver: __RECEIVERS__
103Targets: __TARGETS__
104Subject: __SUBJECT__
105Matching Rule: __RULE__
106
107__RULE_INFO__
108
109__VIRUS_INFO__
110__SPAM_INFO__
111----
112
113Notification can also include a copy of the original mail.
114
115
116Blind Carbon Copy (BCC)
117~~~~~~~~~~~~~~~~~~~~~~~
118
119The BCC object simply sends a copy to another target. It is possible to
120send the original unmodified mail, or the processed result. Please
121note that this can be quite different, i.e. when a previous rule
122removed attachments.
123
124
125Header Attributes
126~~~~~~~~~~~~~~~~~
127
6994b407 128This object is able to add or modify mail header attributes. As with notifications above, you can use xref:rule_system_macros[macros], making this a very powerful object. For example, the 'Modify Spam Level' actions adds detailed information about detected Spam characteristics to the `X-SPAM-LEVEL` header.
c9d28a2b 129
733e5b36 130.'Modify Spam Level' Header Attribute
c9d28a2b
DM
131----
132Field: X-SPAM-LEVEL
133Value: __SPAM_INFO__
134----
135
136Another prominent example is the 'Modify Spam Subject' action. This
137simply adds the 'SPAM:' prefix to the original mail subject:
138
733e5b36 139.'Modify Spam Subject' Header Attribute
c9d28a2b
DM
140----
141Field: subject
142Value: SPAM: __SUBJECT__
143----
144
145
146Remove attachments
147~~~~~~~~~~~~~~~~~~
148
149Remove attachments can either remove all attachments, or only those
a16d5544 150matched by the rules 'What' - object. You can also specify the
c9d28a2b
DM
151replacement text if you want.
152
f7d90c0a
DC
153You can optionally move those mails into the attachment quarantine, where
154the original mail with all attachments will be stored. The mail with the
155attachments removed will continue in the rule system.
156
157NOTE: The Attachment Quarantine Lifetime is the same as for the Spam Quarantine.
158
c9d28a2b
DM
159
160Disclaimer
161~~~~~~~~~~
162
163Add a Disclaimer.
66b48b3a
DM
164
165
4a08dffe 166[[pmg_mailfilter_who]]
a16d5544
DM
167'Who' - objects
168---------------
66b48b3a 169
a695a527 170[thumbnail="pmg-gui-mail-filter-who-objects.png", big=1]
66b48b3a
DM
171
172This type of objects can be used for the 'TO' and/or 'FROM' category,
6994b407 173and match the sender or recipient of the email. A single object can
66b48b3a
DM
174combine multiple items, and the following item types are available:
175
176EMail::
177
178Allows you to match a single mail address.
179
180Domain::
181
182Only match the domain part of the mail address.
183
184Regular Expression::
185
186This one uses a regular expression to match the whole mail address.
187
188IP Address or Network::
189
190This can be used to match the senders IP address.
191
192LDAP User or Group::
193
6994b407 194Test if the mail address belongs to a specific LDAP user or group.
66b48b3a 195
a16d5544 196We have two important 'Who' - objects called 'Blacklist' and
6994b407 197'Whitelist'. These are used in the default ruleset to globally block
3228913a
DM
198or allow specific senders.
199
40ed107a 200
4a08dffe 201[[pmg_mailfilter_what]]
a16d5544
DM
202'What' - objects
203----------------
40ed107a 204
a695a527 205[thumbnail="pmg-gui-mail-filter-what-objects.png", big=1]
40ed107a 206
a16d5544
DM
207'What' - objects are used to classify the mail content. A single
208object can combine multiple items, and the following item types are
40ed107a
DM
209available:
210
211Spam Filter::
212
c68d1d8a 213Matches if detected spam level is equal or greater than the configured value.
40ed107a
DM
214
215Virus Filter::
216
217Matches on infected mails.
218
fc900299
DM
219Match Field::
220
221Match specified mail header fields (eg. `Subject:`, `From:`, ...)
222
40ed107a
DM
223Content Type Filter::
224
225Can be used to match specific content types.
226
227Match Filename::
228
229Uses regular expressions to match attachment filenames.
230
231Archive Filter::
232
233Can be used to match specific content types inside archives.
883ec2c4 234This also matches the content-types of all regular (non-archived) attachments.
40ed107a 235
d5c0557a
DC
236Match Archive Filename::
237
238Uses regular expressions to match attachment filenames inside archives.
239This also matches the filenames for all regular (non-archived) attachments.
240
40ed107a 241
4a08dffe 242[[pmg_mailfilter_when]]
a16d5544
DM
243'When' - objects
244----------------
3228913a 245
a695a527 246[thumbnail="pmg-gui-mail-filter-when-objects.png", big=1]
3228913a 247
a16d5544 248'When' - objects are use to activate rules at specific daytimes. You
6994b407 249can compose them of one or more time frame items.
3228913a
DM
250
251The default ruleset defines 'Office Hours', but this is not used by
252the default rules.
99fd4bd4
DM
253
254
4a08dffe 255[[pmg_mailfilter_regex]]
99fd4bd4
DM
256Using regular expressions
257-------------------------
258
259A regular expression is a string of characters which tells us which
260string you are looking for. The following is a short introduction in
261the syntax of regular expressions used by some objects. If you are
262familiar with Perl, you already know the syntax.
263
264Simple regular expressions
265~~~~~~~~~~~~~~~~~~~~~~~~~~
266
267In its simplest form, a regular expression is just a word or phrase to
268search for. `Mail` would match the string "Mail". The search is case
269sensitive so "MAIL", "Mail", "mail" would not be matched.
270
271Metacharacters
272~~~~~~~~~~~~~~
273
274Some characters have a special meaning. These characters are called
275metacharacters. The Period (`.`) is a commonly used metacharacter. It
276matches exactly one character, regardless of what the character is.
6994b407
OB
277`e.mail` would match either "e-mail" or "e2mail" but not
278"e-some-mail" or "email".
99fd4bd4
DM
279
280The question mark (`?`) indicates that the character immediately
6994b407 281preceding it shows up either zero or one time. `e?mail` would match
99fd4bd4
DM
282either "email" or "mail" but not "e-mail".
283
284Another metacharacter is the star (`*`). This indicates that the
6994b407 285character immediately preceding it may be repeated any number of times,
99fd4bd4
DM
286including zero. `e*mail` would match either "email" or "mail" or
287"eeemail".
288
289The plus (`+`) metacharacter does the same as the star (*) excluding
290zero. So `e+mail` does not match "mail".
291
292Metacharacters may be combined. A common combination includes the
293period and star metacharacters (`.*`), with the star immediately following
294the period. This is used to match an arbitrary string of any length,
295including the null string. For example: `.*company.*` matches
296"company@domain.com" or "company@domain.co.uk" or
297"department.company@domain.com".
0601bef2 298
6994b407 299The book xref:Friedl97[] provides a more comprehensive introduction.