2016-12-10 03:39:02 +08:00
|
|
|
{
|
2016-12-14 16:25:54 +08:00
|
|
|
// Database configuration is written to GNUStep defaults when starting container.
|
2016-12-10 03:39:02 +08:00
|
|
|
|
|
|
|
SOGoCalendarDefaultRoles = (
|
|
|
|
PublicViewer,
|
|
|
|
ConfidentialDAndTViewer,
|
|
|
|
PrivateDAndTViewer
|
|
|
|
);
|
|
|
|
|
2016-12-14 16:25:54 +08:00
|
|
|
WOWorkersCount = "20";
|
2016-12-10 03:39:02 +08:00
|
|
|
SOGoACLsSendEMailNotifications = YES;
|
|
|
|
SOGoAppointmentSendEMailNotifications = YES;
|
|
|
|
SOGoDraftsFolderName = "Drafts";
|
|
|
|
SOGoJunkFolderName= "Junk";
|
|
|
|
SOGoMailDomain = "sogo.local";
|
2016-12-18 19:50:45 +08:00
|
|
|
// Waiting for bug fix from SOGo
|
|
|
|
SOGoEnableEMailAlarms = NO;
|
2016-12-10 03:39:02 +08:00
|
|
|
SOGoFoldersSendEMailNotifications = YES;
|
|
|
|
SOGoForwardEnabled = YES;
|
|
|
|
|
|
|
|
SOGoIMAPServer = "imap://dovecot:143/?tls=YES";
|
|
|
|
SOGoSieveServer = "sieve://dovecot:4190/?tls=YES";
|
|
|
|
SOGoSMTPServer = "postfix:588";
|
|
|
|
WOPort = "0.0.0.0:20000";
|
2016-12-15 17:04:32 +08:00
|
|
|
SOGoMemcachedHost = "memcached";
|
2016-12-10 03:39:02 +08:00
|
|
|
|
|
|
|
SOGoLanguage = English;
|
|
|
|
SOGoMailAuxiliaryUserAccountsEnabled = YES;
|
|
|
|
SOGoMailCustomFromEnabled = YES;
|
|
|
|
SOGoMailingMechanism = smtp;
|
|
|
|
SOGoSMTPAuthenticationType = plain;
|
|
|
|
|
|
|
|
SxVMemLimit = 512;
|
|
|
|
|
|
|
|
SOGoMaximumPingInterval = 354;
|
|
|
|
|
|
|
|
SOGoInternalSyncInterval = 30;
|
|
|
|
SOGoMaximumSyncInterval = 354;
|
|
|
|
|
|
|
|
SOGoMaximumSyncWindowSize = 0;
|
|
|
|
SOGoMaximumSyncResponseSize = 1024;
|
|
|
|
MySQL4Encoding = "utf8mb4";
|
|
|
|
|
|
|
|
WOWatchDogRequestTimeout = 10;
|
|
|
|
WOListenQueueSize = 300;
|
|
|
|
WONoDetach = YES;
|
|
|
|
|
|
|
|
SOGoIMAPAclConformsToIMAPExt = Yes;
|
2016-12-15 17:04:32 +08:00
|
|
|
SOGoPageTitle = "SOGo Groupware";
|
2016-12-10 03:39:02 +08:00
|
|
|
SOGoFirstDayOfWeek = "1";
|
|
|
|
|
|
|
|
SOGoSieveFolderEncoding = "UTF-8";
|
|
|
|
SOGoPasswordChangeEnabled = NO;
|
|
|
|
SOGoSentFolderName = "Sent";
|
|
|
|
SOGoMailShowSubscribedFoldersOnly = NO;
|
|
|
|
NGImap4ConnectionStringSeparator = "/";
|
|
|
|
SOGoSieveScriptsEnabled = YES;
|
|
|
|
SOGoTrashFolderName = "Trash";
|
|
|
|
SOGoVacationEnabled = YES;
|
|
|
|
|
2016-12-18 20:43:11 +08:00
|
|
|
//SOGoDebugRequests = YES;
|
2016-12-10 03:39:02 +08:00
|
|
|
//SoDebugBaseURL = YES;
|
|
|
|
//ImapDebugEnabled = YES;
|
|
|
|
//SOGoEASDebugEnabled = YES;
|
|
|
|
//LDAPDebugEnabled = YES;
|
|
|
|
//PGDebugEnabled = YES;
|
2016-12-18 20:43:11 +08:00
|
|
|
//MySQL4DebugEnabled = YES;
|
2016-12-10 03:39:02 +08:00
|
|
|
//SOGoUIxDebugEnabled = YES;
|
|
|
|
//WODontZipResponse = YES;
|
|
|
|
}
|