Добавлена конфигурация для почты

This commit is contained in:
2025-07-15 16:09:36 +02:00
parent 18d2237b34
commit 643c772de7
8 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
passdb {
driver = passwd-file
args = scheme=PLAIN username_format=%u /etc/dovecot/users
}
userdb {
driver = passwd-file
args = username_format=%u /etc/dovecot/users
}