sogo.conf 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. SOGoCalendarDefaultRoles = (
  3. PublicViewer,
  4. ConfidentialDAndTViewer,
  5. PrivateDAndTViewer
  6. );
  7. WOWorkersCount = "20";
  8. SOGoACLsSendEMailNotifications = YES;
  9. SOGoAppointmentSendEMailNotifications = YES;
  10. SOGoDraftsFolderName = "Drafts";
  11. SOGoJunkFolderName= "Junk";
  12. SOGoMailDomain = "sogo.local";
  13. SOGoEnableEMailAlarms = YES;
  14. SOGoFoldersSendEMailNotifications = YES;
  15. SOGoForwardEnabled = YES;
  16. SOGoUIAdditionalJSFiles = (
  17. js/theme.js,
  18. js/custom-sogo.js
  19. );
  20. SOGoEnablePublicAccess = YES;
  21. // Multi-domain setup
  22. // Domains are isolated, you can define visibility options here.
  23. // Example:
  24. // SOGoDomainsVisibility = (
  25. // (domain1.tld, domain5.tld),
  26. // (domain3.tld, domain2.tld)
  27. // );
  28. // self-signed is not trusted anymore
  29. SOGoSieveServer = "sieve://dovecot:4190/?TLS=YES&tlsVerifyMode=none";
  30. SOGoSMTPServer = "smtp://postfix:588/?TLS=YES&tlsVerifyMode=none";
  31. WOPort = "0.0.0.0:20000";
  32. SOGoMemcachedHost = "memcached";
  33. SOGoLanguage = English;
  34. SOGoMailAuxiliaryUserAccountsEnabled = YES;
  35. SOGoMailCustomFromEnabled = YES;
  36. SOGoMailingMechanism = smtp;
  37. SOGoSMTPAuthenticationType = plain;
  38. SxVMemLimit = 384;
  39. SOGoMaximumPingInterval = 3540;
  40. SOGoInternalSyncInterval = 45;
  41. SOGoMaximumSyncInterval = 3540;
  42. // 100 seems to break some Android clients
  43. //SOGoMaximumSyncWindowSize = 99;
  44. // This should do the trick for Outlook 2016
  45. SOGoMaximumSyncResponseSize = 512;
  46. WOWatchDogRequestTimeout = 30;
  47. WOListenQueueSize = 16;
  48. WONoDetach = YES;
  49. SOGoIMAPAclConformsToIMAPExt = Yes;
  50. SOGoPageTitle = "SOGo Groupware";
  51. SOGoFirstDayOfWeek = "1";
  52. SOGoSieveFolderEncoding = "UTF-8";
  53. SOGoPasswordChangeEnabled = YES;
  54. SOGoSentFolderName = "Sent";
  55. SOGoMailShowSubscribedFoldersOnly = NO;
  56. NGImap4ConnectionStringSeparator = "/";
  57. SOGoSieveScriptsEnabled = YES;
  58. SOGoTrashFolderName = "Trash";
  59. SOGoVacationEnabled = YES;
  60. SOGoCacheCleanupInterval = 900;
  61. SOGoMaximumFailedLoginCount = 10;
  62. SOGoMaximumFailedLoginInterval = 900;
  63. SOGoFailedLoginBlockInterval = 900;
  64. GCSChannelCollectionTimer = 60;
  65. GCSChannelExpireAge = 60;
  66. MySQL4Encoding = "utf8mb4";
  67. //SOGoDebugRequests = YES;
  68. //SoDebugBaseURL = YES;
  69. //ImapDebugEnabled = YES;
  70. //SOGoEASDebugEnabled = YES;
  71. //LDAPDebugEnabled = YES;
  72. //PGDebugEnabled = YES;
  73. //MySQL4DebugEnabled = YES;
  74. //SOGoUIxDebugEnabled = YES;
  75. //WODontZipResponse = YES;
  76. WOLogFile = "/dev/sogo_log";
  77. }