|
1 |
| -# Stalwart SMTP Server |
2 |
| - |
3 |
| -[](https://github.com/stalwartlabs/smtp-server/actions/workflows/build.yml) |
4 |
| -[](https://www.gnu.org/licenses/agpl-3.0) |
5 |
| -[](https://discord.gg/jtgtCNj66U) |
6 |
| -[](https://twitter.com/stalwartlabs) |
7 |
| -[](https://mastodon.social/@stalwartlabs) |
| 1 | +<h2 align="center"> |
| 2 | + <a href="https://stalw.art"> |
| 3 | + <img src="https://stalw.art/home/apple-touch-icon.png" height="60"> |
| 4 | + </a> |
| 5 | + <br> |
| 6 | + Stalwart SMTP Server |
| 7 | +</h1> |
| 8 | + |
| 9 | +<p align="center"> |
| 10 | + <i align="center">Secure & Modern SMTP Server</i> 🛡️ |
| 11 | +</p> |
| 12 | + |
| 13 | +<h4 align="center"> |
| 14 | + <a href="https://github.com/stalwartlabs/mail-server/actions/workflows/build.yml"> |
| 15 | + <img src="https://img.shields.io/github/actions/workflow/status/stalwartlabs/mail-server/build.yml?style=flat-square" alt="continuous integration"> |
| 16 | + </a> |
| 17 | + <a href="https://www.gnu.org/licenses/agpl-3.0"> |
| 18 | + <img src="https://img.shields.io/badge/License-AGPL_v3-blue.svg?label=license&style=flat-square" alt="License: AGPL v3"> |
| 19 | + </a> |
| 20 | + <a href="https://stalw.art/docs/get-started/"> |
| 21 | + <img src="https://img.shields.io/badge/read_the-docs-red?style=flat-square" alt="Documentation"> |
| 22 | + </a> |
| 23 | + <br> |
| 24 | + <a href="https://mastodon.social/@stalwartlabs"> |
| 25 | + <img src="https://img.shields.io/mastodon/follow/109929667531941122?style=flat-square&logo=mastodon&color=%236364ff" alt="Mastodon"> |
| 26 | + </a> |
| 27 | + <a href="https://twitter.com/stalwartlabs"> |
| 28 | + <img src="https://img.shields.io/twitter/follow/stalwartlabs?style=flat-square&logo=twitter" alt="Twitter"> |
| 29 | + </a> |
| 30 | + <br> |
| 31 | + <a href="https://discord.gg/jtgtCNj66U"> |
| 32 | + <img src="https://img.shields.io/discord/923615863037390889?label=discord&style=flat-square" alt="Discord"> |
| 33 | + </a> |
| 34 | + <a href="https://matrix.to/#/#stalwart:matrix.org"> |
| 35 | + <img src="https://img.shields.io/matrix/stalwartmail%3Amatrix.org?label=matrix&style=flat-square" alt="Matrix"> |
| 36 | + </a> |
| 37 | +</h4> |
8 | 38 |
|
9 | 39 | **Stalwart SMTP** is a modern SMTP server developed in Rust with a focus on security, speed, and extensive configurability.
|
10 | 40 | It features built-in DMARC, DKIM, SPF and ARC support for message authentication, strong transport security through DANE, MTA-STS and SMTP TLS reporting, and offers great flexibility and customization thanks to its dynamic configuration rules and native support for Sieve scripts.
|
@@ -48,7 +78,7 @@ Key features:
|
48 | 78 | - Automatic analysis of incoming DMARC/TLS aggregate reports, DMARC/DKIM/SPF authentication failure reports as well as abuse reports.
|
49 | 79 | - And more:
|
50 | 80 | - SASL authentication.
|
51 |
| - - LDAP, PostgreSQL, MySQL, MSSQL and SQLite support. |
| 81 | + - Redis, LDAP, PostgreSQL, MySQL, MSSQL and SQLite support. |
52 | 82 | - Email aliases, mailing lists, subaddressing and catch-all addresses support.
|
53 | 83 | - Granular configuration rules.
|
54 | 84 | - REST API for management.
|
|
0 commit comments