mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-02-19 06:22:41 +00:00
add alternative config option
This commit is contained in:
parent
75feec02fd
commit
f762c63835
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