Hi everyone,
While mailcow is an amazing suite, I often found the built-in log viewing options a bit clunky when I needed to debug something quickly (its even worse from a mobile device). Searching through Rspamd or Postfix logs in Mailcow GUI isn’t always the smoothest experience.
To make my life (and hopefully yours) easier, I created mailcow-logs-viewer.
GitHub
Why I built this:
The main goal was to have a simple, responsive interface where I can check why an email is stuck or why an IP was blocked, without needing to open a terminal or navigate through the full Admin UI.
Instant Filtering: A clean search bar that actually feels fast. Filter by container or keyword (Postfix, Dovecot, Rspamd, etc.) instantly.
Minimalist & Lightweight: It doesn’t try to replace the mailcow UI; it just does one thing - viewing logs - extremely well and quickly.
Real-time Streaming: Uses Socket.io to push logs to your browser the moment they happen.
How it looks:


Quick Setup:
It runs as a lightweight container. Full instructions are in the repo.
I’d love to hear what your opinion 😎