From 5f42d423e38d4261dadf1a538c5740de021cfd5f Mon Sep 17 00:00:00 2001 From: xeoneox Date: Mon, 24 Feb 2025 02:10:48 -0500 Subject: [PATCH] example_configs: fix typo in Stalwart config --- example_configs/stalwart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_configs/stalwart.md b/example_configs/stalwart.md index 24c7f4c..3a6b0e2 100644 --- a/example_configs/stalwart.md +++ b/example_configs/stalwart.md @@ -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