I am using the v2 of the container.
I think that the /etc/dovecot/userdb isn't generated correctly. I have a postfix-accounts.cf with two users (just posting one as example).
[email protected]|{CRAM-MD5}0..[65 bytes total]..f
During startup of the container I see the message
mail_1 | user 'test' for domain 'test.com' with password '********'
.. which seems to indicate that everything is fine and the users are created. But the file /etc/dovecot/userdb contains an incorrect user line:
:5000:5000::/var/mail/test.com/test::2...[MD5 bytes]f
Note the : at the beginning where username and password should be set. At the end of a line is some MD5 string which is a part of the MD5 password hash (last 52 bytes).
I looked at the startup code and everything looks great. I am totally clueless.
Do you have an idea what is going wrong?
I am using the v2 of the container.
I think that the
/etc/dovecot/userdbisn't generated correctly. I have apostfix-accounts.cfwith two users (just posting one as example).[email protected]|{CRAM-MD5}0..[65 bytes total]..fDuring startup of the container I see the message
mail_1 | user 'test' for domain 'test.com' with password '********'.. which seems to indicate that everything is fine and the users are created. But the file
/etc/dovecot/userdbcontains an incorrect user line::5000:5000::/var/mail/test.com/test::2...[MD5 bytes]fNote the
:at the beginning where username and password should be set. At the end of a line is some MD5 string which is a part of the MD5 password hash (last 52 bytes).I looked at the startup code and everything looks great. I am totally clueless.
Do you have an idea what is going wrong?