passdb unserdb
This commit is contained in:
parent
2f32bd53df
commit
82a1baeaf2
|
|
@ -31,13 +31,13 @@ disable_plaintext_auth = no
|
|||
|
||||
# Passwd-Datenbank (mit Namen und korrekter Syntax)
|
||||
passdb passwd-file {
|
||||
driver = passwd-file
|
||||
args = username_format=%u password_hash=plaintext /etc/dovecot/passwd
|
||||
passdb_driver = passwd-file
|
||||
passdb_args = username_format=%u password_hash=plaintext /etc/dovecot/passwd
|
||||
}
|
||||
|
||||
userdb passwd-file {
|
||||
driver = passwd-file
|
||||
args = username_format=%u uid=vmail gid=vmail /etc/dovecot/passwd
|
||||
userdb_driver = passwd-file
|
||||
userdb_args = username_format=%u uid=vmail gid=vmail /etc/dovecot/passwd
|
||||
}
|
||||
|
||||
# Mail-Berechtigungen (nicht mehr in Service-Blöcken nötig)
|
||||
|
|
|
|||
Loading…
Reference in New Issue