diff --git a/CHANGELOG b/CHANGELOG index cce5d437..b5060307 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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`. - diff --git a/README.md b/README.md index 775a44af..95aab390 100644 --- a/README.md +++ b/README.md @@ -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.