sogo.conf 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. WOPort = "0.0.0.0:20000";
  30. SOGoMemcachedHost = "memcached";
  31. SOGoLanguage = English;
  32. SOGoMailAuxiliaryUserAccountsEnabled = YES;
  33. SOGoMailCustomFromEnabled = YES;
  34. SOGoMailingMechanism = smtp;
  35. SOGoSMTPAuthenticationType = plain;
  36. SxVMemLimit = 384;
  37. SOGoMaximumPingInterval = 3540;
  38. SOGoInternalSyncInterval = 45;
  39. SOGoMaximumSyncInterval = 3540;
  40. // 100 seems to break some Android clients
  41. //SOGoMaximumSyncWindowSize = 99;
  42. // This should do the trick for Outlook 2016
  43. SOGoMaximumSyncResponseSize = 512;
  44. WOWatchDogRequestTimeout = 30;
  45. WOListenQueueSize = 16;
  46. WONoDetach = YES;
  47. SOGoIMAPAclConformsToIMAPExt = Yes;
  48. SOGoPageTitle = "SOGo Groupware";
  49. SOGoFirstDayOfWeek = "1";
  50. SOGoSieveFolderEncoding = "UTF-8";
  51. SOGoPasswordChangeEnabled = YES;
  52. SOGoSentFolderName = "Sent";
  53. SOGoMailShowSubscribedFoldersOnly = NO;
  54. NGImap4ConnectionStringSeparator = "/";
  55. SOGoSieveScriptsEnabled = YES;
  56. SOGoTrashFolderName = "Trash";
  57. SOGoVacationEnabled = YES;
  58. SOGoCacheCleanupInterval = 900;
  59. SOGoMaximumFailedLoginCount = 10;
  60. SOGoMaximumFailedLoginInterval = 900;
  61. SOGoFailedLoginBlockInterval = 900;
  62. GCSChannelCollectionTimer = 60;
  63. GCSChannelExpireAge = 60;
  64. MySQL4Encoding = "utf8mb4";
  65. //SOGoDebugRequests = YES;
  66. //SoDebugBaseURL = YES;
  67. //ImapDebugEnabled = YES;
  68. //SOGoEASDebugEnabled = YES;
  69. //LDAPDebugEnabled = YES;
  70. //PGDebugEnabled = YES;
  71. //MySQL4DebugEnabled = YES;
  72. //SOGoUIxDebugEnabled = YES;
  73. //WODontZipResponse = YES;
  74. WOLogFile = "/dev/sogo_log";
  75. }