mailcow Logs Viewer¶
A modern, self-hosted dashboard for viewing and analyzing mailcow mail server logs. Built for system administrators and technicians who need quick access to mail delivery status, spam analysis, and authentication failures.
Features¶
- Dashboard: Real-time statistics, container status, and storage usage.
- Messages: Unified view of Postfix and Rspamd data with smart correlation.
- Security: Netfilter logs visualization for failed authentication attempts.
- Domains: SPF, DKIM, and DMARC validation and monitoring.
- Mailbox Statistics: Per-mailbox insights on usage and traffic.
Installation¶
You can easily run the logs viewer using Docker Compose.
-
Create a directory and enter it:
mkdir mailcow-logs-viewer && cd mailcow-logs-viewer -
Download the
docker-compose.ymlandenv.examplefiles from the repository. -
Configure your
.envfile with your mailcow URL and API key. -
Start the container:
docker compose up -d
docker-compose up -d
- Access the dashboard at
http://your-server-ip:8080.
For full installation instructions and configuration options, please visit the Getting Started Guide or the GitHub Repository.