Disable greylisting
fixes https://github.com/mailcow/mailcow-dockerized/issues/413
Dieser Commit ist enthalten in:
Ursprung
8bebc205ed
Commit
eb8b027695
1 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen
|
@ -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)
|
||||
|
|
Laden …
In neuem Issue referenzieren