Mailcow: Sieve Log

Modified on Mon, 15 Jun at 7:04 PM

First edit the config file to enable Sieve trace logging:

sudo nano /opt/mailcow-dockerized/data/conf/dovecot/extra.conf


Add this and then save:

plugin {
  sieve_trace_level = matching
  sieve_trace_debug = yes
}


Restart dovecot:

cd /opt/mailcow-dockerized
docker compose restart dovecot-mailcow


Run this to watch the log file:

docker compose logs -f --tail 0 dovecot-mailcow | grep -i sieve

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article