Version 60 for Ubuntu 22.04 is released

I found a fix for this on kopano forums.

  1. Edit /usr/local/lib/z-push/backend/ipcsharedmemory/ipcsharedmemoryprovider.php and replace line 45 with this:
if ($this->initSharedMem())
          ZLog::Write(LOGLEVEL_DEBUG, sprintf("%s(): Initialized %s and %s.", $class, $this->mutexid::class, $this->memid::class));
  1. Edit /usr/local/lib/z-push/policies.ini and set:
maxattsize = '-1'
2 Likes