blob: 97a34e9e548ba76abdebffa65a54016cd82fc52c [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001{
2 SOGoCalendarDefaultRoles = (
3 PublicViewer,
4 ConfidentialDAndTViewer,
5 PrivateDAndTViewer
6 );
7
8 WOWorkersCount = "20";
9 SOGoACLsSendEMailNotifications = YES;
10 SOGoAppointmentSendEMailNotifications = YES;
11 SOGoDraftsFolderName = "Drafts";
12 SOGoJunkFolderName= "Junk";
13 SOGoMailDomain = "sogo.local";
14 SOGoEnableEMailAlarms = YES;
15 SOGoFoldersSendEMailNotifications = YES;
16 SOGoForwardEnabled = YES;
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020017
18 SOGoUIAdditionalJSFiles = (
19 js/theme.js,
20 js/custom-sogo.js
21 );
22
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010023 SOGoEnablePublicAccess = YES;
24
25 // Multi-domain setup
26 // Domains are isolated, you can define visibility options here.
27 // Example:
28
29 // SOGoDomainsVisibility = (
30 // (domain1.tld, domain5.tld),
31 // (domain3.tld, domain2.tld)
32 // );
33
34 // self-signed is not trusted anymore
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010035 WOPort = "0.0.0.0:20000";
36 SOGoMemcachedHost = "memcached";
37
38 SOGoLanguage = English;
39 SOGoMailAuxiliaryUserAccountsEnabled = YES;
40 SOGoMailCustomFromEnabled = YES;
41 SOGoMailingMechanism = smtp;
42 SOGoSMTPAuthenticationType = plain;
43
44 SxVMemLimit = 384;
45
46 SOGoMaximumPingInterval = 3540;
47
48 SOGoInternalSyncInterval = 45;
49 SOGoMaximumSyncInterval = 3540;
50
51 // 100 seems to break some Android clients
52 //SOGoMaximumSyncWindowSize = 99;
53 // This should do the trick for Outlook 2016
54 SOGoMaximumSyncResponseSize = 512;
55
56 WOWatchDogRequestTimeout = 30;
57 WOListenQueueSize = 16;
58 WONoDetach = YES;
59
60 SOGoIMAPAclConformsToIMAPExt = Yes;
61 SOGoPageTitle = "SOGo Groupware";
62 SOGoFirstDayOfWeek = "1";
63
64 SOGoSieveFolderEncoding = "UTF-8";
65 SOGoPasswordChangeEnabled = YES;
66 SOGoSentFolderName = "Sent";
67 SOGoMailShowSubscribedFoldersOnly = NO;
68 NGImap4ConnectionStringSeparator = "/";
69 SOGoSieveScriptsEnabled = YES;
70 SOGoTrashFolderName = "Trash";
71 SOGoVacationEnabled = YES;
72
73 SOGoCacheCleanupInterval = 900;
74 SOGoMaximumFailedLoginCount = 10;
75 SOGoMaximumFailedLoginInterval = 900;
76 SOGoFailedLoginBlockInterval = 900;
77
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +010078 GCSChannelCollectionTimer = 60;
79 GCSChannelExpireAge = 60;
80
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010081 MySQL4Encoding = "utf8mb4";
82 //SOGoDebugRequests = YES;
83 //SoDebugBaseURL = YES;
84 //ImapDebugEnabled = YES;
85 //SOGoEASDebugEnabled = YES;
86 //LDAPDebugEnabled = YES;
87 //PGDebugEnabled = YES;
88 //MySQL4DebugEnabled = YES;
89 //SOGoUIxDebugEnabled = YES;
90 //WODontZipResponse = YES;
91 WOLogFile = "/dev/sogo_log";
92}