3-Implement-IMAP/POP #4

Merged
giacchetta merged 11 commits from 3-Implement-IMAP/POP into main 2026-02-11 22:40:10 +00:00
Showing only changes of commit a24007383d - Show all commits

View File

@@ -3,10 +3,10 @@
passdb {
driver = passwd-file
args = scheme=SHA512-CRYPT username_format=%u /etc/dovecot/users
args = scheme=SHA512-CRYPT username_format=%n /etc/dovecot/users
}
userdb {
driver = static
args = uid=vmail gid=vmail home=/var/vmail/%u
args = uid=vmail gid=vmail home=/var/vmail/%n
}