Errors using dovecot 2.4 container image
Dear Dovecot team,
I ran into troubles using the newly released 2.4 docker image.
The dovecot/dovenull users are apparently not part of the image -- hence the dovecot server fails to start up with a fatal error.
I'm using a vanilla configuration, default_login_user, etc. are not set.
Thanks for having a look!
Best regards,
Andreas
Hi, it works for me. Are you overwriting configuration? If so, please note these are rootless containers running as vmail. See https://github.com/dovecot/docker/blob/main/2.4.0/dovecot.conf Aki On 26/01/2025 12:06 EET Andreas Achtzehn via dovecot <dovecot@dovecot.org> wrote: Dear Dovecot team, I ran into troubles using the newly released 2.4 docker image. The dovecot/dovenull users are apparently not part of the image - - hence the dovecot server fails to start up with a fatal error. I'm using a vanilla configuration, default_login_user, etc. are not set. Thanks for having a look! Best regards, Andreas _______________________________________________ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org
I ran into this problem as well, and fixed it via
default_login_user = vmail default_internal_user = vmail default_internal_group = vmail
I think the recommendation is to use the new conf.d/ directory to selectively amend the standard configuration (which would have prevented running into this issue), but it requires thoughtful changes so it requires time and work to migrate.
On 26/01/2025 11.06, Andreas Achtzehn via dovecot wrote:
Dear Dovecot team,
I ran into troubles using the newly released 2.4 docker image.
The dovecot/dovenull users are apparently not part of the image -- hence the dovecot server fails to start up with a fatal error.
I'm using a vanilla configuration, default_login_user, etc. are not set.
Thanks for having a look!
Best regards,
Andreas
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org
participants (3)
-
Aki Tuomi
-
Andreas Achtzehn
-
Andreas Schildbach