mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
Disable temporary TLS for IMAP
Due to the following issue disable impaps https://sogo.nu/bugs/view.php?id=4783
This commit is contained in:
parent
50ace562ba
commit
8c4f21d77c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
SOGoSentFolderName = Sent;
|
SOGoSentFolderName = Sent;
|
||||||
SOGoTrashFolderName = Trash;
|
SOGoTrashFolderName = Trash;
|
||||||
SOGoDraftsFolderName = Drafts;
|
SOGoDraftsFolderName = Drafts;
|
||||||
SOGoIMAPServer = "imaps://localhost:993/";
|
SOGoIMAPServer = "imap://localhost:143";
|
||||||
SOGoIMAPAclConformsToIMAPExt = YES;
|
SOGoIMAPAclConformsToIMAPExt = YES;
|
||||||
SOGoVacationEnabled = YES;
|
SOGoVacationEnabled = YES;
|
||||||
SOGoForwardEnabled = YES;
|
SOGoForwardEnabled = YES;
|
||||||
|
|
Loading…
Add table
Reference in a new issue