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
0
votes
2 answers

Zimbra SOAP SearchRequest returns unknown document error

I am trying to send the SearchRequest to find the stuff I need in the mailbox. However, I keep on getting the unknown Document error. POST /service/soap HTTP/1.1 SOAPAction: "" Content-Type: text/xml;charset="utf-8" Accept: text/xml Host:…
Cracker
  • 912
  • 2
  • 14
  • 26
0
votes
1 answer

Where do zimlets store their UserProperties?

So you've defined some properties in your zimlet, both in the XML file and via the .properties file. But suppose you change your mind and decide to remove some properties, how would you do so ? removing them from the files, and even removing the…
ychaouche
  • 4,922
  • 2
  • 44
  • 52
0
votes
1 answer

How do I save a contact in zimbra using its javascript API?

I managed to add a button in the contacts toolbar in Zimbra's UI using Zimbra's Javascript API. Is there a way to save the contact that is currently beeing edited using the javascript API again ? Thanks for your help.
ychaouche
  • 4,922
  • 2
  • 44
  • 52
0
votes
1 answer

getting a list of aliases by domain from a zimbra server via soap admin api

I've been reading through the admin api reference documents, but I can't seem to find a way to list aliases already created for the domain. There is, of course, the addAccountAlias command:
jesse_galley
  • 1,676
  • 4
  • 18
  • 30
0
votes
1 answer

Filter on one-day event with ical4j, trouble with start and end dates

I work with an export from a Zimbra calendar and wold like to create a list of all events occurring on each day. The simplified calendar looks like…
Michael Klenk
  • 3,202
  • 2
  • 19
  • 19
0
votes
3 answers

Looking for Java binary for Mac OS X

I'm trying to build zimbra from source on a mac mini running on mac os x 10.4.10. It seems that I need a file like this "jdk-1_5_0_16-linux-i586.bin" but I can't seem to find a jdk binary that is made for mac osx. Can anybody point me to this…
Neoryder
  • 897
  • 2
  • 13
  • 26
0
votes
1 answer

Parsing Zimbra SOAP response with SimpleXML and xpath

So, I'm using PHP to talk to a Zimbra SOAP server. The response is in a tag. I'm having trouble parsing the XML response because of the namespace(s). The XML looks like this:
gen_Eric
  • 223,194
  • 41
  • 299
  • 337
0
votes
2 answers

How do I change the toolbar dynamically in Zimbra

what is the best way to change the toolbars in Zimbra. Zimbra does have a Toolbar for every view and we need to change it by either adding or removing buttons. I think Zimlets are supposed to provide this functionality, but Zimlets are loaded at the…
carnz
  • 270
  • 2
  • 8
0
votes
1 answer

What ajax toolkit zimbra 6.x is using ? kabuki or YUI

i`m trying to customize the zimbra web client and do changes.my question is, what Ajax toolkit zimbra is using ? yahoo user interface ? or kabuki ?
bizzr3
  • 1,925
  • 4
  • 24
  • 37
0
votes
1 answer

Zimra - How I can handle HTML forms in zimlets?

I try to create a tab Zimlet that contains a HTML form. I just want to now how I can handle submit button in my form or how can I submit a form with ajax toolkit.
bizzr3
  • 1,925
  • 4
  • 24
  • 37
-1
votes
1 answer

How to change Zimbra Web UI URL Path? Ubuntu 20.04

I am new to Zimbra configurations. I have configured my Zimbra on Ubuntu 20.04 and its working fine. but the Web UI opens on my base domain. I want to change the domain. For Example: Currently, my web ui opens at mydomain.com/ I want to change it…
Asad Mehmood
  • 292
  • 2
  • 10
  • 20
-1
votes
2 answers

Mail accounts and loose folders report to CSV using AWK. How to achieve that from this example?

I'm using this shellscript to generate a list of inboxes and the sizes of all folders, for each user, as follows: john.doe@mydomain.com's max mailbox size = 0 MB, current mailbox size = 18,78 GB. size (MB) msgcount unread folder ---------…
-1
votes
1 answer

Nagios: How to properly configure NRPE to monitor IMAP and SMTP

We would like to monitor the IMAP and SMTP services on our Zimbra server through Nagios. I have the following two lines configured in my nrpe.cfg file on the Zimbra server: command[check_imap]=/usr/local/nagios/libexec/check_imap -H -p…
Chris
  • 535
  • 3
  • 20
-1
votes
1 answer

Zimbra webmail advanced search

My goal is to search my huge webmail with more then 2000 email with attachments. It seems that Zimbra webmail search doesnt give results in GUI mode. Sometimes it works but shows only unread mail. In programatic mode I didnt have luck. My question…
user1406647
  • 489
  • 1
  • 5
  • 17
-1
votes
1 answer

zimbra doesnt receive mail from php mail function

I am using normal code to send mail in PHP. Its having no problem of sending to gmail, yahoo, Hotmail,etc.. but in zimbra it doesn't receive..
1 2 3
14
15