sogo.conf 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. SOGoMailHideInlineAttachments = YES;
  15. SOGoFoldersSendEMailNotifications = YES;
  16. SOGoForwardEnabled = YES;
  17. // Added with SOGo 5.12 - Allows users to cleanup there maildirectories by deleting mails oder than X
  18. SOGoEnableMailCleaning = YES;
  19. // Fixes "MODIFICATION_FAILED" error (HTTP 412) in Clients when accepting invitations from external services
  20. SOGoDisableOrganizerEventCheck = YES;
  21. // Option to set Users as admin to globally manage calendar permissions etc. Disabled by default
  22. // SOGoSuperUsernames = ("moo@example.com");
  23. SOGoUIAdditionalJSFiles = (
  24. js/theme.js,
  25. js/custom-sogo.js
  26. );
  27. SOGoEnablePublicAccess = YES;
  28. // Multi-domain setup
  29. // Domains are isolated, you can define visibility options here.
  30. // Example:
  31. // SOGoDomainsVisibility = (
  32. // (domain1.tld, domain5.tld),
  33. // (domain3.tld, domain2.tld)
  34. // );
  35. // self-signed is not trusted anymore
  36. WOPort = "0.0.0.0:20000";
  37. SOGoMemcachedHost = "memcached";
  38. SOGoLanguage = English;
  39. SOGoMailAuxiliaryUserAccountsEnabled = YES;
  40. // SOGoCreateIdentitiesDisabled = NO;
  41. SOGoMailCustomFromEnabled = YES;
  42. SOGoMailingMechanism = smtp;
  43. SOGoSMTPAuthenticationType = plain;
  44. SxVMemLimit = 384;
  45. SOGoMaximumPingInterval = 3540;
  46. SOGoInternalSyncInterval = 45;
  47. SOGoMaximumSyncInterval = 3540;
  48. // 100 seems to break some Android clients
  49. //SOGoMaximumSyncWindowSize = 99;
  50. // This should do the trick for Outlook 2016
  51. SOGoMaximumSyncResponseSize = 512;
  52. WOWatchDogRequestTimeout = 30;
  53. WOListenQueueSize = 16;
  54. WONoDetach = YES;
  55. SOGoIMAPAclConformsToIMAPExt = Yes;
  56. SOGoPageTitle = "SOGo Groupware";
  57. SOGoFirstDayOfWeek = "1";
  58. SOGoSieveFolderEncoding = "UTF-8";
  59. SOGoPasswordChangeEnabled = NO;
  60. SOGoSentFolderName = "Sent";
  61. SOGoMailShowSubscribedFoldersOnly = NO;
  62. NGImap4ConnectionStringSeparator = "/";
  63. SOGoSieveScriptsEnabled = YES;
  64. SOGoTrashFolderName = "Trash";
  65. SOGoVacationEnabled = YES;
  66. SOGoCacheCleanupInterval = 900;
  67. SOGoMaximumFailedLoginCount = 10;
  68. SOGoMaximumFailedLoginInterval = 900;
  69. SOGoFailedLoginBlockInterval = 900;
  70. GCSChannelCollectionTimer = 60;
  71. GCSChannelExpireAge = 60;
  72. MySQL4Encoding = "utf8mb4";
  73. //SOGoDebugRequests = YES;
  74. //SoDebugBaseURL = YES;
  75. //ImapDebugEnabled = YES;
  76. //SOGoEASDebugEnabled = YES;
  77. SOGoEASSearchInBody = YES;
  78. //LDAPDebugEnabled = YES;
  79. //PGDebugEnabled = YES;
  80. //MySQL4DebugEnabled = YES;
  81. //SOGoUIxDebugEnabled = YES;
  82. //WODontZipResponse = YES;
  83. WOLogFile = "/dev/sogo_log";
  84. }