mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-25 11:04:42 +00:00
sogo: added SOGoDisableOrganizerEventCheck value to sogo.conf (#6204)
This commit is contained in:
parent
7c8e5c10ca
commit
3875e8377a
1 changed files with 3 additions and 0 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue