blob: 78791d583a283f061f25ecc8d6e7a027aa8d67fa [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;
17 SOGoUIAdditionalJSFiles = (js/custom-sogo.js);
18 SOGoEnablePublicAccess = YES;
19
20 // Multi-domain setup
21 // Domains are isolated, you can define visibility options here.
22 // Example:
23
24 // SOGoDomainsVisibility = (
25 // (domain1.tld, domain5.tld),
26 // (domain3.tld, domain2.tld)
27 // );
28
29 // self-signed is not trusted anymore
30 SOGoSieveServer = "sieve://dovecot:4190/?TLS=YES&tlsVerifyMode=none";
31 SOGoSMTPServer = "smtp://postfix:588/?TLS=YES&tlsVerifyMode=none";
32 WOPort = "0.0.0.0:20000";
33 SOGoMemcachedHost = "memcached";
34
35 SOGoLanguage = English;
36 SOGoMailAuxiliaryUserAccountsEnabled = YES;
37 SOGoMailCustomFromEnabled = YES;
38 SOGoMailingMechanism = smtp;
39 SOGoSMTPAuthenticationType = plain;
40
41 SxVMemLimit = 384;
42
43 SOGoMaximumPingInterval = 3540;
44
45 SOGoInternalSyncInterval = 45;
46 SOGoMaximumSyncInterval = 3540;
47
48 // 100 seems to break some Android clients
49 //SOGoMaximumSyncWindowSize = 99;
50 // This should do the trick for Outlook 2016
51 SOGoMaximumSyncResponseSize = 512;
52
53 WOWatchDogRequestTimeout = 30;
54 WOListenQueueSize = 16;
55 WONoDetach = YES;
56
57 SOGoIMAPAclConformsToIMAPExt = Yes;
58 SOGoPageTitle = "SOGo Groupware";
59 SOGoFirstDayOfWeek = "1";
60
61 SOGoSieveFolderEncoding = "UTF-8";
62 SOGoPasswordChangeEnabled = YES;
63 SOGoSentFolderName = "Sent";
64 SOGoMailShowSubscribedFoldersOnly = NO;
65 NGImap4ConnectionStringSeparator = "/";
66 SOGoSieveScriptsEnabled = YES;
67 SOGoTrashFolderName = "Trash";
68 SOGoVacationEnabled = YES;
69
70 SOGoCacheCleanupInterval = 900;
71 SOGoMaximumFailedLoginCount = 10;
72 SOGoMaximumFailedLoginInterval = 900;
73 SOGoFailedLoginBlockInterval = 900;
74
75 MySQL4Encoding = "utf8mb4";
76 //SOGoDebugRequests = YES;
77 //SoDebugBaseURL = YES;
78 //ImapDebugEnabled = YES;
79 //SOGoEASDebugEnabled = YES;
80 //LDAPDebugEnabled = YES;
81 //PGDebugEnabled = YES;
82 //MySQL4DebugEnabled = YES;
83 //SOGoUIxDebugEnabled = YES;
84 //WODontZipResponse = YES;
85 WOLogFile = "/dev/sogo_log";
86}