Skip to content

/etc/dovecot/userdb not generated correctly #159

@stonemaster

Description

@stonemaster

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions