Replace fragmented email systems with a unified, open-source mail and collaboration server written in Rust. This all-in-one platform combines modern email protocols like JMAP, IMAP4, POP3, and SMTP with comprehensive collaboration tools, including calendars, contacts, and file storage via WebDAV, CalDAV, and CardDAV.
Built for modern environments, it offers unmatched security with encryption-at-rest, strong transport security (DANE, MTA-STS), and memory-safe architecture. Protect your users with a robust spam and phishing filter featuring built-in DMARC, DKIM, SPF, ARC support, and a statistical spam classifier.
Designed to grow with your organization, the server provides effortless scalability for millions of mailboxes. Enjoy features like:
services:
stalwart-mail:
image: stalwartlabs/mail-server:latest
container_name: stalwart-mail
restart: unless-stopped
ports:
- "25:25"
- "587:587"
- "465:465"
- "143:143"
- "993:993"
- "4190:4190"
- "8080:8080"
volumes:
- ./data:/opt/stalwart-mail/data
- ./config:/opt/stalwart-mail/etc# No sensitive environment variables are required for the default setup.
# Admin credentials will be generated and printed to the container logs on the first run.
# You can access the web interface at http://localhost:8080Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago