| Welcome to the Zimbra :: Forums! | |
Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
|  | | 
12-14-2008, 06:00 PM
| | | I checked out the latest version, however, I am unable to find the ./bootstrap file in it. Any ideas where it went? | 
12-14-2008, 06:13 PM
| | Advanced Member | |
Posts: 213
| | is there a ./autogen in there? If so, try that... it might generate the bootstrap... | 
12-14-2008, 06:39 PM
| | | Quote:
Originally Posted by gnyce is there a ./autogen in there? If so, try that... it might generate the bootstrap... | Yeah, that did the trick. Thanks! It compiled and installed OK. Unfortunately, just like the sourceforge 0.1.1 version it still does not work properly with the calander and contacts.... | 
01-04-2009, 07:12 PM
| | | This issue is now holding up the Zimbra deployment in my company. Can the developers please help ? | 
01-05-2009, 08:23 PM
| | | Thanks, I will do that | 
04-08-2009, 07:42 AM
| | | Thank you UbuntuGuy! I just wanted to say thank you to UbuntuGuy for the very good step by step that some of us less technical users require to get things going. They worked as expected.
Like others I don't have calendar and contacts and I look forward to future development of Evolution and the Zimbra Connector.
As a long time Windows user who replaced Vista with Ubuntu on my laptop, I look forward to the day when I can replace Windows, Exchange and Outlook with Linux, Zimbra and Evolution and have everything work out of the box. What a push that would be for Linux in a business environment.
Thanks again UbuntuGuy!
Thanks to the many others who worked on this! | 
04-08-2009, 08:32 AM
| | | SMTP or Sendmail for outgoing? One more thing....
Does outgoing mail not use the Zimbra Connector? I had to choose between SMTP or Sendmail, but Outlook on my XP machine just uses the Zimbra server for messages in and out.
Is something configured wrong?
Thanks,
Brian | 
11-05-2009, 10:35 PM
| | | Quote:
Originally Posted by UbuntuGuy After culling information from a variety of sources, I pulled together this quick and concise guide on how to install the Zimbra Evolution connector plugin. This guide works specifically for Ubuntu 8.04.1 and version 0.1.1 of the connector. I tested it using a fresh Ubuntu Hardy installation. Get everything ready: - Download the Zimbra connector's source 0.1.1 tarball from here:
https://sourceforge.net/project/show...kage_id=245547 - Extract the tarball to a folder on your computer I'll extract it to the desktop for this example.
- Open a terminal window and change directory to the folder
(cd ~/Desktop/evolution-zimbra-0.1.1) Install the needed packages with the following commands: - sudo apt-get install automake evolution-dev libglib2.0-dev intltool libtool evolution-data-server-dev libcurl3 libcurl3-dev
- sudo apt-get install libedataserverui1.2-dev libedata-book1.2-dev libedata-cal1.2-dev
Note: If the second command errors out and tells you that it can't find the files, then you may have to enable some repositories in Synaptic, Compile the source - ./configure
- make
- sudo make install
Note: You should not receive any errors when running these commands. If you do, then something needs to be fixed before proceeding. Put everything in the right place
The plugin files are installed in the wrong directory, so run these commands to fix everything: - sudo mv /usr/local/usr/lib/evolution-data-server-1.2/camel-providers/* /usr/lib/evolution-data-server-1.2/camel-providers
- sudo mv /usr/local/usr/lib/evolution-data-server-1.2/extensions/* /usr/lib/evolution-data-server-1.2/extensions
- sudo mv /usr/local/usr/lib/evolution/2.22/plugins/* /usr/lib/evolution/2.22/plugins/
Access the connector in Evolution - Start Evolution
- You should now be able to see the plugin in the list on the Edit – Plugins menu. It should be enabled by default.
- When you setup a new email account, instead of choosing POP or IMAP on the “Receiving Email” dialog, select Zimbra Collaboration Suite.
That should do it.
(Good luck. I have had mixed success getting some of the connector's functions to work.) | Many thx, it's working on Ubuntu 9.10 Karmic Koala.
Just change: Code: sudo mv /usr/local/usr/lib/evolution/2.22/plugins/* /usr/lib/evolution/2.22/plugins/ by Code: sudo mv /usr/local/usr/lib/evolution/2.28/plugins/* /usr/lib/evolution/2.28/plugins/ Thx | 
02-03-2011, 09:10 AM
| | | What is the status of this project? Is the evolution connector still active? It will not compile in Ubuntu 10.10
Does anyone know what dev package contains this header file? Code: In file included from e-zimbra-connection.c:34:
e-zimbra-utils.h:43: fatal error: libedataserver/e-file-cache.h: No such file or directory
compilation terminated. | | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |