iredmail / dockerized

Official dockerized iRedMail.
https://www.iredmail.org/
266 stars 69 forks source link

Fails to send email after reboot. Lookup failure #40

Closed GemzzK closed 3 years ago

GemzzK commented 3 years ago

Hi,

After setting up if i reboot i get this message

image

Further info

image

image

iredmail commented 3 years ago

Seems the SQL password set in /etc/postfix/mysql/*.cf is not correct, could you help check it?

GemzzK commented 3 years ago

Yep let me know how i can check that. Lets fix this

iredmail commented 3 years ago

After running the container, please login to the container and check the sql password in /etc/postfix/mysql/*.cf files, try to login to sql server with the sql username and password.

GemzzK commented 3 years ago

Yep thats right. I fetched username and password but unable to login using that details.

iredmail commented 3 years ago

Could you try the latest nightly build instead of stable one?

GemzzK commented 3 years ago

this is the error after latest nightly build

image

iredmail commented 3 years ago

Confirmed it's an "issue" of Alpine 3.13.x: https://gitlab.alpinelinux.org/alpine/aports/-/issues/12085 We need to switch from hash to lmdb. Stay tuned.

iredmail commented 3 years ago

Maybe we should switch to Ubuntu 20.04 as base container, so that we get SOGo too.

GemzzK commented 3 years ago

Switching to ubuntu will be good and will be stable. Alpine does push back in some scenarios.

iredmail commented 3 years ago

Closing this since we're moving to Ubuntu (20.04) and don't have such issue anymore.