[1.3.3] - 2022-10-03
Added
--stdout
flag, print logs to stdout. (#579)- Message size limit configuration. (#580)
- Add the git commit hash to the version string
--version
. (#581) - Ed25519 support. (#600)
Changed
- MSRV bumped to 1.63.0 (#638)
--no-daemon
flag do not print logs to the standard output anymore. (#579)- Refactorization of services parsing. (#576)
vqueue
--version
flag display build commit. (#585)vqueue
displays an error if no sub commands are specified. (#585)- Updated logs to communicate better the state of vSMTP. (#587)
- Remove config field (
server.smtp.required_extension
/app.logs.format
) and prepare for the all .vsl config.
Fixed
- "new", "tmp" and "cur" Maildir sub directories are created upon delivery if they do not exists. (#634)
Unstable
- Add a
Dockerfile
forvsmtp
.