File rename and cleanup article titles.

This commit is contained in:
Zhang Huangbin 2014-09-20 18:53:21 +08:00
parent b35194791f
commit 75f56550db
5 changed files with 24 additions and 3 deletions

View File

@ -10,8 +10,8 @@
* [ Enable SMTPS service (SMTP over SSL, port 465)](src/default/4-howto/enable.smtps.md)
* [ LDAP: Add an alias domain ](src/default/4-howto/ldap.add.alias.domain.md)
* [ LDAP: Add a mail alias account ](src/default/4-howto/ldap.add.mail.alias.md)
* [ LDAP: User mail forwarding. ](src/default/4-howto/ldap.add.mail.forwarding.address.md)
* [ LDAP: Add a mail list account ](src/default/4-howto/ldap.add.mail.list.md)
* [ LDAP: User mail forwarding. ](src/default/4-howto/ldap.user.mail.forwarding.md)
* [ Pipe incoming email for certain user to external script ](src/default/4-howto/pipe.incoming.email.for.certain.user.to.external.script.md)
* [ Quarantine clean mail into SQL database](src/default/4-howto/quarantining.clean.mail.md)
* [ Force Dovecot to recalculate mailbox quota ](src/default/4-howto/recalculate.mailbox.quota.md)

View File

@ -0,0 +1,21 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> Amavisd + SpamAssassin not working, no mail header (X-Spam-*) inserted.</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<h1 id="amavisd-spamassassin-not-working-no-mail-header-x-spam-inserted">Amavisd + SpamAssassin not working, no mail header (X-Spam-*) inserted.</h1>
<p>Amavisd has below setting in its config file <code>/etc/amavisd/amavisd.conf</code> by default:</p>
<pre><code>$sa_tag_level_deflt = 2.0;
</code></pre>
<p>That means Amavisd will insert <code>X-Spam-Flag</code> and other <code>X-Spam-*</code> headers when email score &gt;= 2.0. If you want to let Amavisd always insert these headers, you can set it to a low score, for example:</p>
<pre><code>$sa_tag_level_deflt = -999;
</code></pre>
<p>Amavisd's main config file is different on different Linux/BSD distributions:</p>
<ul>
<li>Red Hat, CentOS, OpenBSD: <code>/etc/amavisd/amavisd.conf</code></li>
<li>Debian, Ubuntu: <code>/etc/amavis/conf.d/50-user</code> (and other config files under <code>/etc/amavs/conf.d/</code>)</li>
<li>FreeBSD: <code>/usr/local/etc/amavisd/amavisd.conf</code></li>
</ul></body></html>

View File

@ -19,10 +19,10 @@
</a></li>
<li><a href="howto/ldap.add.mail.alias.html"> LDAP: Add a mail alias account
</a></li>
<li><a href="howto/ldap.add.mail.forwarding.address.html"> LDAP: User mail forwarding.
</a></li>
<li><a href="howto/ldap.add.mail.list.html"> LDAP: Add a mail list account
</a></li>
<li><a href="howto/ldap.user.mail.forwarding.html"> LDAP: User mail forwarding.
</a></li>
<li><a href="howto/pipe.incoming.email.for.certain.user.to.external.script.html"> Pipe incoming email for certain user to external script </a></li>
<li><a href="howto/quarantining.clean.mail.html"> Quarantine clean mail into SQL database</a></li>
<li><a href="howto/recalculate.mailbox.quota.html"> Force Dovecot to recalculate mailbox quota