mirror of
https://github.com/jiangcuo/pve-installer.git
synced 2026-08-12 12:23:39 +00:00
placing the common stuff top-level and the per-product stuff one directory-level down allows to access all used resources (css, images) from a common base path without hacking to much around. Per-product files are always preferred. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
71 lines
1.8 KiB
HTML
71 lines
1.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="pve-installer.css">
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<table border=0 width="800">
|
|
<tr><td> </td></tr>
|
|
<tr>
|
|
<td width="800" colspan="4" align="center">
|
|
<b class="htext">Object-oriented Rule System</b>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="400" colspan="2" valign="top"><br>
|
|
<table>
|
|
<tr><td><b>The rule system</b> enables you to define filter
|
|
rules by user, domains, time frame, content type and resulting
|
|
action. It is very flexible and easy to use.
|
|
<br><br>
|
|
Options range from simple spam and virus filter setups to
|
|
sophisticated, highly customized setups blocking certain types
|
|
of mails and generating notifications.
|
|
<br><br>
|
|
Its flexibility enables easy integration into your existing
|
|
network architecture.
|
|
</td></tr>
|
|
</table>
|
|
</td>
|
|
|
|
<td width="400" colspan="2" valign="top"><br>
|
|
<table border="0" width="400">
|
|
<tr>
|
|
<td valign="top"><img src="plus.png"></td>
|
|
<td valign="top">
|
|
<b>Who-objects</b><br>
|
|
The action of a rule will only be triggered if the email contains the defined who-object.
|
|
<br><br>
|
|
</td>
|
|
</tr>
|
|
<tr></tr>
|
|
<tr>
|
|
<td valign="top"><img src="plus.png"></td>
|
|
<td valign="top"><b>What-objects</b><br>
|
|
A what-object defines what will happen to an email with a specific content.
|
|
<br><br>
|
|
</td>
|
|
</tr> </tr>
|
|
<tr></tr>
|
|
<tr>
|
|
<td valign="top"><img src="plus.png"></td>
|
|
<td valign="top"><b>When-objects</b><br>
|
|
Set a time frame. The rule will only work in the specified time frame.
|
|
<br><br>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><img src="plus.png"></td>
|
|
<td valign="top"><b>Action-objects</b><br>
|
|
Basic actions: quarantine, block, accept, add disclaimer, notify ...
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|