Replies: 1 comment 8 replies
-
docker-mailserver/target/bin/listmailuser Lines 10 to 27 in b653d9a
This is from running the docker-mailserver/target/bin/listmailuser Line 55 in b653d9a Likewise the feature Dovecot Quotas is enabled by default (ENV toggle via docker-mailserver/target/scripts/startup/setup.d/dovecot.sh Lines 142 to 146 in b653d9a The other errors you receive after this are because of this failure. The command should technically fail earlier for you or even better communicate the lack of support for LDAP. I can get that sorted out (EDIT: Done).
I assume this setup was done via LLDAP, not through our If your account was created via LLDAP, that may be an issue with the LDAP implementation in DMS, or a misconfiguration on your end. Unfortunately no maintainers user LDAP, that feature was community contributed many years ago. There is an active PR you can subscribe to related to LDAP feature work, but I need to find time to finish it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Docker Mailserver. Users authenticate with LLDAP. Everything was working fine until I setup an email account to send email from Nextcloud and integrated Nextcloud with LLDAP.
I got nextcloud to send a test email - this appears to have removed my mailboxes and stopped them from receiving email from any source other than Nextcloud.
This is the error message from my logs:
If I do a
./setup.sh email list, all the accounts now look like this:Apart from the Nextcloud integration nothing has changed with my mailserver config or my lldap config.
I have stoped/removed the container and rebuilt - no effect.
Beta Was this translation helpful? Give feedback.
All reactions