Files
mailcow-dockerized/data/conf/dovecot/conf.d/20-userdb.conf
T

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
}