This commit is contained in:
Andreas Knuth 2025-03-14 20:46:50 +01:00
parent e0a47e5cc9
commit 8f3643e4c1
1 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@ listen = *, ::
# Benutzerauthentifizierung # Benutzerauthentifizierung
auth_mechanisms = plain login auth_mechanisms = plain login
# passdb {
# driver = passwd-file
# args = scheme=CRYPT username_format=%u /etc/dovecot/users
# }
passdb { passdb {
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