From eb8b027695404660908ef7abe55e0852b4ec4e53 Mon Sep 17 00:00:00 2001 From: pjv Date: Thu, 3 Jan 2019 07:46:52 -0600 Subject: [PATCH] Disable greylisting fixes https://github.com/mailcow/mailcow-dockerized/issues/413 --- docs/u_e-rspamd.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/u_e-rspamd.md b/docs/u_e-rspamd.md index baaee96b5..fc39ccf2a 100644 --- a/docs/u_e-rspamd.md +++ b/docs/u_e-rspamd.md @@ -34,4 +34,16 @@ docker-compose exec rspamd-mailcow rspamc --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)