openwisp / docker-openwisp

OpenWISP in docker. For production usage we recommend using the ansible-openwisp2 role.
https://openwisp.io/docs/dev/docker/
BSD 3-Clause "New" or "Revised" License
149 stars 75 forks source link

[fix] Replaced postfix `hash:` with `lmdb:` #260

Closed Bixilon closed 1 year ago

Bixilon commented 1 year ago

This fixes a crash caused by upgrading the postifix alpine base image in 319ff0568b437c0d60d603294853683e76fb0d40. Looks like somebody did not test their changes :)

(I just tested it with a dummy postfix backend, but should still do the trick)

Aryamanz29 commented 1 year ago

Produced Logs, Ref here : https://gitlab.alpinelinux.org/alpine/aports/-/issues/12381

root@arya-vm:/home/arya# docker logs -f 597122812fb2 
postalias: fatal: unsupported dictionary type: hash. Is the postfix-hash package installed?
postalias: fatal: unsupported dictionary type: hash. Is the postfix-hash package installed?
Aryamanz29 commented 1 year ago

Thanks for contributing @Bixilon!

Closed by: https://github.com/openwisp/docker-openwisp/pull/271