Skip to content

maddy 0.5.3

Compare
Choose a tag to compare
@foxcpp foxcpp released this 16 Feb 18:28
· 231 commits to master since this release
v0.5.3
aac8bd8

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)

Misc

  • Add target.remote force_ipv4 option (#442, thanks @delthas)