Size: 703
Comment:
|
← Revision 6 as of 2022-02-04 23:20:51 ⇥
Size: 71
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= Authentication Databases = These databases can be used as both [[PasswordDatabase|password databases]] and [[UserDatabase|user databases]]: * [[AuthDatabase/Passwd|Passwd]]: System users (NSS, `/etc/passwd`, or similiar) * [[AuthDatabase/PasswdFile|Passwd-file]]: `/etc/passwd`-like file in specified location * [[AuthDatabase/LDAP|LDAP]]: Lightweight Directory Access Protocol * [[AuthDatabase/SQL|SQL]]: SQL database (PostgreSQL, MySQL, SQLite) * [[AuthDatabase/Dict|Dict]]: Dict key-value database (Redis, memcached, etc.) * [[AuthDatabase/VPopMail|VPopMail]]: External software used to handle virtual domains * [[AuthDatabase/Lua|Lua]]: Lua script for authentication (v2.3.0+) |
Moved to https://doc.dovecot.org/configuration_manual/authentication/ |