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