Updated README

This commit is contained in:
mdecimus 2023-07-22 13:27:15 +02:00
parent 3699ef7dd4
commit f585f232ca
2 changed files with 1 additions and 2 deletions

View file

@ -18,4 +18,3 @@ stalwart-mail v0.3.0
- Rewritten store backend.
- Rewritten IMAP server to have direct access to the message store (no more IMAP proxy).
- Replaced `actix` with `hyper`.

View file

@ -23,7 +23,7 @@ Key features:
- **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.
- Inbound throttling and filtering with granular configuration rules and Sieve scripting.
- Inbound throttling and filtering with granular configuration rules, Sieve scripting and milter integration.
- Virtual queues with delayed delivery, priority delivery, quotas, routing rules and throttling support.
- **Flexible**:
- **LDAP** directory and **SQL** database authentication.