Korrekturen
This commit is contained in:
@@ -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
|
||||
|
||||
1
dovecot/config/dovecot/users
Normal file
1
dovecot/config/dovecot/users
Normal file
@@ -0,0 +1 @@
|
||||
testuser:{PLAIN}test123:::vmail:vmail::/var/mail/example.com/testuser
|
||||
Reference in New Issue
Block a user