2017-03-02 11:23:23 +01:00
|
|
|
{
|
|
|
|
SOGoCalendarDefaultRoles = (
|
|
|
|
PublicViewer,
|
|
|
|
ConfidentialDAndTViewer,
|
|
|
|
PrivateDAndTViewer
|
|
|
|
);
|
|
|
|
|
2018-04-26 14:06:10 +02:00
|
|
|
WOWorkersCount = "20";
|
2017-03-02 11:23:23 +01:00
|
|
|
SOGoACLsSendEMailNotifications = YES;
|
|
|
|
SOGoAppointmentSendEMailNotifications = YES;
|
|
|
|
SOGoDraftsFolderName = "Drafts";
|
|
|
|
SOGoJunkFolderName= "Junk";
|
|
|
|
SOGoMailDomain = "sogo.local";
|
2018-12-10 23:24:49 +01:00
|
|
|
SOGoEnableEMailAlarms = YES;
|
2017-03-02 11:23:23 +01:00
|
|
|
SOGoFoldersSendEMailNotifications = YES;
|
|
|
|
SOGoForwardEnabled = YES;
|
2021-01-28 15:48:59 +01:00
|
|
|
|
|
|
|
SOGoUIAdditionalJSFiles = (
|
|
|
|
js/theme.js,
|
|
|
|
js/custom-sogo.js
|
|
|
|
);
|
|
|
|
|
2019-01-16 10:50:34 +01:00
|
|
|
SOGoEnablePublicAccess = YES;
|
2017-03-02 11:23:23 +01: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 13:32:49 +02:00
|
|
|
// self-signed is not trusted anymore
|
2017-03-02 11:23:23 +01:00
|
|
|
WOPort = "0.0.0.0:20000";
|
|
|
|
SOGoMemcachedHost = "memcached";
|
|
|
|
|
|
|
|
SOGoLanguage = English;
|
|
|
|
SOGoMailAuxiliaryUserAccountsEnabled = YES;
|
|
|
|
SOGoMailCustomFromEnabled = YES;
|
|
|
|
SOGoMailingMechanism = smtp;
|
|
|
|
SOGoSMTPAuthenticationType = plain;
|
|
|
|
|
2019-11-15 17:39:32 +01:00
|
|
|
SxVMemLimit = 384;
|
2017-03-02 11:23:23 +01:00
|
|
|
|
2018-10-05 11:12:55 +02:00
|
|
|
SOGoMaximumPingInterval = 3540;
|
2017-03-02 11:23:23 +01:00
|
|
|
|
2018-10-05 11:12:55 +02:00
|
|
|
SOGoInternalSyncInterval = 45;
|
|
|
|
SOGoMaximumSyncInterval = 3540;
|
2017-03-02 11:23:23 +01:00
|
|
|
|
2017-11-02 09:51:58 +01:00
|
|
|
// 100 seems to break some Android clients
|
2018-10-05 11:12:55 +02:00
|
|
|
//SOGoMaximumSyncWindowSize = 99;
|
2017-11-02 09:51:58 +01:00
|
|
|
// This should do the trick for Outlook 2016
|
2018-10-05 11:12:55 +02:00
|
|
|
SOGoMaximumSyncResponseSize = 512;
|
2017-03-02 11:23:23 +01:00
|
|
|
|
2019-10-06 10:12:46 +02:00
|
|
|
WOWatchDogRequestTimeout = 30;
|
2019-11-15 17:39:32 +01:00
|
|
|
WOListenQueueSize = 16;
|
2017-03-02 11:23:23 +01:00
|
|
|
WONoDetach = YES;
|
|
|
|
|
|
|
|
SOGoIMAPAclConformsToIMAPExt = Yes;
|
|
|
|
SOGoPageTitle = "SOGo Groupware";
|
|
|
|
SOGoFirstDayOfWeek = "1";
|
|
|
|
|
|
|
|
SOGoSieveFolderEncoding = "UTF-8";
|
2023-03-04 17:06:26 +01:00
|
|
|
SOGoPasswordChangeEnabled = NO;
|
2017-03-02 11:23:23 +01:00
|
|
|
SOGoSentFolderName = "Sent";
|
|
|
|
SOGoMailShowSubscribedFoldersOnly = NO;
|
|
|
|
NGImap4ConnectionStringSeparator = "/";
|
|
|
|
SOGoSieveScriptsEnabled = YES;
|
|
|
|
SOGoTrashFolderName = "Trash";
|
|
|
|
SOGoVacationEnabled = YES;
|
|
|
|
|
2017-05-28 16:02:34 +02:00
|
|
|
SOGoCacheCleanupInterval = 900;
|
|
|
|
SOGoMaximumFailedLoginCount = 10;
|
|
|
|
SOGoMaximumFailedLoginInterval = 900;
|
|
|
|
SOGoFailedLoginBlockInterval = 900;
|
|
|
|
|
2021-12-12 10:42:50 +01:00
|
|
|
GCSChannelCollectionTimer = 60;
|
|
|
|
GCSChannelExpireAge = 60;
|
|
|
|
|
2017-03-02 11:23:23 +01:00
|
|
|
MySQL4Encoding = "utf8mb4";
|
|
|
|
//SOGoDebugRequests = YES;
|
|
|
|
//SoDebugBaseURL = YES;
|
|
|
|
//ImapDebugEnabled = YES;
|
|
|
|
//SOGoEASDebugEnabled = YES;
|
2023-10-12 11:11:50 +02:00
|
|
|
SOGoEASSearchInBody = YES; // Experimental. Enabled since 2023-10
|
2017-03-02 11:23:23 +01:00
|
|
|
//LDAPDebugEnabled = YES;
|
|
|
|
//PGDebugEnabled = YES;
|
|
|
|
//MySQL4DebugEnabled = YES;
|
2021-03-02 11:24:00 +01:00
|
|
|
//SOGoUIxDebugEnabled = YES;
|
2017-03-02 11:23:23 +01:00
|
|
|
//WODontZipResponse = YES;
|
2017-07-11 17:08:06 +02:00
|
|
|
WOLogFile = "/dev/sogo_log";
|
2017-03-02 11:23:23 +01:00
|
|
|
}
|