diff options
author | Alexey Abramov <levenson@mmer.org> | 2020-09-08 15:53:45 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-06 11:08:52 +0200 |
commit | 5b5c50961fc3c2c95cb97796369ec918cbff064f (patch) | |
tree | 4a96455252b29ca90befdd22a2101ebba8cf26b9 /doc | |
parent | ba9db4c886beb355737c66e77b66890c34b8f470 (diff) | |
download | guix-5b5c50961fc3c2c95cb97796369ec918cbff064f.tar.gz |
services: dovecot: Add ‘mail-attribute-dict’ configuration option.
* gnu/services/mail.scm (dovecot-configuration): Define a ‘mail-attribute-dict’ directive for IMAP METADATA storage. * doc/guix.texi (Mail Services): Document it. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index ae130e6eba..2e00e38f7c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -20768,6 +20768,17 @@ could allow a user to delete others' mailboxes, or @code{ln -s @samp{""}. @end deftypevr +@deftypevr {@code{dovecot-configuration} parameter} string mail-attribute-dict +The location of a dictionary used to store @code{IMAP METADATA} +as defined by @uref{https://tools.ietf.org/html/rfc5464, RFC@tie{}5464}. + +The IMAP METADATA commands are available only if the ``imap'' +protocol configuration's @code{imap-metadata?} field is @samp{#t}. + +Defaults to @samp{""}. + +@end deftypevr + @deftypevr {@code{dovecot-configuration} parameter} boolean mail-full-filesystem-access? Allow full file system access to clients. There's no access checks other than what the operating system does for the active UID/GID@. It |