Files
hestiacp/install/common/dovecot/conf.d/auth-passwdfile.conf.ext
Alexey Berezhok 346a50856b Initial
2024-03-19 22:05:27 +03:00

10 lines
200 B
Plaintext

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
}