mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
ec48df1166
PR: 250904 Submitted by: Alexander Moisseev <moiseev at mezonplus.ru>
18 lines
505 B
Plaintext
18 lines
505 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|