Kaynağa Gözat

sogo: added SOGoDisableOrganizerEventCheck value to sogo.conf (#6204)

Niklas Meyer 1 yıl önce
ebeveyn
işleme
3875e8377a
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      data/conf/sogo/sogo.conf

+ 3 - 0
data/conf/sogo/sogo.conf

@@ -16,6 +16,9 @@
     SOGoFoldersSendEMailNotifications = YES;
     SOGoForwardEnabled = YES;
 
+    // Fixes "MODIFICATION_FAILED" error (HTTP 412) in Clients when accepting invitations from external services
+    SOGoDisableOrganizerEventCheck = YES;
+
     // Option to set Users as admin to globally manage calendar permissions etc. Disabled by default
     // SOGoSuperUsernames = ("moo@example.com");