From 42ef0bfc3f30a4ce77fab46fd48fc197dfe37684 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 16 Oct 2014 11:49:07 -0400 Subject: [PATCH] Added doc around IMAP word size vs. ActiveSync on large mail folders --- Documentation/SOGoInstallationGuide.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 27757da34..b57c18ee5 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -2385,6 +2385,10 @@ see http://support.microsoft.com/kb/291621 for configuration instructions. On the SOGo side, _SOGoEnablePublicAccess_ must be set to `YES` and the URL to use must be of the following format: `http:///SOGo/dav/public/%NAME%/freebusy.ifb` +* If you have very large mail folders (thousands of messages), you will +need to adjust the word size of your IMAP server. In Dovecot, the parameter +to increase is "imap_max_line_length" while under Cyrus IMAP Server, the +parameter is "maxword". We suggest a buffer of 2MB. In order to use the SOGo ActiveSync support code in production environments, you need to get a proper usage license from Microsoft.