[GH-ISSUE #3514] Fatal error with Dovecot docker #1852

Closed
opened 2026-02-27 11:19:32 +03:00 by kerem · 1 comment
Owner

Originally created by @mbaechtold on GitHub (Mar 30, 2025).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3514

I tried to setup the project locally for development, but there is a problem with the Dovecot Docker integration.

There is an error during docker compose up:

2025-03-30T16:03:37.004784257Z doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/auth-custom.conf line 10: disable_plaintext_auth: Unknown setting: disable_plaintext_auth

I commented out the line, then got another error:

2025-03-30T15:52:43.543494260Z doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/auth-custom.conf line 12: passdb { } is missing section name

Originally created by @mbaechtold on GitHub (Mar 30, 2025). Original GitHub issue: https://github.com/modoboa/modoboa/issues/3514 I tried to setup the project locally for development, but there is a problem with the Dovecot Docker integration. There is an error during docker compose up: > 2025-03-30T16:03:37.004784257Z doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/auth-custom.conf line 10: disable_plaintext_auth: Unknown setting: disable_plaintext_auth I commented out the line, then got another error: > 2025-03-30T15:52:43.543494260Z doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/auth-custom.conf line 12: passdb { } is missing section name
kerem closed this issue 2026-02-27 11:19:32 +03:00
Author
Owner

@tonioo commented on GitHub (Apr 8, 2025):

It's probably an issue with Dovecot 2.4.
The docker compose file is using the latest tag but we should restrict to version 2.3 until we upgrade the configuration.
Try with dovecot 2.3, it should work.

<!-- gh-comment-id:2786705750 --> @tonioo commented on GitHub (Apr 8, 2025): It's probably an issue with Dovecot 2.4. The docker compose file is using the latest tag but we should restrict to version 2.3 until we upgrade the configuration. Try with dovecot 2.3, it should work.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#1852
No description provided.