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

10 lines
198 B
Plaintext
Raw Normal View History

2024-03-19 22:05:27 +03:00
passdb {
driver = passwd-file
2026-08-10 21:41:37 +03:00
args = scheme=MD5-CRYPT username_format=%n /etc/exim/domains/%d/passwd
2024-03-19 22:05:27 +03:00
}
userdb {
driver = passwd-file
2026-08-10 21:41:37 +03:00
args = username_format=%n /etc/exim/domains/%d/passwd
2024-03-19 22:05:27 +03:00
}