This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
103 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,71 @@ | ||
stalwart-smtp v0.3.1 | ||
================================ | ||
- Added: Milter filter support. Documentation is available [here](https://stalw.art/docs/smtp/filter/milter). | ||
- Added: Match IP address type using /0 mask (#16). | ||
- Fix: Support for OpenLDAP password hashing schemes between curly brackets (#8). | ||
- Fix: Add CA certificates to Docker runtime (#5). | ||
|
||
stalwart-smtp v0.3.0 | ||
================================ | ||
- Added **LDAP** support. | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [0.3.2] - 2023-07-28 | ||
|
||
### Added | ||
- Sender and recipient address rewriting using regular expressions and sieve scripts. | ||
- Subaddressing and catch-all addresses using regular expressions (#10). | ||
- Dynamic variables in SMTP rules. | ||
|
||
### Changed | ||
- Added CLI to Docker container (#19). | ||
|
||
### Fixed | ||
- Workaround for a bug in `sqlx` that caused SQL time-outs (#15). | ||
- Support for ED25519 certificates in PEM files (#20). | ||
- Better handling of concurrent IMAP UID map modifications (#17). | ||
- LDAP domain lookups from SMTP rules. | ||
|
||
## [0.3.1] - 2023-07-22 | ||
|
||
### Added | ||
- Milter filter support. | ||
- Match IP address type using /0 mask (#16). | ||
|
||
### Changed | ||
|
||
### Fixed | ||
- Support for OpenLDAP password hashing schemes between curly brackets (#8). | ||
- Add CA certificates to Docker runtime (#5). | ||
|
||
## [0.3.0] - 2023-07-16 | ||
|
||
### Added | ||
- **LDAP** authentication. | ||
- **subaddressing** and **catch-all** addresses. | ||
|
||
### Changed | ||
- Removed concept of `databases`, `lists`, `remotes` lists and replaced it with `directories`. | ||
- Fixed error when using PKCS8 DKIM private keys. | ||
|
||
### Fixed | ||
- Error when using PKCS8 DKIM private keys. | ||
|
||
stalwart-smtp v0.1.2 | ||
================================ | ||
- Fix: `sender-domain` key not available for evaluation. | ||
|
||
## [0.1.2] - 2023-03-11 | ||
|
||
### Added | ||
- **LDAP** authentication. | ||
- **subaddressing** and **catch-all** addresses. | ||
|
||
### Changed | ||
- Bump to latest mail-auth. | ||
|
||
### Fixed | ||
- Error `sender-domain` key not available for evaluation. | ||
|
||
## [0.1.1] - 2023-03-06 | ||
|
||
### Added | ||
|
||
### Changed | ||
|
||
### Fixed | ||
- Only the first TLS certificate is used rather than the full chain (#3) | ||
- Update name for `reject-non-fqdn` setting (#6). | ||
|
||
## [0.1.0] - 2023-03-01 | ||
|
||
stalwart-smtp v0.1.1 | ||
================================ | ||
- Fix: Only the first TLS certificate is used rather than the full chain (#3) | ||
- Fix: Update name for `reject-non-fqdn` setting (#6). | ||
Initial release. | ||
|
||
stalwart-smtp v0.1.0 | ||
================================ | ||
- Initial release. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule main
updated
76 files