From d5ba2f8e42473ad0ddea55e68f1407691511f465 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesendahl Date: Mon, 11 Mar 2019 15:49:47 +0100 Subject: [PATCH] emphasize difference between user and system crontab --- docs/content/config/troubleshooting/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/config/troubleshooting/faq.md b/docs/content/config/troubleshooting/faq.md index 2d935127..aaf52bc7 100644 --- a/docs/content/config/troubleshooting/faq.md +++ b/docs/content/config/troubleshooting/faq.md @@ -57,7 +57,7 @@ In the default setup, amavis only applies Spamassassin x-headers into domains ma ### How can I make SpamAssassin learn spam? -Put received spams in `.Junk/` imap folder and add a user cron like the following: +Put received spams in `.Junk/` imap folder and add a _user_ cron like the following: ``` # This assumes you're having `environment: ONE_DIR=1` in the docker-compose.yml, @@ -72,7 +72,7 @@ If you run the server with docker-compose, you can leverage on docker configs an The following config works nicely: -create a system cron file: +create a _system_ cron file: ```sh # in the docker-compose.yml root directory mkdir cron