[Nginx, SOGo] Adjustments for EAS

This commit is contained in:
andryyy
2019-10-06 10:12:46 +02:00
parent a008855991
commit 1580e4b2a5
2 changed files with 8 additions and 17 deletions

View File

@@ -37,7 +37,7 @@
SOGoMailingMechanism = smtp;
SOGoSMTPAuthenticationType = plain;
SxVMemLimit = 384;
SxVMemLimit = 512;
SOGoMaximumPingInterval = 3540;
@@ -49,8 +49,8 @@
// This should do the trick for Outlook 2016
SOGoMaximumSyncResponseSize = 512;
WOWatchDogRequestTimeout = 20;
WOListenQueueSize = 300;
WOWatchDogRequestTimeout = 30;
WOListenQueueSize = 512;
WONoDetach = YES;
SOGoIMAPAclConformsToIMAPExt = Yes;