add alternative config option

This commit is contained in:
postscriptum 2026-01-25 15:39:35 +02:00
parent 75feec02fd
commit f762c63835

View file

@ -38,6 +38,12 @@ listen = ::
disable_plaintext_auth = no
```
На Dovecot `2.4.1-4` опція вище не підтримується, тому замість неї потрібно розкоментувати:
``` /etc/dovecot/conf.d/10-auth.conf
auth_allow_cleartext = yes
```
### /etc/dovecot/conf.d/10-master.conf
``` /etc/dovecot/conf.d/10-master.conf