New (short) faq: en_US/faq/2-iredadmin-pro.spam.policy.priority.md.

This commit is contained in:
Zhang Huangbin 2016-09-21 16:23:55 +08:00
parent b86575ab3b
commit a9e04af68e
3 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# iRedAdmin-Pro: Priority of spam policy used in iRedMail & iRedAdmin-Pro
With `@lookup_sql_dsn =` enabled in Amavisd config file, Amavisd will lookup
spam policies from SQL database `amavisd` for different accounts. The
priorities of different spam policies are:
1. Highest: per-user spam policy set in user profile page
1. Lower: per-domain spam policy set in domain profile page
1. Even lower: global spam policy set in iRedAdmin-Pro: "System -> Anti Spam -> Global Spam Policy"
1. Lowest: server wide spam policy defined in Amavisd config file.
References:
* [Explanation of Amavisd SQL database](./amavisd.sql.db.html)

View File

@ -185,6 +185,7 @@
<li><a href="iredadmin-pro.default.password.policy.html">iRedAdmin-Pro: Default password restrictions</a></li>
<li><a href="iredadmin-pro.restful.api.html">iRedAdmin-Pro: RESTful API</a></li>
<li><a href="iredadmin-pro.self-service.html">iRedAdmin-Pro: Enable self-service to allow users to manage their own preferences and more</a></li>
<li><a href="iredadmin-pro.spam.policy.priority.html">iRedAdmin-Pro: Priority of spam policy used in iRedMail &amp; iRedAdmin-Pro</a></li>
<li><a href="translate.iredadmin.html">iRedAdmin-Pro: Translate iRedAdmin to your local language</a></li>
<li><a href="amavisd.sql.db.html">Explanation of Amavisd SQL database</a></li>
<li><a href="backup.restore.html">Backup and restore</a></li>

View File

@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>iRedAdmin-Pro: Priority of spam policy used in iRedMail & iRedAdmin-Pro</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
</head>
<body>
<div id="navigation">
<a href="/index.html" target="_blank">
<img alt="iRedMail web site"
src="./images/logo-iredmail.png"
style="vertical-align: middle; height: 30px;"
/>&nbsp;
<span>iRedMail</span>
</a>
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="iredadmin-pro-priority-of-spam-policy-used-in-iredmail-iredadmin-pro">iRedAdmin-Pro: Priority of spam policy used in iRedMail &amp; iRedAdmin-Pro</h1>
<p>With <code>@lookup_sql_dsn =</code> enabled in Amavisd config file, Amavisd will lookup
spam policies from SQL database <code>amavisd</code> for different accounts. The
priorities of different spam policies are:</p>
<ol>
<li>Highest: per-user spam policy set in user profile page</li>
<li>Lower: per-domain spam policy set in domain profile page</li>
<li>Even lower: global spam policy set in iRedAdmin-Pro: "System -&gt; Anti Spam -&gt; Global Spam Policy"</li>
<li>Lowest: server wide spam policy defined in Amavisd config file.</li>
</ol>
<p>References:</p>
<ul>
<li><a href="./amavisd.sql.db.html">Explanation of Amavisd SQL database</a></li>
</ul><div class="footer">
<p style="text-align: center; color: grey;">All documents are available in <a href="https://bitbucket.org/zhb/iredmail-docs/src">BitBucket repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. You can <a href="https://bitbucket.org/zhb/iredmail-docs/get/tip.tar.bz2">download the latest version</a> for offline reading. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.</p>
</div>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-3293801-21', 'auto');
ga('send', 'pageview');
</script>
</body></html>