Hi all, we have just released Z-Push 2.3.3 final (tag 2.3.3, commit d5759a2498e2ef9dfd3b8c5b958f88654ec71a3a). This version contains fixes related to Autodiscover (high characters in passwords, fail2ban support) and for the Kopano OL Extension (KOE). Until this version, opening a shared calendar also gives you full access to private calendar items of the owner. This is fixed in this version but in order to remove the private entries, the folder needs to be resynchronized. This can be realized by one of the following ways: 1. Best option: Use a provided script to list all users with shared calendars and resynchronize them from the server. The script is available here: https://stash.z-hub.io/projects/ZP/repos/z-push/browse/tools/list-shared-folders.php Usage instructions can be found within the file (line 50). 2. Easy but with overhead: Resynchronize all calendars using "z-push-admin -a resync -t calendar". This will cause all calendars from all users to be resynchronized. This could be a lot of overhead and produce high load on your server (for many users/calendars). Prefer option 1! 3. Manual fix: Ask the users to close and reopen the shared calendar in Outlook. We would like to thank all our community contributors and everyone who tests Z-Push and provides us feedback. Please continue doing that. Changes since Z-Push 2.3.2: Improvements [ZP-1017] - Update references to mobile compatibility list [ZP-1050] - Indicate short folder ids in webservice [ZP-1058] - Autodiscover: Print IP to log on failed authentication for usage with e.g. fail2ban [ZP-1062] - Depend on "php" for Ubuntu 16.04 [ZP-1073] - Script to list all shared calendars Bug fixes [ZP-1047] - MoveItems operation writes too long lines in z-push-admin [ZP-1052] - Attached eml message does not have size [ZP-1054] - SQL States: Ping triggers hierarchy sync if database is not available [ZP-1056] - Autodiscover: Authorization conversion not working correctly [ZP-1060] - KOE: Notes in read-only folders could generate mail loops [ZP-1063] - Items marked as private are shown in shared folders [ZP-1069] - KOE: Race-condition when connecting two Outlooks with the same user simultaneously (on read-only folders) [ZP-1076] - z-push-admin stops on invalid states Code changes since Z-Push 2.3.2: https://stash.z-hub.io/projects/ZP/repos/z-push/compare/diff?targetBranch=refs%2Ftags%2F2.3.2&sourceBranch=refs%2Ftags%2F2.3.3 Install Z-Push 2.3.3 from the final repositories (recommended): https://wiki.z-hub.io/display/ZP/Installation The tarball is available here (not recommended): http://download.z-push.org/final/2.3/z-push-2.3.3.tar.gz Please share your experiences and give feedback! Greetings, Sebastian Z-Push dev team