This commit is contained in:
2025-03-14 20:48:52 +01:00
parent 8f3643e4c1
commit df0903958f

View File

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