Slashdot Mirror


Open Xchange Server Source-code Released

d3vi1 writes "Netline, the main developer of Open-Xchange, has just released the GPL licenced version to the masses. The product is mostly known by users because of SuSE's Open-Xchange Server, a product started from "comFire Groupware". Open-Xchange is a groupware suite with WebDAV interface (XML), LDAP, iCal and HTTP(S) support. An Evolution plugin is on the way."

2 of 94 comments (clear)

  1. It's not all that good by a.koepke · · Score: 4, Informative

    This product sounds good but out of personal experience it leaves quite a bit to be desired.

    We recently installed this and tried using it in our office and found it to be very buggy and unstable. The first version we installed, 4.0, wouldn't even create user accounts properly. It would screw up the samba each time it tried to create the account.

    The whole fact that it uses IMAP for its email made it clumsy to use in Outlook as you had your personal folders and then also had your IMAP folders and then also had your SLOX folders. Was quite confusing for most of the users. Also the calendar sharing wasn't that well designed at all. The user was forced to have two calendars, one in public folders and their own one. There was no way to share your normal calendar around the network.

    SuSE have a good product here but it is still far from a proper Exchange replacement. We ended up sending the software back and getting Exchange instead.

    --


    (\(\
    (^.^)
    (")")
    *This is the cute bunny virus, please copy this into your sig so it can spread
    1. Re:It's not all that good by mandreiana · · Score: 5, Informative
      Try OpenGroupware, it doesn't have these problems (except IMAP email, for which it has a simple web client). I recently had to compare them both for a company and OpenGroupware was better in terms of stability, implementation and community.

      It misses Knowledge Management (but has already a bugzilla request) and forum. OX's KM module wasn't very useful though compared with OGO's request.

      The only drawback we saw for OGO it's the language - Objective C, but it has a nice way to use xml-rpc requests so we can add java or php functionality over it (forum, if needed). OX it's a mix of Java, perl and C.