Add rspamd config files

This commit is contained in:
Daniel Winzen
2021-05-22 20:02:56 +02:00
parent 8cbc46da2d
commit 00cf77b22f
21 changed files with 173 additions and 2 deletions

View File

@ -38,7 +38,7 @@ Note that debian also has an onion service package archive, so you may want to e
deb tor://vwakviie2ienjx6t.onion/debian `lsb_release -cs` main
```
Copy (and modify according to your needs) the site files in `var/www` to `/var/www` and the configuration files in `etc` to `/etc` after installation has finished. Then restart some services:
Copy (and modify according to your needs) the site files in `var/www` to `/var/www`, `usr/local` to `/usr/local` and the configuration files in `etc` to `/etc` after installation has finished. Then restart some services:
```
systemctl daemon-reload && systemctl restart bind9.service && systemctl restart dnsmasq.service && systemctl restart tor@default.service
```