mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
fixed a typo in the bayes shortcircuit docu
This commit is contained in:
parent
b8726b80a4
commit
739043d501
10
README.md
10
README.md
|
@ -63,7 +63,7 @@ Download the docker-compose.yml, the .env and the setup.sh files:
|
||||||
curl -o docker-compose.yml https://raw.githubusercontent.com/tomav/docker-mailserver/master/docker-compose.yml.dist
|
curl -o docker-compose.yml https://raw.githubusercontent.com/tomav/docker-mailserver/master/docker-compose.yml.dist
|
||||||
|
|
||||||
curl -o .env https://raw.githubusercontent.com/tomav/docker-mailserver/master/.env.dist
|
curl -o .env https://raw.githubusercontent.com/tomav/docker-mailserver/master/.env.dist
|
||||||
|
|
||||||
curl -o env-mailserver https://raw.githubusercontent.com/tomav/docker-mailserver/master/env-mailserver.dist
|
curl -o env-mailserver https://raw.githubusercontent.com/tomav/docker-mailserver/master/env-mailserver.dist
|
||||||
|
|
||||||
#### Create a docker-compose environment
|
#### Create a docker-compose environment
|
||||||
|
@ -426,9 +426,9 @@ If this is not set and reports are enabled with the old options, logrotate will
|
||||||
|
|
||||||
Note: This variable used to control logrotate inside the container and sent the pflogsumm report when the logs were rotated.
|
Note: This variable used to control logrotate inside the container and sent the pflogsumm report when the logs were rotated.
|
||||||
It is still supported for backwards compatibility, but the new option LOGROTATE_INTERVAL has been added that only rotates
|
It is still supported for backwards compatibility, but the new option LOGROTATE_INTERVAL has been added that only rotates
|
||||||
the logs.
|
the logs.
|
||||||
|
|
||||||
##### LOGROTATE_INTERVAL
|
##### LOGROTATE_INTERVAL
|
||||||
|
|
||||||
Defines the interval in which the mail log is being rotated.
|
Defines the interval in which the mail log is being rotated.
|
||||||
- **daily** => Rotate daily.
|
- **daily** => Rotate daily.
|
||||||
|
@ -478,7 +478,7 @@ Note: this spamassassin setting needs `ENABLE_SPAMASSASSIN=1`
|
||||||
|
|
||||||
- **1** => will activate spamassassin short circuiting for bayes spam detection.
|
- **1** => will activate spamassassin short circuiting for bayes spam detection.
|
||||||
|
|
||||||
This will uncommend the respective line in ```/etc/spamassasin/local.cf```
|
This will uncomment the respective line in ```/etc/spamassasin/local.cf```
|
||||||
|
|
||||||
Note: activate this only if you are confident in your bayes database for identifying spam.
|
Note: activate this only if you are confident in your bayes database for identifying spam.
|
||||||
|
|
||||||
|
@ -486,7 +486,7 @@ Note: activate this only if you are confident in your bayes database for identif
|
||||||
|
|
||||||
- **1** => will activate spamassassin short circuiting for bayes ham detection
|
- **1** => will activate spamassassin short circuiting for bayes ham detection
|
||||||
|
|
||||||
This will uncommend the respective line in ```/etc/spamassasin/local.cf```
|
This will uncomment the respective line in ```/etc/spamassasin/local.cf```
|
||||||
|
|
||||||
Note: activate this only if you are confident in your bayes database for identifying ham.
|
Note: activate this only if you are confident in your bayes database for identifying ham.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue