maddy 0.5.3
Docker image changes
maddy image is now also available at ghcr.io registry:
docker pull ghcr.io/foxcpp/maddy:0.5
Currently this is just an experiment, we are not sure if we will fully migrate to it.
Image tags no longer include v
prefix with the exception of v0.5 still being updated to maintain compatibility for people that use this tag.
docker pull foxcpp/maddy:0.5.3 # instead of foxcpp/maddy:v0.5.3
Bug fixes
- Fix errors from LMTP downstream being ignored (#453)
- Make it possible to use dovecot_sasl auth with TCP sockets (#450, thanks @jonlundy)
- Fix MAIL after STARTTLS causing panic
- Fix IMAP IDLE capability missing (#446)