Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 1 | { |
| 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 Benkard | 7b2a3a1 | 2021-08-16 10:57:25 +0200 | [diff] [blame] | 17 | |
| 18 | SOGoUIAdditionalJSFiles = ( |
| 19 | js/theme.js, |
| 20 | js/custom-sogo.js |
| 21 | ); |
| 22 | |
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 23 | 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 Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 35 | 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 Benkard | 12a5735 | 2021-12-28 18:02:04 +0100 | [diff] [blame] | 78 | GCSChannelCollectionTimer = 60; |
| 79 | GCSChannelExpireAge = 60; |
| 80 | |
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 81 | 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 | } |