mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-02-25 08:23:00 +08:00
v0.8.1
This commit is contained in:
parent
46076c6f20
commit
58b0bb72fa
1 changed files with 24 additions and 0 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -2,6 +2,30 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
|
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [0.8.1] - 2024-05-23
|
||||||
|
|
||||||
|
To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web-admin and spam filter versions.
|
||||||
|
|
||||||
|
## Added
|
||||||
|
- POP3 support.
|
||||||
|
- DKIM signature length exploit protection.
|
||||||
|
- Faster email deletion.
|
||||||
|
- Junk/Trash folder auto-expunge and changelog auto-expiry (#403)
|
||||||
|
- IP allowlists
|
||||||
|
- HTTP Strict Transport Security option.
|
||||||
|
- Add TLS Reporting DNS entry (#464).
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Use separate account for master user.
|
||||||
|
- Include server hostname in SMTP greetings (#448).
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- IP addresses trigger `R_SUSPICIOUS_URL` false positive (#461 #419).
|
||||||
|
- JMAP identities should not return null signatures.
|
||||||
|
- Include authentication headers and check queue quotas on Sieve message forwards.
|
||||||
|
- ARC seal using just one signature.
|
||||||
|
- Remove technical subdomains from MTA-STS policies and TLS records (#429).
|
||||||
|
|
||||||
## [0.8.0] - 2024-05-13
|
## [0.8.0] - 2024-05-13
|
||||||
|
|
||||||
This version uses a different database layout which is incompatible with previous versions. Please read the [UPGRADING.md](UPGRADING.md) file for more information on how to upgrade from previous versions.
|
This version uses a different database layout which is incompatible with previous versions. Please read the [UPGRADING.md](UPGRADING.md) file for more information on how to upgrade from previous versions.
|
||||||
|
|
Loading…
Reference in a new issue