2017-03-02 18:23:23 +08:00
|
|
|
{
|
|
|
|
SOGoCalendarDefaultRoles = (
|
|
|
|
PublicViewer,
|
|
|
|
ConfidentialDAndTViewer,
|
|
|
|
PrivateDAndTViewer
|
|
|
|
);
|
|
|
|
|
2018-04-26 20:06:10 +08:00
|
|
|
WOWorkersCount = "20";
|
2017-03-02 18:23:23 +08:00
|
|
|
SOGoACLsSendEMailNotifications = YES;
|
|
|
|
SOGoAppointmentSendEMailNotifications = YES;
|
|
|
|
SOGoDraftsFolderName = "Drafts";
|
|
|
|
SOGoJunkFolderName= "Junk";
|
|
|
|
SOGoMailDomain = "sogo.local";
|
2018-12-11 06:24:49 +08:00
|
|
|
SOGoEnableEMailAlarms = YES;
|
2017-03-02 18:23:23 +08:00
|
|
|
SOGoFoldersSendEMailNotifications = YES;
|
|
|
|
SOGoForwardEnabled = YES;
|
2018-11-12 16:59:49 +08:00
|
|
|
SOGoUIAdditionalJSFiles = (js/theme-blue.js, js/custom-sogo.js);
|
2017-03-02 18:23:23 +08:00
|
|
|
|
|
|
|
// Multi-domain setup
|
|
|
|
// Domains are isolated, you can define visibility options here.
|
|
|
|
// Example:
|
|
|
|
|
|
|
|
// SOGoDomainsVisibility = (
|
|
|
|
// (domain1.tld, domain5.tld),
|
|
|
|
// (domain3.tld, domain2.tld)
|
|
|
|
// );
|
|
|
|
|
|
|
|
SOGoIMAPServer = "imap://dovecot:143/?tls=YES";
|
|
|
|
SOGoSieveServer = "sieve://dovecot:4190/?tls=YES";
|
|
|
|
SOGoSMTPServer = "postfix:588";
|
|
|
|
WOPort = "0.0.0.0:20000";
|
|
|
|
SOGoMemcachedHost = "memcached";
|
|
|
|
|
|
|
|
SOGoLanguage = English;
|
|
|
|
SOGoMailAuxiliaryUserAccountsEnabled = YES;
|
|
|
|
SOGoMailCustomFromEnabled = YES;
|
|
|
|
SOGoMailingMechanism = smtp;
|
|
|
|
SOGoSMTPAuthenticationType = plain;
|
|
|
|
|
2018-01-24 15:30:25 +08:00
|
|
|
SxVMemLimit = 384;
|
2017-03-02 18:23:23 +08:00
|
|
|
|
2018-10-05 17:12:55 +08:00
|
|
|
SOGoMaximumPingInterval = 3540;
|
2017-03-02 18:23:23 +08:00
|
|
|
|
2018-10-05 17:12:55 +08:00
|
|
|
SOGoInternalSyncInterval = 45;
|
|
|
|
SOGoMaximumSyncInterval = 3540;
|
2017-03-02 18:23:23 +08:00
|
|
|
|
2017-11-02 16:51:58 +08:00
|
|
|
// 100 seems to break some Android clients
|
2018-10-05 17:12:55 +08:00
|
|
|
//SOGoMaximumSyncWindowSize = 99;
|
2017-11-02 16:51:58 +08:00
|
|
|
// This should do the trick for Outlook 2016
|
2018-10-05 17:12:55 +08:00
|
|
|
SOGoMaximumSyncResponseSize = 512;
|
2017-03-02 18:23:23 +08:00
|
|
|
|
2018-10-05 17:12:55 +08:00
|
|
|
WOWatchDogRequestTimeout = 20;
|
2017-03-02 18:23:23 +08:00
|
|
|
WOListenQueueSize = 300;
|
|
|
|
WONoDetach = YES;
|
|
|
|
|
|
|
|
SOGoIMAPAclConformsToIMAPExt = Yes;
|
|
|
|
SOGoPageTitle = "SOGo Groupware";
|
|
|
|
SOGoFirstDayOfWeek = "1";
|
|
|
|
|
|
|
|
SOGoSieveFolderEncoding = "UTF-8";
|
2018-07-12 04:11:09 +08:00
|
|
|
SOGoPasswordChangeEnabled = YES;
|
2017-03-02 18:23:23 +08:00
|
|
|
SOGoSentFolderName = "Sent";
|
|
|
|
SOGoMailShowSubscribedFoldersOnly = NO;
|
|
|
|
NGImap4ConnectionStringSeparator = "/";
|
|
|
|
SOGoSieveScriptsEnabled = YES;
|
|
|
|
SOGoTrashFolderName = "Trash";
|
|
|
|
SOGoVacationEnabled = YES;
|
|
|
|
|
2017-05-28 22:02:34 +08:00
|
|
|
SOGoCacheCleanupInterval = 900;
|
|
|
|
SOGoMaximumFailedLoginCount = 10;
|
|
|
|
SOGoMaximumFailedLoginInterval = 900;
|
|
|
|
SOGoFailedLoginBlockInterval = 900;
|
|
|
|
|
2017-03-02 18:23:23 +08:00
|
|
|
MySQL4Encoding = "utf8mb4";
|
|
|
|
//SOGoDebugRequests = YES;
|
|
|
|
//SoDebugBaseURL = YES;
|
|
|
|
//ImapDebugEnabled = YES;
|
|
|
|
//SOGoEASDebugEnabled = YES;
|
|
|
|
//LDAPDebugEnabled = YES;
|
|
|
|
//PGDebugEnabled = YES;
|
|
|
|
//MySQL4DebugEnabled = YES;
|
|
|
|
//SOGoUIxDebugEnabled = YES;
|
|
|
|
//WODontZipResponse = YES;
|
2017-07-11 23:08:06 +08:00
|
|
|
WOLogFile = "/dev/sogo_log";
|
2017-03-02 18:23:23 +08:00
|
|
|
}
|