Mailcow (EN)
SoftwareWeb-based interface for managing a complete Docker-based email server
Architecture
flowchart TD A[Web Interface] --> B[Nginx/PHP-FPM] B --> C[API] C --> D[Postfix
MTA] C --> E[Dovecot
IMAP/POP3] C --> F[SOGo
Groupware] D --> G[ClamAV
Antivirus] D --> H[SpamAssassin
Antispam] E --> I[Roundcube
Webmail] D --> J[DKIM
Signierung] E --> K[Sieve
Filter] D --> L[Quarantäne] D --> M[Greylisting] C --> N[SQL-Datenbank] C --> O[Redis
Caching]
In Context
- Typically used together with Docker and Docker Compose
- Related to: Postfix, Dovecot, Roundcube, SOGo
- Example use case: Self-hosted email infrastructure for businesses or private users