diff --git a/docs/content/config/troubleshooting/faq.md b/docs/content/config/troubleshooting/faq.md index c85f5e10..ec7f569f 100644 --- a/docs/content/config/troubleshooting/faq.md +++ b/docs/content/config/troubleshooting/faq.md @@ -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?