Questions tagged [zimbra]

Zimbra Collaboration Server is an integrated communications software suite.

Zimbra Collaboration Server is an integrated communication suite which includes email, calendar, addressbook, tasks, briefcase and much more.

It's mostly open source, but it has some payment features (backup, administrator rights management, hierarchical storage manager, etc.). The backend is all on open source software: Postfix, nginx, Jetty, Apache, and PHP.

213 questions
3
votes
0 answers

How to set language to Arabic in Telligent 5.5 (Zimbra)?

I am using Telligent 5.5 (Zimbra) and want to use Cyrillic and Arabic for our communities. How do I do that?
3
votes
4 answers

How to update contacts in Zimbra by scripting?

I have a Zimbra installation and I need to programmaticaly update contacts in it. It seems that its REST interface is only working to add new contacts, but I need to update existing ones. Is there a way, tool or something, open-source, to do that ?
edomaur
  • 1,397
  • 4
  • 23
  • 38
2
votes
1 answer

Delphi: MAPI with Zimbra client failed

In a customer site they want to use Zimbra Mail client. We use Delphi6 to develop. Most of our customers can use the MAPI calls we provide from our application. (There are some exceptions because of new OS-s, or exotic email clients). Now we got…
durumdara
  • 3,411
  • 4
  • 43
  • 71
2
votes
0 answers

Is there a CALDAV plugin for Eclipse Mylyn?

We use Zimbra at work and I'm thinking I should centralize my todo list into one thing. I'm starting to lean towards that one thing being Eclipse, given how awesome Mylyn is. Is there a remote repository plugin to Mylyn so that it can connect to…
jldugger
  • 2,339
  • 6
  • 22
  • 24
2
votes
1 answer

Zimbra REST request with multiple queries

I want to make a query to the Zimbra server with many senders : http://zimbra.server.com/home/plinard/?fmt=xml&query=from:mail1@gmail.com mail2@gmail.com It returns me juste the emails from mail1@gmail.com I tried this…
Marouane Gazanayi
  • 5,063
  • 6
  • 39
  • 58
2
votes
1 answer

zimbra calendar api?! soap java

I've a question about the soap-java implementation for zimbra. I'm writing a java-client which should show calendar entries from a USER. for example: user=testuser, all entries between 01.01.2011 and 31.01.2011. I searched the web, but Zimbra SOAP…
eav
  • 2,123
  • 7
  • 25
  • 34
2
votes
1 answer

Add new Custom JSP Page to Zimbra mail server

I am Java developer and want to add new public custom JSP Page to zimbra . I create simple jsp and put on /opt/zimbra/jetty/webapps/zimbra/public and create a link from login.jsp to them . put zimbra system filtered this page and can not access to…
srr7
  • 151
  • 1
  • 11
2
votes
1 answer

Zimbra SOAP create account

I want to create Zimbra user account with SOAP API and can't get it to work - it's strange because I can get the AuthToken and can even view info of the accounts that are already created (via admin panel) with request GetAccountRequest, but the…
Blaž Oražem
  • 862
  • 7
  • 11
2
votes
0 answers

zimbra is unable to start : Size error: Unable to determine enabled services from ldap

Im using Zimbra on CentOS on one server. Then I moved all of the data to a new server by using the rsync command. When I wanted to start Zimbra on the new server using 'zmcontrol start', it throws this error: Size error: Unable to determine enabled…
Akey
  • 21
  • 1
  • 5
2
votes
2 answers

How to send mail from zimbra command line

I am vikas. i am looking a command that can send mail from zimbra mail-store server to external world. but as i checked in zimbra not getting Any program that have role of sending mails. that is why i am relay email through Zimbra MTA server. now i…
Vikas Kushwaha
  • 21
  • 1
  • 1
  • 2
2
votes
2 answers

Java Mail client not working on Linux

I have an email ssl client for zimbra mail server that work perfectly on windows but i got a failure authentication on linux, i had verified that all that network conf. dns, port and firewall are correct the properties for…
Rafik Bex
  • 51
  • 7
2
votes
0 answers

Exporting from ZimbraOpenLDAP to OpenLdap

So, our employees use the Zimbra OpenLDAP, however, since this doesnt include PosixAccount we cant automatically link it to our Synology. So my boss wanted me to create an OpenLDAP Database, and automatically import the Users from the ZimbraLDAP…
Julian Kurz
  • 93
  • 1
  • 9
2
votes
3 answers

zimbra user account creation using SOAP/REST

I want to create a Zimbra account when ever user signup in my application. is there any SOAP/REST calls for doing this job in Zimbra. Please let me know if there are any other ways.
Nalla Srinivas
  • 913
  • 1
  • 9
  • 17
2
votes
1 answer

Accessing Zimbra via REST API (how do I get the zauthtoken?)

I am using the REST API provided by Zimbra, to periodically (programatically) poll for messages on my Zimbra email server. According to the documentation, I need to pass a zauthtoken via the query string, in order to successfully retrieve the data.…
Homunculus Reticulli
  • 65,167
  • 81
  • 216
  • 341
2
votes
1 answer

Zimbra API sample

I have to create a module using c# to consume Zimbra Webservice (soap protocol) I wonder if anybody has already done this kind of project (talking about the Zimbra part)? Regards,
Stan92
  • 453
  • 1
  • 8
  • 21
1
2
3
14 15