Replies: 2 comments
-
Given the answer on #308 (comment) I think the docs could be clarified to avoid using the "lookup store" term as it seems only applicable to external directory usage (maybe the term should be "Usage for external directory"?). Anyways, hoping for some more clarifications. |
Beta Was this translation helpful? Give feedback.
-
Directories and lookup stores are unrelated, directories are for authentication while lookup stores are used for other purposes such as rate limiting, storing spam filter weights and more.
What this means is that you can query an external directory from within an expression or Sieve script using functions such as |
Beta Was this translation helpful? Give feedback.
-
The documentation talks about the lookup store and to me it reads as an ephemeral key value store and for some performance optimizations.
Then in PostgreSQL, MySQL / MariaDB and SQLite sections we have a section called "Lookup queries" in which the following is written:
I was unable to grasp how the lookup queries are related to the lookup store in the documentation. Moreover, if I read the response by @mdecimus on #236 (comment) it looks like the Lookup queries section really is only about usage as (external) directory for user management.
Can any one clarify if the Lookup queries are relevant when using Stalwart using in an Internal Directory mode?
Beta Was this translation helpful? Give feedback.
All reactions