example_configs: fix typo in Stalwart config

This commit is contained in:
xeoneox
2025-02-24 02:10:48 -05:00
committed by GitHub
parent 2a226963ee
commit 5f42d423e3

View File

@@ -42,7 +42,7 @@ To integrate with LLDAP,
[directory.ldap.cache]
entries = 500
[directory.ldap.filter]
mail = "(&(objectclass=person)(mail=?))"
email = "(&(objectclass=person)(mail=?))"
name = "(&(objectclass=person)(uid=?))"
[directory.ldap.tls]
allow-invalid-certs = true