mailcow/data/conf/sogo/sogo.conf

87 lines
2.4 KiB
Plaintext
Raw Normal View History

2017-03-02 18:23:23 +08:00
{
SOGoCalendarDefaultRoles = (
PublicViewer,
ConfidentialDAndTViewer,
PrivateDAndTViewer
);
WOWorkersCount = "20";
2017-03-02 18:23:23 +08:00
SOGoACLsSendEMailNotifications = YES;
SOGoAppointmentSendEMailNotifications = YES;
SOGoDraftsFolderName = "Drafts";
SOGoJunkFolderName= "Junk";
SOGoMailDomain = "sogo.local";
2018-12-11 06:24:49 +08:00
SOGoEnableEMailAlarms = YES;
2017-03-02 18:23:23 +08:00
SOGoFoldersSendEMailNotifications = YES;
SOGoForwardEnabled = YES;
2018-12-24 00:12:14 +08:00
SOGoUIAdditionalJSFiles = (js/custom-sogo.js);
SOGoEnablePublicAccess = YES;
2017-03-02 18:23:23 +08:00
// Multi-domain setup
// Domains are isolated, you can define visibility options here.
// Example:
// SOGoDomainsVisibility = (
// (domain1.tld, domain5.tld),
// (domain3.tld, domain2.tld)
// );
// self-signed is not trusted anymore
SOGoSieveServer = "sieve://dovecot:4190/?TLS=YES&tlsVerifyMode=none";
SOGoSMTPServer = "smtp://postfix:588/?TLS=YES&tlsVerifyMode=none";
2017-03-02 18:23:23 +08:00
WOPort = "0.0.0.0:20000";
SOGoMemcachedHost = "memcached";
SOGoLanguage = English;
SOGoMailAuxiliaryUserAccountsEnabled = YES;
SOGoMailCustomFromEnabled = YES;
SOGoMailingMechanism = smtp;
SOGoSMTPAuthenticationType = plain;
2019-11-16 00:39:32 +08:00
SxVMemLimit = 384;
2017-03-02 18:23:23 +08:00
2018-10-05 17:12:55 +08:00
SOGoMaximumPingInterval = 3540;
2017-03-02 18:23:23 +08:00
2018-10-05 17:12:55 +08:00
SOGoInternalSyncInterval = 45;
SOGoMaximumSyncInterval = 3540;
2017-03-02 18:23:23 +08:00
// 100 seems to break some Android clients
2018-10-05 17:12:55 +08:00
//SOGoMaximumSyncWindowSize = 99;
// This should do the trick for Outlook 2016
2018-10-05 17:12:55 +08:00
SOGoMaximumSyncResponseSize = 512;
2017-03-02 18:23:23 +08:00
2019-10-06 16:12:46 +08:00
WOWatchDogRequestTimeout = 30;
2019-11-16 00:39:32 +08:00
WOListenQueueSize = 16;
2017-03-02 18:23:23 +08:00
WONoDetach = YES;
SOGoIMAPAclConformsToIMAPExt = Yes;
SOGoPageTitle = "SOGo Groupware";
SOGoFirstDayOfWeek = "1";
SOGoSieveFolderEncoding = "UTF-8";
SOGoPasswordChangeEnabled = YES;
2017-03-02 18:23:23 +08:00
SOGoSentFolderName = "Sent";
SOGoMailShowSubscribedFoldersOnly = NO;
NGImap4ConnectionStringSeparator = "/";
SOGoSieveScriptsEnabled = YES;
SOGoTrashFolderName = "Trash";
SOGoVacationEnabled = YES;
SOGoCacheCleanupInterval = 900;
SOGoMaximumFailedLoginCount = 10;
SOGoMaximumFailedLoginInterval = 900;
SOGoFailedLoginBlockInterval = 900;
2017-03-02 18:23:23 +08:00
MySQL4Encoding = "utf8mb4";
//SOGoDebugRequests = YES;
//SoDebugBaseURL = YES;
//ImapDebugEnabled = YES;
//SOGoEASDebugEnabled = YES;
//LDAPDebugEnabled = YES;
//PGDebugEnabled = YES;
//MySQL4DebugEnabled = YES;
//SOGoUIxDebugEnabled = YES;
//WODontZipResponse = YES;
WOLogFile = "/dev/sogo_log";
2017-03-02 18:23:23 +08:00
}