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

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,3 @@
disable_plaintext_auth = no
auth_mechanisms = plain login
!include auth-passwdfile.conf.ext

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
}

1
dovecot/users Normal file
View File

@@ -0,0 +1 @@
user@yourdomain.com:{PLAIN}password