1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-14 10:52:49 +02:00
mailcow-dockerized/data/conf/sogo/sogo.conf

77 lines
2.0 KiB
Plaintext
Raw Normal View History

2016-12-09 21:39:02 +02:00
{
SOGoCalendarDefaultRoles = (
PublicViewer,
ConfidentialDAndTViewer,
PrivateDAndTViewer
);
2016-12-14 10:25:54 +02:00
WOWorkersCount = "20";
2016-12-09 21:39:02 +02:00
SOGoACLsSendEMailNotifications = YES;
SOGoAppointmentSendEMailNotifications = YES;
SOGoDraftsFolderName = "Drafts";
SOGoJunkFolderName= "Junk";
SOGoMailDomain = "sogo.local";
SOGoEnableEMailAlarms = NO;
2016-12-09 21:39:02 +02:00
SOGoFoldersSendEMailNotifications = YES;
SOGoForwardEnabled = YES;
2016-12-20 16:24:33 +02:00
// Multi-domain setup
// Domains are isolated, you can define visibility options here.
// Example:
// SOGoDomainsVisibility = (
// (domain1.tld, domain5.tld),
// (domain3.tld, domain2.tld)
// );
2016-12-09 21:39:02 +02:00
SOGoIMAPServer = "imap://dovecot:143/?tls=YES";
SOGoSieveServer = "sieve://dovecot:4190/?tls=YES";
SOGoSMTPServer = "postfix:588";
WOPort = "0.0.0.0:20000";
2016-12-15 11:04:32 +02:00
SOGoMemcachedHost = "memcached";
2016-12-09 21:39:02 +02:00
SOGoLanguage = English;
SOGoMailAuxiliaryUserAccountsEnabled = YES;
SOGoMailCustomFromEnabled = YES;
SOGoMailingMechanism = smtp;
SOGoSMTPAuthenticationType = plain;
SxVMemLimit = 512;
SOGoMaximumPingInterval = 354;
SOGoInternalSyncInterval = 30;
SOGoMaximumSyncInterval = 354;
SOGoMaximumSyncWindowSize = 0;
SOGoMaximumSyncResponseSize = 1024;
WOWatchDogRequestTimeout = 10;
WOListenQueueSize = 300;
WONoDetach = YES;
SOGoIMAPAclConformsToIMAPExt = Yes;
2016-12-15 11:04:32 +02:00
SOGoPageTitle = "SOGo Groupware";
2016-12-09 21:39:02 +02:00
SOGoFirstDayOfWeek = "1";
SOGoSieveFolderEncoding = "UTF-8";
SOGoPasswordChangeEnabled = NO;
SOGoSentFolderName = "Sent";
SOGoMailShowSubscribedFoldersOnly = NO;
NGImap4ConnectionStringSeparator = "/";
SOGoSieveScriptsEnabled = YES;
SOGoTrashFolderName = "Trash";
SOGoVacationEnabled = YES;
2016-12-19 13:24:31 +02:00
MySQL4Encoding = "utf8mb4";
2016-12-18 14:43:11 +02:00
//SOGoDebugRequests = YES;
2016-12-09 21:39:02 +02:00
//SoDebugBaseURL = YES;
//ImapDebugEnabled = YES;
//SOGoEASDebugEnabled = YES;
//LDAPDebugEnabled = YES;
//PGDebugEnabled = YES;
2016-12-18 14:43:11 +02:00
//MySQL4DebugEnabled = YES;
2016-12-09 21:39:02 +02:00
//SOGoUIxDebugEnabled = YES;
//WODontZipResponse = YES;
}