add some doc
This commit is contained in:
parent
56d014d311
commit
f9c80329b9
1 changed files with 5 additions and 1 deletions
|
|
@ -50,4 +50,8 @@ rspamd can sign outgoing mails with dkim. the following steps are necessary:
|
||||||
* create private key file at `/var/lib/rspamd/dkim/<domain>.<selector>.key`
|
* create private key file at `/var/lib/rspamd/dkim/<domain>.<selector>.key`
|
||||||
* `chown _rspamd /var/lib/rspamd/dkim/*`
|
* `chown _rspamd /var/lib/rspamd/dkim/*`
|
||||||
* `chmod u=r,go= /var/lib/rspamd/dkim/*`
|
* `chmod u=r,go= /var/lib/rspamd/dkim/*`
|
||||||
* create/update selector in `/etc/rspamd/dkim_selectors.map`: `<domain> <selector>`
|
* create/update selector in `/etc/rspamd/dkim_selectors.map`: `<domain> <selector>`
|
||||||
|
|
||||||
|
|
||||||
|
## spam learning
|
||||||
|
To train ham/spam from move actions from/to junk folder, `imap_sieve` needs to be enabled in dovecot.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue