diff --git a/4-howto/ldap.add.mail.forwarding.address.md b/4-howto/ldap.user.mail.forwarding.md similarity index 100% rename from 4-howto/ldap.add.mail.forwarding.address.md rename to 4-howto/ldap.user.mail.forwarding.md diff --git a/README.md b/README.md index c93793a6..fc810ead 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/html/howto/amavisd.no.x-spam.headers.html b/html/howto/amavisd.no.x-spam.headers.html new file mode 100644 index 00000000..6a915d69 --- /dev/null +++ b/html/howto/amavisd.no.x-spam.headers.html @@ -0,0 +1,21 @@ + + + + Amavisd + SpamAssassin not working, no mail header (X-Spam-*) inserted. + + + + +

Amavisd + SpamAssassin not working, no mail header (X-Spam-*) inserted.

+

Amavisd has below setting in its config file /etc/amavisd/amavisd.conf by default:

+
$sa_tag_level_deflt  = 2.0;
+
+

That means Amavisd will insert X-Spam-Flag and other X-Spam-* headers when email score >= 2.0. If you want to let Amavisd always insert these headers, you can set it to a low score, for example:

+
$sa_tag_level_deflt  = -999;
+
+

Amavisd's main config file is different on different Linux/BSD distributions:

+ \ No newline at end of file diff --git a/html/howto/ldap.add.mail.forwarding.address.html b/html/howto/ldap.user.mail.forwarding.html similarity index 100% rename from html/howto/ldap.add.mail.forwarding.address.html rename to html/howto/ldap.user.mail.forwarding.html diff --git a/html/index.html b/html/index.html index dbc755bd..a99e996c 100644 --- a/html/index.html +++ b/html/index.html @@ -19,10 +19,10 @@
  • LDAP: Add a mail alias account
  • -
  • LDAP: User mail forwarding. -
  • LDAP: Add a mail list account
  • +
  • LDAP: User mail forwarding. +
  • Pipe incoming email for certain user to external script
  • Quarantine clean mail into SQL database
  • Force Dovecot to recalculate mailbox quota