Updated FAQ and Tips (markdown)

This commit is contained in:
Dominik 2017-01-19 22:14:17 +01:00
parent 5e2effeab0
commit bec968f482
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ Put received spams in `.Junk/` imap folder and add a cron like the fllowing:
0 2 * * * docker exec mail sa-learn --spam /var/mail/domain.com/username/.Junk --dbpath /var/mail-state/lib-amavis/.spamassassin
```
With the default settings, Spamassassin will require 200 mails trained for spam (for example with the method explained above) and 200 mails trained for ham (using the same command as above but using `--ham` and providing it with some ham mails). Until you provided these 200+200 mails, Spamassasin will not take the learned mails into account. For future reference, see the [Spamassassin Wiki](https://wiki.apache.org/spamassassin/BayesNotWorking).
### What kind of SSL certificates can I use?
You can use the same certificates you use with another mail server.
The only thing is that we provide a `self-signed` certificate tool and a `letsencrypt` certificate loader.