This commit is contained in:
Andreas Knuth 2025-03-14 20:48:52 +01:00
parent 8f3643e4c1
commit df0903958f
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,11 @@ listen = *, ::
# Benutzerauthentifizierung # Benutzerauthentifizierung
auth_mechanisms = plain login auth_mechanisms = plain login
passdb { # passdb {
# driver = passwd-file
# args = scheme=CRYPT username_format=%u /etc/dovecot/users
# }
passdb some_name {
driver = passwd-file driver = passwd-file
args = scheme=PLAIN username_format=%u /etc/dovecot/users # Geändert zu PLAIN für Testzwecke args = scheme=PLAIN username_format=%u /etc/dovecot/users # Geändert zu PLAIN für Testzwecke
} }