Merge pull request #121 from pjv/patch-1

Disable greylisting
Dieser Commit ist enthalten in:
André Peters 2019-01-03 14:50:20 +01:00 committet von GitHub
Commit 3fcd1ca686
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -34,4 +34,16 @@ docker-compose exec rspamd-mailcow rspamc --help
docker-compose exec rspamd-mailcow rspamadm --help docker-compose exec rspamd-mailcow rspamadm --help
``` ```
## Disable Greylisting
You can disable rspamd's greylisting server-wide by editing:
`{mailcow-dir}/data/conf/rspamd/local.d/greylist.conf`
Simply add the line:
`enabled = false;`
Save the file and then restart the rspamd container.
See [Rspamd documentation](https://rspamd.com/doc/index.html) See [Rspamd documentation](https://rspamd.com/doc/index.html)