Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    1. Home
    2. Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • sultansofswing

      CLI method to hide user from addressbook
      Kopano Groupware Core • • sultansofswing

      3
      0
      Votes
      3
      Posts
      413
      Views

      LedZeppe1in

      @sultansofswing you can modify DB directly use it at your own risk:
      select objectid from objectproperty where propname=‘emailaddress’ and value=‘user@example.com’;
      gets you objectid:
      ±---------+
      | objectid |
      ±---------+
      | 1025 |
      ±---------+

      update objectproperty set value=1 where objectid=1025 and propname=‘ishidden’;

      then do “kopano-admin --sync”

    • joepadmiraal

      Compiling kopano-core undefined symbol for vmime
      Development • • joepadmiraal

      1
      0
      Votes
      1
      Posts
      314
      Views

      No one has replied

    • ichi123

      Kopano One and Univention
      Kopano ONE • • ichi123

      5
      0
      Votes
      5
      Posts
      1708
      Views

      Sinux

      @plzk-de https://forum.kopano.io/topic/3908/kopano-roadmap-2021

    • Heimdall1983

      Kalender
      Kopano WebApp • • Heimdall1983

      2
      0
      Votes
      2
      Posts
      866
      Views

      Sinux

      @heimdall1983 ich zitiere mal Felix, the main language is english;)
      So und jetzt zur Glaskugel, welche Version, Userbackend wird ja das in UCS angebundene sein.
      Also Kopano User in der UCS Userverwaltung ;) richtig administriert.
      Dann müssen dir andere Mitstreiter helfen da ich das User DB auf Konsole benutze und kein UCS.
      Schönen Tag noch.

    • helmut

      Zarafa: SQL error: Duplicate entry in indexedproperties
      Legacy software • • helmut

      2
      0
      Votes
      2
      Posts
      1422
      Views

      LedZeppe1in

      @helmut If duplicates are caused by key ‘bin’ then it could a problem with source_key_auto_increment in ‘settings’ table which somehow got zeroed (or decreased significantly). For some unknown reason there is nothing in the code to handle this situation. So you can increase source_key_auto_increment manually or just check if it’s increasing automatically over time (with every error) and wait till it goes away. Took me like 6 hours to figure it out and yes, this problem IS in kopano also.

    • zolo

      External Folder/Mail-Links
      Kopano WebApp • • zolo

      1
      0
      Votes
      1
      Posts
      130
      Views

      No one has replied

    • jmpalomares

      kopano-kdav not syncing
      Kopano Groupware Core • • jmpalomares

      1
      0
      Votes
      1
      Posts
      1380
      Views

      No one has replied

    • A Former User

      kopano-fsck errors
      Kopano Groupware Core • • A Former User

      4
      0
      Votes
      4
      Posts
      304
      Views

      A Former User

      @mkuemmerle

      Hi. Yes i created it with the kopano webapp. All 31 items are yearly recuring calendar items. there is no reason given why these items are looping.

      when i delete and recreate the recuring item again it will loop on these items.

      here is one item that is causing a problem.

      Validating entry: “Mylo jarig”
      Invalid property dispidRecurrenceState - Recoverable recurrence state.
      Fix broken property? [yes/no]: yes

      but when i run it again it still fails on these items.

      I tested some more.it only happens on recuring items. and it does not matther if i create them true kopano webapp or true my mobile phone.

      Mobile loop detetion is gone. however kopano-fsck keeps giving me the errors. also z-push gives me this output

      /usr/share/z-push/lib/request/itemoperations.php:392 Undefined index: deletesubfolders (8)

    • dwp

      Z-Push with Synology DSM 6.2
      Z-Push when using other backends • • dwp

      4
      0
      Votes
      4
      Posts
      944
      Views

      Andreas1312

      Hey Can you show the complete modified files?
      I want to use z-Push with DSM 7 and contacts and calendar.

    • killmasta93

      Dovecot with Kopano and postfix?
      Kopano Groupware Core • • killmasta93

      7
      0
      Votes
      7
      Posts
      1159
      Views

      xplod.ing

      Although this seems as thread necromancy, but I’v got a problem regarding this topic:
      I have created postfix maps, which access the Kopano mysql database to check for valid users, so that incoming mails are sorted into the corresponding kopano mailboxes.

      I have switched to Linux recently, and want to have all my emails offline, too, so I installed evolution on my client and kopano gateway and ical on my server.
      But If I now want to send emails using evoultion (SMTP), the email server (dovecot and postfix) prohibits the unknown sender (from a foreign IP).

      Can anybody tell me how to allow kopano users to be able to use the SMTP service?

      Best regards,
      and thanks for your good work.
      X

    • h44z

      mailto link not working properly
      Kopano WebApp • • h44z

      1
      0
      Votes
      1
      Posts
      172
      Views

      No one has replied

    • icey

      Z-Push username contains space
      Synchronising (mobile) devices via Z-Push • • icey

      2
      0
      Votes
      2
      Posts
      455
      Views

      icey

      Hi All,

      if anyone has the same prob by some time, I found out the solution:
      use
      “John\ Doe”
      and it works.

      Thanks everyody and have a nice day!

      Icey

    • tueftler17

      lots of eml-files in /var/lib/kopano
      Kopano Groupware Core • • tueftler17

      2
      0
      Votes
      2
      Posts
      311
      Views

      A Former User

      delete these files, they are not used anymore.