2024-04-09 22:09:16 +08:00
< p align = "center" >
2023-11-02 04:19:26 +08:00
< a href = "https://stalw.art" >
2024-04-09 22:09:16 +08:00
< img src = "./img/logo-red.svg" height = "150" >
2023-11-02 04:19:26 +08:00
< / a >
< / p >
2024-04-09 22:09:16 +08:00
< h3 align = "center" >
Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP) 🛡️
< / h3 >
< br >
< p align = "center" >
2023-11-02 04:19:26 +08:00
< a href = "https://github.com/stalwartlabs/mail-server/actions/workflows/build.yml" >
< img src = "https://img.shields.io/github/actions/workflow/status/stalwartlabs/mail-server/build.yml?style=flat-square" alt = "continuous integration" >
< / a >
2024-04-09 22:09:16 +08:00
2023-11-02 04:19:26 +08:00
< a href = "https://www.gnu.org/licenses/agpl-3.0" >
< img src = "https://img.shields.io/badge/License-AGPL_v3-blue.svg?label=license&style=flat-square" alt = "License: AGPL v3" >
< / a >
2024-04-09 22:09:16 +08:00
2023-11-02 04:19:26 +08:00
< a href = "https://stalw.art/docs/get-started/" >
< img src = "https://img.shields.io/badge/read_the-docs-red?style=flat-square" alt = "Documentation" >
< / a >
2024-04-09 22:09:16 +08:00
< / p >
< p align = "center" >
2023-11-02 04:19:26 +08:00
< a href = "https://mastodon.social/@stalwartlabs" >
< img src = "https://img.shields.io/mastodon/follow/109929667531941122?style=flat-square&logo=mastodon&color=%236364ff" alt = "Mastodon" >
< / a >
2024-04-09 22:09:16 +08:00
2023-11-02 04:19:26 +08:00
< a href = "https://twitter.com/stalwartlabs" >
< img src = "https://img.shields.io/twitter/follow/stalwartlabs?style=flat-square&logo=twitter" alt = "Twitter" >
< / a >
2024-04-09 22:09:16 +08:00
< / p >
< p align = "center" >
2023-12-27 01:08:43 +08:00
< a href = "https://discord.gg/jtgtCNj66U" >
< img src = "https://img.shields.io/discord/923615863037390889?label=discord&style=flat-square" alt = "Discord" >
< / a >
2024-04-09 22:09:16 +08:00
2023-12-27 01:08:43 +08:00
< a href = "https://matrix.to/#/#stalwart:matrix.org" >
< img src = "https://img.shields.io/matrix/stalwartmail%3Amatrix.org?label=matrix&style=flat-square" alt = "Matrix" >
< / a >
2024-04-09 22:09:16 +08:00
< / p >
2023-05-26 22:57:04 +08:00
2024-04-09 22:09:16 +08:00
## Features
2023-05-26 22:57:04 +08:00
**Stalwart Mail Server** is an open-source mail server solution with JMAP, IMAP4, and SMTP support and a wide range of modern features. It is written in Rust and designed to be secure, fast, robust and scalable.
2023-07-16 03:14:34 +08:00
Key features:
2023-05-26 22:57:04 +08:00
2023-07-16 03:14:34 +08:00
- **JMAP** server:
- JMAP Core ([RFC 8620](https://datatracker.ietf.org/doc/html/rfc8620))
- JMAP Mail ([RFC 8621](https://datatracker.ietf.org/doc/html/rfc8621))
2024-02-13 21:35:28 +08:00
- JMAP for Sieve Scripts ([DRAFT-SIEVE-19](https://www.ietf.org/archive/id/draft-ietf-jmap-sieve-19.html))
2023-11-01 19:08:24 +08:00
- JMAP over WebSocket ([RFC 8887](https://datatracker.ietf.org/doc/html/rfc8887)), JMAP Blob Management ([RFC9404](https://www.rfc-editor.org/rfc/rfc9404.html)) and JMAP for Quotas ([RFC9425](https://www.rfc-editor.org/rfc/rfc9425.html)) extensions.
2023-07-16 03:14:34 +08:00
- **IMAP4** server:
- IMAP4rev2 ([RFC 9051](https://datatracker.ietf.org/doc/html/rfc9051)) full compliance.
- IMAP4rev1 ([RFC 3501](https://datatracker.ietf.org/doc/html/rfc3501)) backwards compatible.
- ManageSieve ([RFC 5804](https://datatracker.ietf.org/doc/html/rfc5804)) server.
- Numerous [extensions ](https://stalw.art/docs/development/rfcs#imap4-and-extensions ) supported.
- **SMTP** server:
- Built-in [DMARC ](https://datatracker.ietf.org/doc/html/rfc7489 ), [DKIM ](https://datatracker.ietf.org/doc/html/rfc6376 ), [SPF ](https://datatracker.ietf.org/doc/html/rfc7208 ) and [ARC ](https://datatracker.ietf.org/doc/html/rfc8617 ) support for message authentication.
- Strong transport security through [DANE ](https://datatracker.ietf.org/doc/html/rfc6698 ), [MTA-STS ](https://datatracker.ietf.org/doc/html/rfc8461 ) and [SMTP TLS ](https://datatracker.ietf.org/doc/html/rfc8460 ) reporting.
2023-07-28 02:18:34 +08:00
- Inbound throttling and filtering with granular configuration rules, sieve scripting and milter integration.
2024-02-13 21:35:28 +08:00
- Distributed virtual queues with delayed delivery, priority delivery, quotas, routing rules and throttling support.
2023-07-28 02:18:34 +08:00
- Envelope rewriting and message modification.
2023-10-25 17:26:28 +08:00
- **Spam and Phishing** filter:
- Comprehensive set of filtering **rules** on par with popular solutions.
- Statistical **spam classifier** with automatic training capabilities.
- DNS Blocklists (**DNSBLs**) checking of IP addresses, domains, and hashes.
- Collaborative digest-based spam filtering with **Pyzor** .
- **Phishing** protection against homographic URL attacks, sender spoofing and other techniques.
- Trusted **reply** tracking to recognize and prioritize genuine e-mail replies.
- Sender **reputation** monitoring by IP address, ASN, domain and email address.
- **Greylisting** to temporarily defer unknown senders.
- **Spam traps** to set up decoy email addresses that catch and analyze spam.
2023-12-27 01:08:43 +08:00
- **Flexible and scalable**:
- Pluggable storage backends with **RocksDB** , **FoundationDB** , **PostgreSQL** , **mySQL** , **SQLite** , **S3-Compatible** , **Redis** and **ElasticSearch** support.
- Built-in, **LDAP** or **SQL** authentication backend support.
2023-07-16 03:14:34 +08:00
- Full-text search available in 17 languages.
- Disk quotas.
- Sieve scripting language with support for all [registered extensions ](https://www.iana.org/assignments/sieve-extensions/sieve-extensions.xhtml ).
2023-07-18 17:39:26 +08:00
- Email aliases, mailing lists, subaddressing and catch-all addresses support.
2023-07-16 03:14:34 +08:00
- Integration with **OpenTelemetry** to enable monitoring, tracing, and performance analysis.
2024-04-09 18:54:49 +08:00
- **Web-based administration**:
- Account, domain, group and mailing list management.
- SMTP queue management for messages and outbound DMARC and TLS reports.
- Report visualization interface for received DMARC, TLS-RPT and Failure (ARF) reports.
- Configuration of every aspect of the mail server.
- Log viewer with search and filtering capabilities.
- Self-service portal for password reset and encryption-at-rest key management.
2023-12-27 01:08:43 +08:00
- **Secure and robust**:
2023-08-03 01:00:04 +08:00
- Encryption at rest with **S/MIME** or **OpenPGP** .
2024-04-17 22:00:50 +08:00
- Automatic TLS certificate provisioning with [ACME ](https://datatracker.ietf.org/doc/html/rfc8555 ) using `TLS-ALPN-01` , `DNS-01` or `HTTP-01` challenges.
2023-07-16 03:14:34 +08:00
- OAuth 2.0 [authorization code ](https://www.rfc-editor.org/rfc/rfc8628 ) and [device authorization ](https://www.rfc-editor.org/rfc/rfc8628 ) flows.
2024-01-14 17:53:41 +08:00
- Automated blocking of hosts that cause multiple authentication errors (aka **fail2ban** ).
2023-07-16 03:14:34 +08:00
- Access Control Lists (ACLs).
- Rate limiting.
2023-10-11 00:58:38 +08:00
- Security audited (read the [report ](https://stalw.art/blog/security-audit )).
2023-07-16 03:14:34 +08:00
- Memory safe (thanks to Rust).
2023-05-26 22:57:04 +08:00
2024-04-09 22:09:16 +08:00
## Screenshots
< img src = "./img/screencast-setup.gif" >
2023-07-16 03:14:34 +08:00
## Get Started
2023-07-14 22:38:13 +08:00
2023-07-16 03:14:34 +08:00
Install Stalwart Mail Server on your server by following the instructions for your platform:
2023-07-14 22:38:13 +08:00
2023-07-16 03:14:34 +08:00
- [Linux / MacOS ](https://stalw.art/docs/install/linux )
- [Windows ](https://stalw.art/docs/install/windows )
- [Docker ](https://stalw.art/docs/install/docker )
2023-07-18 17:39:26 +08:00
All documentation is available at [stalw.art/docs/get-started ](https://stalw.art/docs/get-started ).
2023-07-16 03:14:34 +08:00
## Support
If you are having problems running Stalwart Mail Server, you found a bug or just have a question,
do not hesitate to reach us on [Github Discussions ](https://github.com/stalwartlabs/mail-server/discussions ),
2023-12-27 01:08:43 +08:00
[Reddit ](https://www.reddit.com/r/stalwartlabs ), [Discord ](https://discord.gg/aVQr3jF8jd ) or [Matrix ](https://matrix.to/#/#stalwart:matrix.org ).
2023-07-16 03:14:34 +08:00
Additionally you may become a sponsor to obtain priority support from Stalwart Labs Ltd.
2023-11-02 04:19:26 +08:00
## Roadmap
2023-12-27 01:08:43 +08:00
- [x] Performance enhancements
2024-02-13 21:35:28 +08:00
- [x] Distributed SMTP queues
2024-04-09 18:54:49 +08:00
- [x] Web-based admin panel
2023-11-02 04:19:26 +08:00
- [ ] JMAP Calendar, Contacts and Tasks support
2024-02-13 21:35:28 +08:00
- [ ] CalDAV and CardDAV support
2023-11-02 04:19:26 +08:00
See the [open issues ](https://github.com/stalwartlabs/mail-server/issues ) for a full list of proposed features (and known issues).
2023-07-16 03:14:34 +08:00
## Funding
Part of the development of this project was funded through the [NGI0 Entrust Fund ](https://nlnet.nl/entrust ), a fund established by [NLnet ](https://nlnet.nl/ ) with financial support from the European Commission's [Next Generation Internet ](https://ngi.eu/ ) programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
2024-02-13 21:35:28 +08:00
If you find the project useful you can help by [becoming a sponsor ](https://liberapay.com/stalwartlabs ). Thank you!
2023-07-14 22:38:13 +08:00
2023-05-26 22:57:04 +08:00
## License
Licensed under the terms of the [GNU Affero General Public License ](https://www.gnu.org/licenses/agpl-3.0.en.html ) as published by
the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
See [LICENSE ](LICENSE ) for more details.
You can be released from the requirements of the AGPLv3 license by purchasing
a commercial license. Please contact licensing@stalw.art for more details.
## Copyright
2023-12-27 01:08:43 +08:00
Copyright (C) 2024, Stalwart Labs Ltd.