iRedMail
iRedMail
- I see only one text file in the video, no sound (?), no explanation. Did i miss something? - I expect you to run commands step-by-step from scratch, so...
It's clear now. After restarted with Portainer, the container doesn't use `iredmail-docker.conf`, and try to use random SQL passwords for all SQL users (defined in container script). Seems SQL password...
Could you check file `/docker/entrypoints/settings.conf` inside the running container? Is variable `ROUNDCUBE_DB_PASSWORD` set with a (random) password? Also `IREDADMIN_DB_PASSWORD`.
- Does file `/root/.my.cnf-roundcube` contain same password as the one defined in `/docker/entrypoints/settings.conf` (variable `ROUNDCUBE_DB_PASSWORD`)? - Same to `/root/.my.cnf-iredadmin` and `IREDADMIN_DB_PASSWORD`.
Thanks for helping. I'm testing this issue locally, stay tuned.
hi @GemzzK Issue has been fixed in latest commit, please wait for few minutes until Docker Hub built a new image and try again. let me know if there's any...
New image is ready on Docker Hub. Please make sure you're running the latest version. :) https://hub.docker.com/r/iredmail/mariadb Don't forget to give this repo a star.
@GemzzK Thanks for the feedback. :)
Hi @bi7jta Could you please give me a step-by-step instruction to reproduce the issue?
Suggestion accepted. Will change this soon. cleanup_amavisd_db.py and cleanup_db.py could be moved to "iredadmin" user's cron job since they are pure sql operations, but delete_mailboxes.py must be ran as root...