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)
|
# Passwd-Datenbank (mit Namen und korrekter Syntax)
|
||||||
passdb passwd-file {
|
passdb passwd-file {
|
||||||
driver = passwd-file
|
passdb_driver = passwd-file
|
||||||
args = username_format=%u password_hash=plaintext /etc/dovecot/passwd
|
passdb_args = username_format=%u password_hash=plaintext /etc/dovecot/passwd
|
||||||
}
|
}
|
||||||
|
|
||||||
userdb passwd-file {
|
userdb passwd-file {
|
||||||
driver = passwd-file
|
userdb_driver = passwd-file
|
||||||
args = username_format=%u uid=vmail gid=vmail /etc/dovecot/passwd
|
userdb_args = username_format=%u uid=vmail gid=vmail /etc/dovecot/passwd
|
||||||
}
|
}
|
||||||
|
|
||||||
# Mail-Berechtigungen (nicht mehr in Service-Blöcken nötig)
|
# Mail-Berechtigungen (nicht mehr in Service-Blöcken nötig)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue