passdb unserdb

This commit is contained in:
Andreas Knuth 2025-03-23 20:09:45 +01:00
parent 2f32bd53df
commit 82a1baeaf2
1 changed files with 4 additions and 4 deletions

View File

@ -31,13 +31,13 @@ disable_plaintext_auth = no
# Passwd-Datenbank (mit Namen und korrekter Syntax) # Passwd-Datenbank (mit Namen und korrekter Syntax)
passdb passwd-file { passdb passwd-file {
driver = passwd-file passdb_driver = passwd-file
args = username_format=%u password_hash=plaintext /etc/dovecot/passwd passdb_args = username_format=%u password_hash=plaintext /etc/dovecot/passwd
} }
userdb passwd-file { userdb passwd-file {
driver = passwd-file userdb_driver = passwd-file
args = username_format=%u uid=vmail gid=vmail /etc/dovecot/passwd userdb_args = username_format=%u uid=vmail gid=vmail /etc/dovecot/passwd
} }
# Mail-Berechtigungen (nicht mehr in Service-Blöcken nötig) # Mail-Berechtigungen (nicht mehr in Service-Blöcken nötig)