Initial commit: mail server configuration

This commit is contained in:
root
2025-09-17 17:46:16 +00:00
commit 54b608625b
47 changed files with 4959 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Authentication for passwd-file users. Included from auth.conf.
#
# passwd-like file with specified location.
# <doc/wiki/AuthDatabase.PasswdFile.txt>
passdb {
driver = passwd-file
args = scheme=CRYPT username_format=%Lu /etc/dovecot/dovecot.passwd
}
userdb {
driver = passwd-file
args = username_format=%Lu /etc/dovecot/dovecot.passwd
# Default fields that can be overridden by passwd-file
#default_fields = quota_rule=*:storage=1G
# Override fields from passwd-file
#override_fields = home=/home/virtual/%u
}