Rspamd configuration customization

Dieser Commit ist enthalten in:
Michael Kuron 2017-09-22 13:31:02 +02:00
Ursprung dc6e70f097
Commit a2dfa70a29

Datei anzeigen

@ -5,7 +5,7 @@ At first you may want to setup Rspamds web interface which provides some useful
docker-compose exec rspamd-mailcow rspamadm pw
```
2\. Replace the default hash in `data/conf/rspamd/override.d/worker-controller.inc` by your newly generated:
2\. Save your newly-generated hash by adding the following line to `data/conf/rspamd/override.d/worker-controller.custom.inc`:
```
enable_password = "myhash";
```