From 3a26d2ec4c05b9757a1b455af2b6c1504deb2b04 Mon Sep 17 00:00:00 2001 From: Federico Scodelaro Date: Mon, 23 Mar 2026 21:56:22 -0300 Subject: [PATCH] Update example_configs/stalwart.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- 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 f018d63..f7bc788 100644 --- a/example_configs/stalwart.md +++ b/example_configs/stalwart.md @@ -50,7 +50,7 @@ To integrate with LLDAP, ``` ## Email alias -If you want to enable [email aliases](https://stalw.art/docs/mta/inbound/rcpt/#catch-all-addresses) you have to create a new *User-defined attribute* under *User schema* of type string. Currently lldap doesnt support multivalue filters, if you want multiple aliases you will have to create multiple values (mailAlias1, mailAlias2, ..., mailAliasN) with N beeing the max aliases an account will have. +If you want to enable [email aliases](https://stalw.art/docs/mta/inbound/rcpt/#catch-all-addresses), you have to create a new *User-defined attribute* under *User schema* of type string. Currently, LLDAP doesn't support multi-value filters. If you want multiple aliases, you will have to create multiple attributes (`mailAlias1`, `mailAlias2`, ..., `mailAliasN`), where `N` is the maximum number of aliases an account will have. You also need to change your ldap filter for emails. ```toml