1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-09-29 11:41:18 +02:00

Updated FAQ and Tips (markdown)

This commit is contained in:
Tim Buschmann 2017-01-05 09:06:21 +01:00
parent c41aed1df4
commit d0e1eb2805

@ -57,7 +57,7 @@ Put received spams in `.Junk/` imap folder and add a cron like the fllowing:
```
# Everyday 2:00AM, learn spam for this specific user
0 2 * * * docker exec mail sa-learn --spam /var/mail/domain.com/username/.Junk
0 2 * * * docker exec mail sa-learn --spam /var/mail/domain.com/username/.Junk --dbpath /var/mail-state/lib-amavis/.spamassassin
```
### What kind of SSL certificates can I use?