From f9c80329b9a2308043953cd3569a13eb93cc3772 Mon Sep 17 00:00:00 2001 From: psy Date: Fri, 12 Feb 2021 16:05:31 +0100 Subject: [PATCH] add some doc --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cd9478..0bc37f1 100644 --- a/README.md +++ b/README.md @@ -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/..key` * `chown _rspamd /var/lib/rspamd/dkim/*` * `chmod u=r,go= /var/lib/rspamd/dkim/*` -* create/update selector in `/etc/rspamd/dkim_selectors.map`: ` ` \ No newline at end of file +* create/update selector in `/etc/rspamd/dkim_selectors.map`: ` ` + + +## spam learning +To train ham/spam from move actions from/to junk folder, `imap_sieve` needs to be enabled in dovecot.