Enable IMAP Pooling to reduce auth against the imap backend

This commit is contained in:
Daniel Berteaud 2015-01-07 17:25:41 +01:00
parent 4dfed29ff7
commit 552a4c952f
1 changed files with 1 additions and 0 deletions

View File

@ -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")};