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-12-24 00:12:14 +08:00
|
|
|
SOGoUIAdditionalJSFiles = (js/custom-sogo.js);
|
2019-01-16 17:50:34 +08:00
|
|
|
SOGoEnablePublicAccess = YES;
|
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)
|
|
|
|
// );
|
|
|
|
|
2020-07-11 19:32:49 +08:00
|
|
|
// self-signed is not trusted anymore
|
2020-09-25 03:51:32 +08:00
|
|
|
SOGoSieveServer = "sieve://dovecot:4190/?TLS=YES&tlsVerifyMode=none";
|
|
|
|
SOGoSMTPServer = "smtp://postfix:588/?TLS=YES&tlsVerifyMode=none";
|
2017-03-02 18:23:23 +08:00
|
|
|
WOPort = "0.0.0.0:20000";
|
|
|
|
SOGoMemcachedHost = "memcached";
|
|
|
|
|
|
|
|
SOGoLanguage = English;
|
|
|
|
SOGoMailAuxiliaryUserAccountsEnabled = YES;
|
|
|
|
SOGoMailCustomFromEnabled = YES;
|
|
|
|
SOGoMailingMechanism = smtp;
|
|
|
|
SOGoSMTPAuthenticationType = plain;
|
|
|
|
|
2019-11-16 00:39:32 +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
|
|
|
|
2019-10-06 16:12:46 +08:00
|
|
|
WOWatchDogRequestTimeout = 30;
|
2019-11-16 00:39:32 +08:00
|
|
|
WOListenQueueSize = 16;
|
2017-03-02 18:23:23 +08:00
|
|
|
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
|
|
|
}
|