Rspamd configuration moved to override.d

Dieser Commit ist enthalten in:
Michael Kuron 2017-09-21 18:37:30 +02:00
Ursprung dc6e70f097
Commit ab16ae7e25
2 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen

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\. Add a line with your newly-generated hash to `data/conf/rspamd/override.d/worker-controller.inc`:
```
enable_password = "myhash";
```

Datei anzeigen

@ -51,13 +51,13 @@ data/conf
│   │   ├── options.inc
│   │   ├── redis.conf
│   │   ├── rspamd.conf.local
│   │   └── statistic.conf
│   │   ├── statistic.conf
│   │   ├── logging.inc
│   │   ├── worker-controller.inc
│   │   └── worker-normal.inc
│   ├── lua
│   │   └── rspamd.local.lua
│   └── override.d
│   ├── logging.inc
│   ├── worker-controller.inc
│   └── worker-normal.inc
│   └── override.d (files in this directory can be created to override settings from files in local.d)
└── sogo
├── sieve.creds
└── sogo.conf