diff mbox series

[bug#70116,1/1] doc: dovecot: {userdb, passdb}-configuration: Document passwd-file.

Message ID 7986f29eb900bb247f9d1d422a06a4e3cb5e843f.1711915716.git.GNUtoo@cyberdimension.org
State New
Headers show
Series doc: dovecot: {userdb, passdb}-configuration: Document passwd-file. | expand

Commit Message

Denis 'GNUtoo' Carikli April 1, 2024, 10:21 a.m. UTC
Dovecot also support the passwd-file drivers in both the userdb and passdb
configurations.

* doc/guix.texi (dovecot-configuration): Document passwd-file drivers.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Change-Id: Icd5a30e192dbf6c3927717e39f781a2fe00f7a08
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index ddd98a5fd4..548bab8991 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -26690,7 +26690,7 @@  Mail Services
 
 @deftypevr {@code{passdb-configuration} parameter} string driver
 The driver that the passdb should use.  Valid values include
-@samp{pam}, @samp{passwd}, @samp{shadow}, @samp{bsdauth}, and
+@samp{pam}, @samp{passwd}, @samp{passwd-file}, @samp{shadow}, @samp{bsdauth}, and
 @samp{static}.
 Defaults to @samp{"pam"}.
 @end deftypevr
@@ -26710,7 +26710,7 @@  Mail Services
 
 @deftypevr {@code{userdb-configuration} parameter} string driver
 The driver that the userdb should use.  Valid values include
-@samp{passwd} and @samp{static}.
+@samp{passwd}, @samp{passwd-file}, and @samp{static}.
 Defaults to @samp{"passwd"}.
 @end deftypevr