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)