Files
hestiacp/install/rpm/dovecot/conf.d/auth-passwdfile.conf.ext
Alexey Berezhok 346a50856b Initial
2024-03-19 22:05:27 +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
}