## 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 (https://github.com/foxcpp/maddy/issues/453)
* Make it possible to use dovecot_sasl auth with TCP sockets
(https://github.com/foxcpp/maddy/pull/450, thanks @JonLundy)
* Fix MAIL after STARTTLS causing panic
* Fix IMAP IDLE capability missing (https://github.com/foxcpp/maddy/issues/446)
## Misc
* Add target.remote force_ipv4 option (https://github.com/foxcpp/maddy/pull/442, thanks @delthas)