Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Kopano mailbox export

    Kopano Groupware Core
    7
    23
    3104
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • thctlo
      thctlo @Guest last edited by

      @meyca You maybe… Not me, im still very happy with kopano…
      but i do get why people switch…

      mculibk 1 Reply Last reply Reply Quote 0
      • MEidner
        MEidner last edited by

        Thanks for the input so far.

        I was hoping there was some kind of method on the Kopano server itself to bulk export all mailboxes in one go, but that doesn’t seem to be the case.

        Since it’s 85 mailboxes with around 200GB of mails to export, having to move everything manually doesn’t really sound promising too. I’m probably going to use some kind of IMAP migration tool as @meyca suggested. A colleague of mine has used Bittitan for another project.

        I’m not sure yet as to how much the features like calendars and contacts have been used on the current Kopano server. That would be another problem to consider once I’ve moved all the emails over.

        1 Reply Last reply Reply Quote 0
        • KaBi
          KaBi last edited by

          Hi there,

          I successfully BULK exported mailboxes to PST with zarafa client 7.2.6-52189 and zarafa migration tool 7.1.11.46050. As far as I remember, I used Outlook 2013 (or 2016) and removed KOE first. I tried different versions of client and migration tool, the combination mentioned above worked. You need to create a .csv with the mailboxes, and voila :)

          Kind Regards
          KaBi

          1 Reply Last reply Reply Quote 0
          • mculibk
            mculibk @thctlo last edited by

            @thctlo Can you “elaborate” a bit your opinion on why people switch off of Kopano?

            Asking as I’m just in the phase of somehow “expanding” the Kopano system and migrating some more users to Kopano… Just to check if there are maybe some reasons/issues I did not considered so far…

            Regards,
            M.Culibrk

            thctlo Gerald 2 Replies Last reply Reply Quote 0
            • thctlo
              thctlo @mculibk last edited by

              @mculibk lots use the free version of Kopano, the “development” line.
              me also, but not all of these are stable for production, everything is fine, untill you hit problem then.

              Dont get me wrong, i have not found anything else that is as good as kopano.
              its only so quite lately on the forum and ah wait… … :-) i finaly see the new core packages…

              If you want to use kopano in production i really recommend to get a subscription.
              i run a paid (at the office) and free version myself
              I’m a zarafa/kopano user for over 12 years now and still a happy one.
              Most sad part for me is, the lak of development in the distro’s themself but kopano is not small package. So is Kopano bad, no definilty not… its a great product if it wasnt, i would not have use it for 12 years now. Room for improvement,… like any product there is room for improvement.

              mculibk 1 Reply Last reply Reply Quote 0
              • mculibk
                mculibk @thctlo last edited by

                @thctlo Thanks for the info! That’s encouraging! ;)

                I definitively agree on the subscription and “supported” packages.
                And yes… room for improvement… ;)

                I’m really missing some more “centralized administration” especially related to MTA (postfix) stuff etc…

                Thanks!
                Regards,
                MC

                thctlo 1 Reply Last reply Reply Quote 0
                • thctlo
                  thctlo @mculibk last edited by thctlo

                  @mculibk any example of what you “really” mis?

                  i for example use this.
                  If you use SQL , always create companies. you can use that field to add it automatlicy via mysql to postifx, meaning, when you add a company domain, its directly know in postfix.
                  (virtual_mailbox_domains = mysql:/etc/postfix/mysql/mysql-domains.cf)
                  this querie.
                  query = select value from objectproperty where propname=‘companyname’ and value=’%s’

                  i never got the time to get into this one.
                  https://github.com/pietmacom/com-pietma-zarafa-postfixadmin
                  he did some nice things.

                  And you can do offcourse simular in LDAP with what we did in SQL

                  mculibk 2 Replies Last reply Reply Quote 0
                  • mculibk
                    mculibk @thctlo last edited by

                    @thctlo I’m using LDAP backend for managing users etc (UCS OpenLDAP or M$ ADS).

                    So, companies etc are “handled” centrally via LDAP. This is not “a big problem” even if it’s totally “separated” from Kopano.
                    I get that Kopano can use “any” MTA and that it’s “does not care about the MTA”… but… Kopano is also a “mail system” and MTA stuff actually very important in the whole picture, isn’t it?

                    So… in “general” i totally miss the entire “MTA” part, incoming and outgoing SMTP “rules”, options, limits etc.
                    I know I can “handle” that with other tools… but then it’s much more difficult to have a “clear view” of the whole picture.

                    For example… SMTP limits (sizes, rates…) for domains, users… possibility to see/check any queues etc And then the “security” part… basically you can somewhat use Fain2Ban to handle invalid logons etc… but, again, it’s a totally separate/standalone set of tools.

                    Basically… there is no “admin portal” at all (if we talk about GUI tools). Or a general “full collection” of admin CLI tools to handle “all” the things related to “mail” in a centralized/homogeneous manner (lot of different tools, different syntax, different rules…)

                    Regards

                    1 Reply Last reply Reply Quote 0
                    • mculibk
                      mculibk @thctlo last edited by

                      @thctlo Thanks for the zarafa-postfixadmin link! Did not find it before… ok… but i searched for postfix tools only (and found the “normal” postfixadmin)

                      thctlo 1 Reply Last reply Reply Quote 0
                      • thctlo
                        thctlo @mculibk last edited by

                        @mculibk im a bit longer here… and sometimes my memory is working ;-)

                        on that ldap part and handle smtp, what your looking for, thats not really a kopano thing.
                        Thats more postfix itself.

                        This is one example you can extend.
                        https://github.com/benningm/mtpolicyd/blob/master/examples/ldap/README.md

                        mculibk 1 Reply Last reply Reply Quote 0
                        • mculibk
                          mculibk @thctlo last edited by

                          @thctlo Yes… i know “that’s a postfix thing”… but I’m somehow looking at Kopano as a “complete” mail/groupware solution… and so a part of it is somehow “missing” (in my opinion).

                          And yes… I know… it’s open so I can actually help and make some additions to better suite my needs (and maybe others). I probably will - for example “fix” the AD extension to handle some more attributes related to MTA part etc.

                          And, again, thanks for the provided link! It’s definitely already usable… and as such extendable so yes! Great!

                          THANKS!!

                          (PS. I’m currently using mainly CommunigatePro which has its own (big) bucket of issues but it has a really nice “centralized” approach with lot of knobs and levers in one place, so you can manage all things mail/groupware related much easier than jumping between different programs and their different configuration options)

                          Best regards,
                          M.Culibrk

                          1 Reply Last reply Reply Quote 0
                          • Gerald
                            Gerald @externa1 last edited by

                            @externa1 said in Kopano mailbox export:

                            @gerald
                            But with outllook 2010 you’re unable to connect to o365

                            Just use Outlook 2010 (only connected to Kopano) to export to a PST file…
                            and then open or import the PST on a newer version of outlook connected to Office 365…

                            1 Reply Last reply Reply Quote 0
                            • Gerald
                              Gerald @mculibk last edited by Gerald

                              @mculibk said in Kopano mailbox export:

                              Asking as I’m just in the phase of somehow “expanding” the Kopano system and migrating some more users to Kopano… Just to check if there are maybe some reasons/issues I did not considered so far…

                              If your users are happy with WebApp, everything is great.
                              Main reason I’ve had to stop using Kopano is that the Outlook ActiveSync integration is just not reliable enough and exhibits weird errors - especially bad if your mailboxes are big (>10GB) because then the resync takes forever. I’ve had people lose changes because Outlook/ActiveSync had stopped syncing and then after a force-resync changes had been lost.

                              Also it seems like development has stopped? For commercial users there have been only minor point releases for close to three years! The puclic kopano-core still seems to see some development, but I don’t really think the company leadership has any idea where they want to end up.

                              A Former User mculibk 2 Replies Last reply Reply Quote 0
                              • A Former User
                                A Former User @Gerald last edited by

                                @gerald said in Kopano mailbox export:

                                but I don’t really think the company leadership has any idea where they want to end up.

                                What bugs me, is that nearly all Kopano services (excluding Z-Push) depend on proprietary built packages and build processes for binaries and packages not being described very well.

                                In my eyes, this doesn’t fit the companies “digitally sovereign” claim. And this finally leads to: they do not know “where they want to end up”.

                                1 Reply Last reply Reply Quote 0
                                • mculibk
                                  mculibk @Gerald last edited by

                                  @gerald Thanks for the better “under the hood” info!
                                  Indeed… I have quite some users with very large mailboxes (>30-40GB) and they insist on using Outlook…

                                  So… this info if rather “discouraging”… I’m using Kopano for a few smaller environments with smaller mailboxes and everything seems quite nice/working without issues.
                                  Maybe I will convince them to use DeskApp instead of Outlook… but I doubt I’ll be very successful with that…

                                  What is the last version of Outlook/Office where the old Zarafa MAPI client still works? Any experience?

                                  I did not try it because it’s being “obsoleted” and officially supported any more…
                                  If I understood your messages… it’s still possible to use the Zarafa connector by upgrading the Outlook2010 installation? Is that right? It still works with Outlook2013 or 2016?
                                  Any “longer term” experience with that? I know I’ll get no support from Kopano for that… but maybe it could be a “workaround/soft transition” to DeskApp… (I’d really like to ditch Outlook but users won’t let it go…)

                                  Thanks!
                                  Regards,
                                  MC

                                  Gerald 1 Reply Last reply Reply Quote 0
                                  • Gerald
                                    Gerald @mculibk last edited by Gerald

                                    @mculibk said in Kopano mailbox export:

                                    Indeed… I have quite some users with very large mailboxes (>30-40GB) and they insist on using Outlook…

                                    Will be extremely likely to cause problems. Kopano themselves recommend against this and the KOE Outlook Addin wants to limit your sync timeframe to 1 year or so in order to reduce the likelyhood of problems. But then you just won’t see any mail that is older than 1 year! With Exchange if you limit to 1 year, you can still click at the bottom of each email list in the folder a link to fetch the entire email list from the service. With Z-Push/ActiveSync if you limit to 1 year, you have no chance to look at those >1 year old mails (except webapp/deskapp).

                                    So… this info if rather “discouraging”… I’m using Kopano for a few smaller environments with smaller mailboxes and everything
                                    seems quite nice/working without issues.

                                    With Outlook? Some examples of problems you will encounter over the months/years: Outlook suddenly stops syncing with no error and no observable cause. Not all fields for the contacts are synced and changing them can cause data loss for those non-synced fields if they had data in them from Outlook 2010 or WebApp/DeskApp. Weird Calendar behavior when moving entries, especially if they have a reminder. Inability to move E-Mails from other Mail Accounts into the ActiveSync Kopano Account (Outlook does not allow “uploading” E-Mails into ActiveSync Accounts). Outlook E-Mail Distribution lists are not supported (synced) with ActiveSync and can only be used manually in offline folders. Inconsistent update times, sometimes the calendar just doesn’t update (maybe calendar only updates if a new email arrives?).

                                    Maybe I will convince them to use DeskApp instead of Outlook… but I doubt I’ll be very successful with that…

                                    I’ve never had success convincing people to use it if they were used to Outlook before. And there were some very significant features missing from WebApp. Things have improved though, now with WebApp version 5.0/6.0 at least most basic functionality is there 4 1/2 years after Outlook support was discontinued and WebApp promised to us as the great replacement (but last I heard WebApp is now abandoned and there will be a complete rewrite again because WebApp is not responsive for small screen sizes and doesn’t work with touch devices).

                                    What is the last version of Outlook/Office where the old Zarafa MAPI client still works? Any experience?

                                    IMHO Outlook 2010 and 2013 will work. There are some minor bugs and error messages because the addon never was updated for the latest updates, but it still works pretty fine. Support could get broken by both Microsoft or Kopano at any time though.

                                    I did not try it because it’s being “obsoleted” and officially supported any more…

                                    It’s a good thing to export/import stuff, but I would not really use it to work with. Outlook 2010 does not get security updates, you probably could use it with Outlook 2013 (I have one user left using this combination, have no complaints).

                                    If I understood your messages… it’s still possible to use the Zarafa connector by upgrading the Outlook2010 installation? Is that right? It still works with Outlook2013 or 2016?

                                    Not with 2016. I think you can get it to work a little by upgrading 2013 to 2016, but there are reasons why 2016 was never supported by the classic Zarafa connector.

                                    Any “longer term” experience with that? I know I’ll get no support from Kopano for that… but maybe it could be a “workaround/soft transition” to DeskApp… (I’d really like to ditch Outlook but users won’t let it go…)

                                    If your goal is to get rid of Outlook and you see a chance users could be willing to let go of Outlook, Kopano is a still a good choice.
                                    But be aware that WebApp/Deskapp is a Kopano User interface, it’s not an E-Mail client. For example you can’t just add another IMAP/POP3 account like you were able to with Outlook or Thunderbird. Also WebApp has zero offline functionality, it’s a web interface which needs 24/7 internet.

                                    ActiveSync (Z-Push) with iPhones works reasonably well (much better than ActiveSync with Outlook). AFAIK Android ActiveSync support is good as well, Z-Push does a good job with phones/tablets.

                                    mculibk 1 Reply Last reply Reply Quote 0
                                    • mculibk
                                      mculibk @Gerald last edited by

                                      @gerald Thanks for this “in-depth” real life feedback! Huh…
                                      Not very encouraging…

                                      As said, I’m using WebApp/DeskApp & Outlook (via ActiveSync) but for smaller mailboxes (up to 5GB) and have not encountered any of mentioned issues (yet).

                                      With Outlook? Some examples of problems you will encounter over the months/years: Outlook suddenly stops syncing with no error and no observable cause. Not all fields for the contacts are synced and changing them can cause data loss for those non-synced fields if they had data in them from Outlook 2010 or WebApp/DeskApp. Weird Calendar behavior when moving entries, especially if they have a reminder. Inability to move E-Mails from other Mail Accounts into the ActiveSync Kopano Account (Outlook does not allow “uploading” E-Mails into ActiveSync Accounts). Outlook E-Mail Distribution lists are not supported (synced) with ActiveSync and can only be used manually in offline folders. Inconsistent update times, sometimes the calendar just doesn’t update (maybe calendar only updates if a new email arrives?).

                                      This list of issues is rather “threatening”… especially because I’m moving away from the mentioned CommunigatePro & its MAPI connector (or active-sync) support… because of a s***load of issues… and now it seems I’ll just “changing the poison”…

                                      I’ve never had success convincing people to use it if they were used to Outlook before. And there were some very significant features missing from WebApp. Things have improved though, now with WebApp version 5.0/6.0 at least most basic functionality is there 4 1/2 years after Outlook support was discontinued and WebApp promised to us as the great replacement (but last I heard WebApp is now abandoned and there will be a complete rewrite again because WebApp is not responsive for small screen sizes and doesn’t work with touch devices).

                                      Yeah… I know… I heard about the (all new, great) PWA future versions… but still nothing to be (actually) seen.

                                      It’s a good thing to export/import stuff, but I would not really use it to work with. Outlook 2010 does not get security updates, you probably could use it with Outlook 2013 (I have one user left using this combination, have no complaints).

                                      Good to know!

                                      If I understood your messages… it’s still possible to use the Zarafa connector by upgrading the Outlook2010 installation? Is that right? It still works with Outlook2013 or 2016?

                                      If your goal is to get rid of Outlook and you see a chance users could be willing to let go of Outlook, Kopano is a still a good choice.
                                      But be aware that WebApp/Deskapp is a Kopano User interface, it’s not an E-Mail client. For example you can’t just add another IMAP/POP3 account like you were able to with Outlook or Thunderbird. Also WebApp has zero offline functionality, it’s a web interface which needs 24/7 internet.

                                      Yes… I’m aware of the (biggest) drawback - no off-line support. And the “kopano only” client.

                                      ActiveSync (Z-Push) with iPhones works reasonably well (much better than ActiveSync with Outlook). AFAIK Android ActiveSync support is good as well, Z-Push does a good job with phones/tablets.

                                      Yes! I have great experience with mobile devices! (especially compared with CGP) so I “hoped” the get the same on Outlook + active-sync…

                                      Maybe… using something like BlueMail as an alternative mail client… but I still have to test it with big mailboxes to check if there is any “noticeable” difference compared to Outlook+active-sync… but this is just “switching” to another box of chocolate - “you never know what you gonna get”.

                                      Bloody Outlook and user “addiction”…

                                      THANKS!

                                      Gerald 1 Reply Last reply Reply Quote 0
                                      • Gerald
                                        Gerald @mculibk last edited by

                                        Other problems I’ve just stumbled upon:

                                        • Kopano-WebApp/DeskApp doesn’t offer calibri font, so if half your company uses Outlook and half uses Kopano DeskApp, you can’t have those DeskApp users write in the same html font (which was set as corporate standard by the outlook users).

                                        • Kopano-WebApp/DeskApp doesn’t allow embedding images, for which there is a workaround (previously setdefaultsignature.py, but this does not seem to exist anymore, now there is kopano-webapop_admin.py which should be used along with a manually created signature in a text editor with the image embedded as base64 code). This does actually work, and making it work and having the image properly embedded for two users only took me two hours.

                                        1 Reply Last reply Reply Quote 0
                                        • First post
                                          Last post