1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

Fixes #79 and add spamassassin configuration variables (see README.md)

This commit is contained in:
Thomas VIAL
2016-02-18 22:11:24 +01:00
parent 24e3b1286e
commit 59a6649f0e
4 changed files with 32 additions and 8 deletions

View File

@ -88,6 +88,12 @@ Example:
* ENABLE_POP3
* *empty* (default) => POP3 service disabled
* 1 => Enables POP3 service
* SA_TAG
* *2.0* (default) => add spam info headers if at, or above that level
* SA_TAG2
* *6.31* (default) => add 'spam detected' headers at that level
* SA_KILL
* *6.31* (default) => triggers spam evasive actions)
Please read [how the container starts](https://github.com/tomav/docker-mailserver/blob/master/start-mailserver.sh) to understand what's expected.