Files
hestiacp/install/common/dovecot/conf.d/auth-passwdfile.conf.ext

10 lines
200 B
Plaintext
Raw Normal View History

2024-03-19 22:05:27 +03:00
passdb {
driver = passwd-file
args = scheme=MD5-CRYPT username_format=%n /etc/exim4/domains/%d/passwd
}
userdb {
driver = passwd-file
args = username_format=%n /etc/exim4/domains/%d/passwd
}