Files
hestiacp/install/common/dovecot/conf.d/auth-passwdfile.conf.ext
2026-08-10 21:41:37 +03:00

10 lines
198 B
Plaintext

passdb {
driver = passwd-file
args = scheme=MD5-CRYPT username_format=%n /etc/exim/domains/%d/passwd
}
userdb {
driver = passwd-file
args = username_format=%n /etc/exim/domains/%d/passwd
}