Korrekturen

This commit is contained in:
2025-03-14 20:43:12 +01:00
parent 01c86681f2
commit 9bae8a4cbe
3 changed files with 287 additions and 1 deletions

View File

@@ -1,14 +1,21 @@
# /etc/dovecot/dovecot.conf (im Container)
# Konfigurationsversion (muss die erste Einstellung sein)
dovecot_config_version = 2.4
# Grundlegende Einstellungen
protocols = imap
listen = *, ::
# Benutzerauthentifizierung
auth_mechanisms = plain login
# passdb {
# driver = passwd-file
# args = scheme=CRYPT username_format=%u /etc/dovecot/users
# }
passdb {
driver = passwd-file
args = scheme=CRYPT username_format=%u /etc/dovecot/users
args = scheme=PLAIN username_format=%u /etc/dovecot/users # Geändert zu PLAIN für Testzwecke
}
userdb {
driver = static

View File

@@ -0,0 +1 @@
testuser:{PLAIN}test123:::vmail:vmail::/var/mail/example.com/testuser