summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexey Abramov <levenson@mmer.org>2020-09-08 15:53:47 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-06 11:27:00 +0200
commit6e05920cef3afe0f0e3dde936a4b07a27b2c1ca3 (patch)
tree8514dc16041f95829c9a5edf282d317913b62161 /doc
parent0fd5bdcaf67ab50490e0d2fe1f954b3692aab259 (diff)
downloadguix-patches-6e05920cef3afe0f0e3dde936a4b07a27b2c1ca3.tar
guix-patches-6e05920cef3afe0f0e3dde936a4b07a27b2c1ca3.tar.gz
services: dovecot: Add ‘managesieve-notify-capability’ option.
* gnu/services/mail.scm (protocol-configuration): Add a ‘managesieve-notify-capability’ field. * 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.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 49d4ef8473..2e5141d3bb 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -20083,6 +20083,15 @@ Defaults to @samp{#f}.
@end deftypevr
+@deftypevr {@code{protocol-configuration} parameter} space-separated-string-list managesieve-notify-capabilities
+Which NOTIFY capabilities to report to clients that first connect to
+the ManageSieve service, before authentication. These may differ from the
+capabilities offered to authenticated users. If this field is left empty,
+report what the Sieve interpreter supports by default.
+
+Defaults to @samp{()}.
+@end deftypevr
+
@deftypevr {@code{protocol-configuration} parameter} space-separated-string-list mail-plugins
Space separated list of plugins to load.
@end deftypevr