mirror of
https://codeberg.org/postscriptum/devzone.org.ua.git
synced 2026-02-18 22:02:41 +00:00
add alternative dovecot config
This commit is contained in:
parent
b7c812898d
commit
61ed667715
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue