docker compose -f /opt/mailcow-dockerized/docker-compose.yml logs --tail=100 rspamd-mailcow

Category: Mail Servers & Postfix

docker compose -f /opt/mailcow-dockerized/docker-compose.yml logs --tail=100 rspamd-mailcow

Show the last 100 Rspamd log lines

Rspamd logs each scanned message with its score and matched rules, plus errors from the fuzzy and neural modules. Grep the output for rule names like BAYES_IS_SPAM to trace why a message scored as it did. Verbose per-message detail lives in the history, not here.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.