mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-03 19:17:15 +00:00
12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
# /etc/dovecot/conf.d/20-userdb.conf
|
|
# User database chain.
|
|
userdb passwd {
|
|
driver = passwd-file
|
|
passwd_file_path = /etc/dovecot/dovecot-master.userdb
|
|
}
|
|
|
|
userdb sql {
|
|
!include /etc/dovecot/sql/dovecot-dict-sql-userdb.conf
|
|
skip = found
|
|
}
|