mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-29 14:28:55 +02:00
chore: Dovecot: disable_plaintext_auth => auth_allow_cleartext
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
3b93d3eebf
commit
dff0338073
3 changed files with 7 additions and 15 deletions
|
@ -791,7 +791,7 @@ Add this to `docker-data/dms/config/dovecot.cf`:
|
|||
|
||||
```cf
|
||||
ssl = yes
|
||||
disable_plaintext_auth=no
|
||||
auth_allow_cleartext = yes
|
||||
```
|
||||
|
||||
These options in conjunction mean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue