1
0
Fork 0
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:
Josué Tille 2020-08-04 21:53:39 +02:00
parent 50ace562ba
commit 8c4f21d77c
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -16,7 +16,7 @@
SOGoSentFolderName = Sent;
SOGoTrashFolderName = Trash;
SOGoDraftsFolderName = Drafts;
SOGoIMAPServer = "imaps://localhost:993/";
SOGoIMAPServer = "imap://localhost:143";
SOGoIMAPAclConformsToIMAPExt = YES;
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;