mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Bugfix: wrong ini section of sieve_auth_plain_initial
This commit is contained in:
parent
313e7ce014
commit
68d3ccd469
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ abstract class Account implements \JsonSerializable
|
||||||
'Login' => $this->IncLogin(),
|
'Login' => $this->IncLogin(),
|
||||||
'VerifySsl' => !!$oConfig->Get('ssl', 'verify_certificate', false),
|
'VerifySsl' => !!$oConfig->Get('ssl', 'verify_certificate', false),
|
||||||
'AllowSelfSigned' => !!$oConfig->Get('ssl', 'allow_self_signed', true),
|
'AllowSelfSigned' => !!$oConfig->Get('ssl', 'allow_self_signed', true),
|
||||||
'InitialAuthPlain' => !!$oConfig->Get('ssl', 'sieve_auth_plain_initial', true)
|
'InitialAuthPlain' => !!$oConfig->Get('labs', 'sieve_auth_plain_initial', true)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue