-
Notifications
You must be signed in to change notification settings - Fork 70
Container restart breaks email sending #101
Comments
I have noticed this too. You always have to delete/start the container. Restart never works. |
It looks like it's because of random password generation after each start of the container. |
I defined all passwords in ENV vars and it works as long as you start amavis manually (#113). |
It appears the same problem is happening to me too. |
Hi, I have the same problem. could you please help |
Does using fixed SQL passwords fix the issue? |
i set the VMAIL_DB_PASSWORD and it's ok now |
I know this error, it should be caused by Postfix being unable to connect to the database. I filtered the logs once, but now I forget how to proceed https://serverfault.com/questions/506347/postfix-temporary-lookup-failure |
seems like #23 and #123 So i have to do that manually :( I think thats an mistake in iredmail docker code?? |
Hi @iredmail
But all passwords in /etc/postfix/mysql/* are NOT updated. |
I have been testing this image for a while, and it seems to work just fine. However, if the container is stopped, then started again, it causes the outgoing mail to fail with error 451
4.3.0 Temporary lookup failure
. I'm not really sure what exactly is causing this, so could anyone please try to reproduce it like this:If the container is removed, then a new container is created with the same persistent volumes, sending emails is possible again until next restart.
The text was updated successfully, but these errors were encountered: