Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    1. Home
    2. Synchronising (mobile) devices via Z-Push
    3. General usage of Z-Push
    Statement regarding the closure of the Kopano community forum and the end of the community edition
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Manfred

      Z-Push 2.3 end of life
      • Manfred

      1
      0
      Votes
      1
      Posts
      405
      Views

      No one has replied

    • Manfred

      Z-Push 2.4.2 beta1 released
      • Manfred

      1
      0
      Votes
      1
      Posts
      362
      Views

      No one has replied

    • A Former User

      This topic is deleted!
      • A Former User

      1
      0
      Votes
      1
      Posts
      17
      Views

      No one has replied

    • Manfred

      Z-Push 2.4.0 - nginx configuration file
      • Manfred

      24
      0
      Votes
      24
      Posts
      6911
      Views

      milauria

      Just to report that I have installed 2.4.1 final and all works fine with the only modification needed for the /var/log that I had to change as follow:

      drwxr-x—. 2 nginx z-push 4096 Apr 11 19:21 z-push

    • Manfred

      Z-Push 2.4.1 final released
      • Manfred

      1
      0
      Votes
      1
      Posts
      1204
      Views

      No one has replied

    • Manfred

      Z-Push 2.4.1 beta1 release
      • Manfred

      1
      0
      Votes
      1
      Posts
      452
      Views

      No one has replied

    • emtie

      recurring Task in Outlook 2016
      • emtie

      6
      0
      Votes
      6
      Posts
      776
      Views

      Manfred

      Hi emtie,

      and the tasks didn’t re-recreate themselves since the deletion?

      Manfred

    • morfey

      Z-Push with Autodiscover and Outlook 365
      out • • morfey

      3
      0
      Votes
      3
      Posts
      1695
      Views

      Manfred

      Hi morfey,

      perhaps this thread might be helpful: https://forum.kopano.io/topic/670/account-creation-with-current-outlook.

      Manfred

    • milauria

      This topic is deleted!
      • milauria

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • klausade

      How to list contents of gab.
      • klausade

      15
      0
      Votes
      15
      Posts
      1210
      Views

      Sebastian

      @klausade , could you open a support ticket for this issue and send us the complete KOE-log when performing a GAB resync?

    • Manfred

      Z-Push 2.4.0 final released
      • Manfred

      1
      1
      Votes
      1
      Posts
      2203
      Views

      No one has replied

    • liverpoolfcfan

      specialLogUsers gone in 2.4?
      • liverpoolfcfan

      6
      0
      Votes
      6
      Posts
      852
      Views

      Sebastian

      Normally Z-Push doesn’t require an apache restart and does also not enforce it. The new code is just used when it’s there.
      Sounds very much like you have some php caching (like APC) installed that caches the old Z-Push code and is cleared on restart. Could that be?

    • Manfred

      Z-Push 2.4.0 beta2 released
      • Manfred

      1
      1
      Votes
      1
      Posts
      374
      Views

      No one has replied

    • leroyk2

      Z-Push 2.3.9 not in repository
      • leroyk2

      6
      0
      Votes
      6
      Posts
      822
      Views

      mcostan

      replied in the other thread

      no no… it isn’t 140 states, it’s a lot less.

      anyway du -sh shows 14M

      I have ran now:

      z-push-admin -a fixstates

      ran now and it took zero seconds…

      Output is:

      Checking flags of shared folders: Devices: 73 - Devices with additional folders: 0 - Fixed 0

    • sbourdette

      Exception : Timeout forced after due to other process - code: 3
      • sbourdette

      15
      0
      Votes
      15
      Posts
      2621
      Views

      Manfred

      @liverpoolfcfan yes, that would be all if you detect hierarchy changes in your backend. The code then checks again if the hierarchy changed by configuring a hierarchy exporter. If that’s the case it will throw StatusException with SyncCollections::HIERARCHY_CHANGED like it’s in the zimbra backend now. However in kopano we sometimes had/have not relevant hierarchy change notifications and adding the IBackend::HIERARCHYNOTIFICATION $notifications helped to solve those and spared some unnecessary requests.

      Manfred

    • Sebastian

      Z-Push 2.3.x beta/pre-final updates
      • Sebastian

      21
      1
      Votes
      21
      Posts
      6839
      Views

      Sebastian

      Updates on 2.3 merged:
      https://jira.z-hub.io/browse/ZP-1344 Reply back exporter doesn’t honor private flag
      https://jira.z-hub.io/browse/ZP-1345 Own private items stripped when folder is in $additionalFolders

      These changes are immediately released as 2.3.9 final.
      Announced here: https://forum.kopano.io/topic/1035/z-push-2-3-9-final-released

    • Sebastian

      Z-Push 2.3.9 final released
      • Sebastian

      1
      0
      Votes
      1
      Posts
      989
      Views

      No one has replied

    • wige

      What does the deviceid depends on?
      • wige

      4
      0
      Votes
      4
      Posts
      903
      Views

      Manfred

      Hi wige,

      yes, if you know a deviceid already, then you can filter connections. What I meant is that if you only know IMEI or MAC of the mobile, you won’t be able to determine deviceid.

      You have to be aware though that Outlook over ActiveSync will generate a new deviceid every time you create a new profile, even if it’s the same user on the same computer.

      Manfred

    • liverpoolfcfan

      2.4.0.beta1 - GetGALSearchResults picture & ownership of policies.ini ???
      • liverpoolfcfan

      3
      0
      Votes
      3
      Posts
      872
      Views

      Manfred

      Hi liverpoolfcfan,

      I updated to 2.4.0beta1 today and immediately started to experience issues. I quickly tracked them down to errors in the HTTPD error log file.

      [Thu Jan 04 14:36:40.620521 2018] [:error] [pid 27643] [client 85.255.234.1:25065] PHP Fatal error: Declaration of BackendSearchZimbra::GetGALSearchResults() must be compatible with ISearchProvider::GetGALSearchResults($searchquery, $searchrange, $searchpicture) in /usr/share/z-push/backend/zimbra/zimbra.php on line 12846

      If I am not in a position to pass back a picture at this time, can I assume that it is OK to just add a third parameter to the function definition in the zimbra backend and to set it with a default of “= false”?

      Yes, adding a third parameter to the function definition will resolve it. You don’t have to do anything with $searchpicture in GetGALSearchResults.

      Manfred

    • A Former User

      Release 2.3.8+0-85.1
      • A Former User

      2
      0
      Votes
      2
      Posts
      640
      Views

      A Former User

      Hi,

      I reinstalled Z-Push on Debian with:

      apt-get install --reinstall z-push-autodiscover z-push-backend-kopano z-push-common z-push-config-apache z-push-ipc-sharedmemory z-push-kopano z-push-kopano-gabsync

      But a newer version is a better solution.

      Walter

    • undefined


      •


      Votes

      Posts

      Views