Closed Thor-x86 closed 9 months ago
This can be caused by a missing schema definition on LDAP server side. Try Tools -> Tests -> Schema test inside LAM to check if your LDAP server supports the required object classes and attributes. If the test is not successful then you need to activate the corresponding schema definitions.
I got technical difficulty with the ISP and having a hard time re-pulling the image, please keep this issue open while I'm trying to workaround with mobile carrier. Thanks
Finally, I found the reason why rfc822MailMember
and nisMailAlias
are missing in OpenLDAP server. Those schemas are stored in misc.schema
by default and categorized as experimental. For Bitnami's OpenLDAP, what I have to do is adding these lines into environment
of compose.yaml
file:
LDAP_ADD_SCHEMAS = yes
LDAP_EXTRA_SCHEMAS = cosine,inetorgperson,nis,misc
Then the mail alias can be added as expected
Hello maintainers, currently I tried to integrate mail server and Nextcloud with LDAP. Everything is working except mail aliases. When I added a new mail alias entry, LAM throws this error:
I confuse, what makes it invalid syntax? This is what I did:
Please note that the error still same even though the
New recipient
emptied