From 8c4f21d77c8cc128795ac43055ddff5e56966772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 4 Aug 2020 21:53:39 +0200 Subject: [PATCH] Disable temporary TLS for IMAP Due to the following issue disable impaps https://sogo.nu/bugs/view.php?id=4783 --- conf/sogo.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/sogo.conf b/conf/sogo.conf index 79bda33..52599c7 100644 --- a/conf/sogo.conf +++ b/conf/sogo.conf @@ -16,7 +16,7 @@ SOGoSentFolderName = Sent; SOGoTrashFolderName = Trash; SOGoDraftsFolderName = Drafts; - SOGoIMAPServer = "imaps://localhost:993/"; + SOGoIMAPServer = "imap://localhost:143"; SOGoIMAPAclConformsToIMAPExt = YES; SOGoVacationEnabled = YES; SOGoForwardEnabled = YES;