[Postfix] Add extended TLS header [Web] Increase timeout to 10 for docker API connections [Postfix] Add perl package
		
			
				
	
	
		
			86 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			86 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     SOGoCalendarDefaultRoles = (
 | |
|         PublicViewer,
 | |
|         ConfidentialDAndTViewer,
 | |
|         PrivateDAndTViewer
 | |
|     );
 | |
| 
 | |
|     WOWorkersCount = "20";
 | |
|     SOGoACLsSendEMailNotifications = YES;
 | |
|     SOGoAppointmentSendEMailNotifications = YES;
 | |
|     SOGoDraftsFolderName = "Drafts";
 | |
|     SOGoJunkFolderName= "Junk";
 | |
|     SOGoMailDomain = "sogo.local";
 | |
|     SOGoEnableEMailAlarms = NO;
 | |
|     SOGoFoldersSendEMailNotifications = YES;
 | |
|     SOGoForwardEnabled = YES;
 | |
|     SOGoUIAdditionalJSFiles = (js/theme-blue.js);
 | |
| 
 | |
|     // Multi-domain setup
 | |
|     // Domains are isolated, you can define visibility options here.
 | |
|     // Example:
 | |
| 
 | |
|     // SOGoDomainsVisibility = (
 | |
|     //  (domain1.tld, domain5.tld),
 | |
|     //  (domain3.tld, domain2.tld)
 | |
|     // );
 | |
| 
 | |
|     SOGoIMAPServer = "imap://dovecot:143/?tls=YES";
 | |
|     SOGoSieveServer = "sieve://dovecot:4190/?tls=YES";
 | |
|     SOGoSMTPServer = "postfix:588";
 | |
|     WOPort = "0.0.0.0:20000";
 | |
|     SOGoMemcachedHost = "memcached";
 | |
| 
 | |
|     SOGoLanguage = English;
 | |
|     SOGoMailAuxiliaryUserAccountsEnabled = YES;
 | |
|     SOGoMailCustomFromEnabled = YES;
 | |
|     SOGoMailingMechanism = smtp;
 | |
|     SOGoSMTPAuthenticationType = plain;
 | |
| 
 | |
|     SxVMemLimit = 384;
 | |
| 
 | |
|     SOGoMaximumPingInterval = 354;
 | |
| 
 | |
|     SOGoInternalSyncInterval = 30;
 | |
|     SOGoMaximumSyncInterval = 354;
 | |
| 
 | |
|     // 100 seems to break some Android clients
 | |
|     //SOGoMaximumSyncWindowSize = 100;
 | |
|     // This should do the trick for Outlook 2016
 | |
|     SOGoMaximumSyncResponseSize = 2048;
 | |
| 
 | |
|     WOWatchDogRequestTimeout = 10;
 | |
|     WOListenQueueSize = 300;
 | |
|     WONoDetach = YES;
 | |
| 
 | |
|     SOGoIMAPAclConformsToIMAPExt = Yes;
 | |
|     SOGoPageTitle = "SOGo Groupware";
 | |
|     SOGoFirstDayOfWeek = "1";
 | |
| 
 | |
|     SOGoSieveFolderEncoding = "UTF-8";
 | |
|     SOGoPasswordChangeEnabled = NO;
 | |
|     SOGoSentFolderName = "Sent";
 | |
|     SOGoMailShowSubscribedFoldersOnly = NO;
 | |
|     NGImap4ConnectionStringSeparator = "/";
 | |
|     SOGoSieveScriptsEnabled = YES;
 | |
|     SOGoTrashFolderName = "Trash";
 | |
|     SOGoVacationEnabled = YES;
 | |
| 
 | |
|     SOGoCacheCleanupInterval = 900;
 | |
|     SOGoMaximumFailedLoginCount = 10;
 | |
|     SOGoMaximumFailedLoginInterval = 900;
 | |
|     SOGoFailedLoginBlockInterval = 900;
 | |
| 
 | |
|     MySQL4Encoding = "utf8mb4";
 | |
|   //SOGoDebugRequests = YES;
 | |
|   //SoDebugBaseURL = YES;
 | |
|   //ImapDebugEnabled = YES;
 | |
|   //SOGoEASDebugEnabled = YES;
 | |
|   //LDAPDebugEnabled = YES;
 | |
|   //PGDebugEnabled = YES;
 | |
|   //MySQL4DebugEnabled = YES;
 | |
|   //SOGoUIxDebugEnabled = YES;
 | |
|   //WODontZipResponse = YES;
 | |
|     WOLogFile = "/dev/sogo_log";
 | |
| }
 |