From 82a1baeaf288fcf5beccbc458f3dc796a2f43799 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Sun, 23 Mar 2025 20:09:45 +0100 Subject: [PATCH] passdb unserdb --- dovecot/config/doveconf24.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dovecot/config/doveconf24.conf b/dovecot/config/doveconf24.conf index a2d37f4..66222d1 100644 --- a/dovecot/config/doveconf24.conf +++ b/dovecot/config/doveconf24.conf @@ -31,13 +31,13 @@ disable_plaintext_auth = no # Passwd-Datenbank (mit Namen und korrekter Syntax) passdb passwd-file { - driver = passwd-file - args = username_format=%u password_hash=plaintext /etc/dovecot/passwd + passdb_driver = passwd-file + passdb_args = username_format=%u password_hash=plaintext /etc/dovecot/passwd } userdb passwd-file { - driver = passwd-file - args = username_format=%u uid=vmail gid=vmail /etc/dovecot/passwd + userdb_driver = passwd-file + userdb_args = username_format=%u uid=vmail gid=vmail /etc/dovecot/passwd } # Mail-Berechtigungen (nicht mehr in Service-Blöcken nötig)