
L’essentiel y est, y compris les instructions pour manipuler l’infrastructure et comment suivre les scénarios.
15 lines
187 B
Plaintext
15 lines
187 B
Plaintext
auth_mechanisms = plain
|
|
|
|
##
|
|
## Password and user databases
|
|
##
|
|
|
|
passdb {
|
|
driver = passwd-file
|
|
args = scheme=CRYPT username_format=%u /etc/dovecot/users
|
|
}
|
|
|
|
userdb {
|
|
driver = passwd
|
|
}
|