Merge pull request #47 from mkuron/rspamd-override-custom

Rspamd configuration customization
Dieser Commit ist enthalten in:
André Peters 2018-01-14 12:34:13 +01:00 committet von GitHub
Commit a59f884e44
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -1,20 +1,3 @@
At first you may want to setup Rspamds web interface which provides some useful features and information.
1\. Generate a Rspamd controller password hash:
```
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:
```
enable_password = "myhash";
```
You can use `password = "myhash";` instead of `enable_password` to disable write-access in the web UI.
3\. Restart rspamd:
```
docker-compose restart rspamd-mailcow
```
Open https://${MAILCOW_HOSTNAME}/rspamd in a browser and login!
At first you may want to set up Rspamd's web interface, which provides some useful features and information.
In the Mailcow web admin interface, go to the Debug page and set the Rspamd UI password.
Then open https://${MAILCOW_HOSTNAME}/rspamd in a browser and log in!