This commit is contained in:
hyzen
2026-06-14 11:40:27 +02:00
commit eb08b8ec5d
12 changed files with 2947 additions and 0 deletions

9
auth-passwdfile.conf.ext Normal file
View File

@@ -0,0 +1,9 @@
passdb {
driver = passwd-file
args = scheme=SHA512-CRYPT username_format=%n /var/dovecot/users
}
userdb {
driver = passwd-file
args = username_format=%n /var/dovecot/users
default_fields = uid=vmail gid=mail home=/var/vmail/%n@freedoms4.org/maildir
}