blob: 927f2a5b46acdb191854721a73c3bb128a539823 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[
{ type: install
message: <<EOM
- Add the following line to /etc/rc.conf to enable rspamd:
rspamd_enable="YES"
- Optionally you can adjust the user which runs Rspamd workers with the
variables rspamd_worker_user and rspamd_worker_group (default rspamd:rspamd).
- A symbolic link to %%ETCDIR%%/rspamd.newsyslog.conf
has been created in the /usr/local/etc/newsyslog.conf.d directory.
You can edit %%ETCDIR%%/rspamd.newsyslog.conf
to change log file rotation configuration.
EOM
}
]
|