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>
This commit is contained in:
parent
ba9db4c886
commit
5b5c50961f
2 changed files with 19 additions and 0 deletions
|
@ -20768,6 +20768,17 @@ could allow a user to delete others' mailboxes, or @code{ln -s
|
||||||
@samp{""}.
|
@samp{""}.
|
||||||
@end deftypevr
|
@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?
|
@deftypevr {@code{dovecot-configuration} parameter} boolean mail-full-filesystem-access?
|
||||||
Allow full file system access to clients. There's no access checks
|
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
|
other than what the operating system does for the active UID/GID@. It
|
||||||
|
|
|
@ -1133,6 +1133,14 @@ disabled.")
|
||||||
@samp{mdbox-rotate-size}. This setting currently works only in Linux
|
@samp{mdbox-rotate-size}. This setting currently works only in Linux
|
||||||
with some file systems (ext4, xfs).")
|
with some file systems (ext4, xfs).")
|
||||||
|
|
||||||
|
(mail-attribute-dict
|
||||||
|
(string "")
|
||||||
|
"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}.")
|
||||||
|
|
||||||
(mail-attachment-dir
|
(mail-attachment-dir
|
||||||
(string "")
|
(string "")
|
||||||
"sdbox and mdbox support saving mail attachments to external files,
|
"sdbox and mdbox support saving mail attachments to external files,
|
||||||
|
|
Reference in a new issue