From 552a4c952f4664285301e33ebd5e195a49511e19 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 7 Jan 2015 17:25:41 +0100 Subject: [PATCH] Enable IMAP Pooling to reduce auth against the imap backend --- root/etc/e-smith/templates/etc/sogo/sogo.conf/20mail | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/e-smith/templates/etc/sogo/sogo.conf/20mail b/root/etc/e-smith/templates/etc/sogo/sogo.conf/20mail index 8001989..0c0ba48 100644 --- a/root/etc/e-smith/templates/etc/sogo/sogo.conf/20mail +++ b/root/etc/e-smith/templates/etc/sogo/sogo.conf/20mail @@ -3,6 +3,7 @@ SOGoMailingMechanism = smtp; SOGoSMTPServer = localhost; SOGoIMAPServer = "imap://localhost:{$imap{'TCPPort'} || '143'}"; + NGImap4DisableIMAP4Pooling = NO; SOGoDraftsFolderName = {($sogod{'DraftsFolder'} || "Drafts")}; SOGoSentFolderName = {($sogod{'SentFolder'} || "Sent")}; SOGoTrashFolderName = {($sogod{'TrashFolder'} || "Trash")};