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
Feedback sent
We appreciate your effort and will try to fix the article