mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2026-02-03 22:51:10 +01:00
When waiting on an account to be added to `postfix-accounts.cf`, Dovecot account creation during the startup process had already run. Startup continued without properly creating the mail account for Dovecot. Methods like `setup email list` (with `ENABLE_QUOTAS=1`) would fail. `changedetector` service was required to be triggered to re-create Dovecot users. - Wrapped the logic for wait + shutdown into a function call. - Moved `_create_accounts()` to bottom of the setup function.