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
1
vote
1 answer

Get message in Zimbra by php zimbra-api

I use PHP Zimbra-API and try to get messages by search request. My request is $req = new \Zimbra\Mail\Request\Search(); $req->setQuery('Mail Delivery System in:inbox') ->setResultMode('IDS') ->setField('subject') …
Andrej
  • 11
  • 2
1
vote
0 answers

Zimbra - Docker-Compose loop

I have a Zimbra email server I'm running in docker. I created it with docker-compose with some local volumes so I can back the whole thing up. I got it all up and working, and to test I rebuilt the container, but during the install process it gets…
tekkie27
  • 13
  • 3
1
vote
1 answer

Telegraf inputs.tail with zimbra.log

I have some questions, how I can set telegraf.conf file for collect logs from the "zimbra.conf" file? Now I tried to use this config text, but it does not work :((( I want to send this logs to grafana One of the lines "zimbra.conf" for example: Oct …
Oleg
  • 161
  • 1
  • 2
  • 10
1
vote
3 answers

Zimbra SOAP API authenticate using zm_auth_token in java

I want to authenticate a user using the zm_auth_token that I dispose : For the moment, I'm doing this : LmcAuthRequest auth = new LmcAuthRequest(); auth.setUsername(userName); auth.setPassword(password); LmcAuthResponse authResp =…
Marouane Gazanayi
  • 5,063
  • 6
  • 39
  • 58
1
vote
0 answers

Exception in Sending Mail from Zimbra to Gmail

The project I am working on need to send mail to Zimbra as well as Gmail IDs. The mail server used here is Zimbra Client Server and Port used is 25. But while sending mail to Gmail ID,Exception occurs as follows. Exception : Transaction failed. The…
Ne2
  • 35
  • 7
1
vote
1 answer

Bash: Print Command not found

I am setting up Zimbra mail server on Centos 8.8.12 server OS. while installing zimbra, I am getting following error. ./util/utilfunc.sh: line 2314: print: command not found Please guide.
Nitesh
  • 823
  • 1
  • 10
  • 15
1
vote
2 answers

Zimbra connector

I just discovered Zimbra and have a connector in Java to write. I have been looking on the web to find some documentation or experience from other people but could not find anything. Is there any good documentation of the API somewhere so I can get…
user393381
  • 327
  • 3
  • 5
  • 13
1
vote
0 answers

Download Zimbra webdav files with spaces

Zimbra allows to download files via webdav. Unfortunately files with spaces in the name only give empty files back. How do I have to escape the spaces correctly? curl --basic -k --user user1:password…
lumen
  • 219
  • 1
  • 2
  • 10
1
vote
3 answers

ERROR: Unable to start TLS: SSL connect attempt failed error:14090086

I ran the command: zmcontrol status on my zimbra server, and I got the error: Unable to start TLS: SSL connect attempt failed error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed when connecting to ldap master. Cannot…
Hoang Nguyen
  • 11
  • 1
  • 3
1
vote
1 answer

Unparseable date in SAML Authentication for Zimbra Collaboration Open Source

I have set up Zimbra Collaboration Open Source as service provider (SP) and SimpleSAMLphp as Identity Provider (IdP). I have downloaded Network Edition, extract the store rpm, grab samlextn.jar and follow the instructions to configure SAML. Zimbra…
badrul
  • 71
  • 6
1
vote
0 answers

How to cancel an appointment using Zimbra soap Api?

I am using Zimbra Soap API to schedule appointments in a PHP Symfony application creation and modification go well but cancelling has not. This is the code : public function cancelAppointment($object) { $i = $object->getapptId(); $login =…
Mouna Ben Hmida
  • 345
  • 1
  • 7
  • 17
1
vote
1 answer

How to solve Zimbra zmconfigd not running/starting

my server with zimbra is stopped zmconfigd service and I can not lift it I have done everything I indicate below. su - zimbra -c "zmcontrol stop" pkill zimbra killall zimbra /opt/zimbra/libexec/zmfixperms -e -v su - zimbra -c "zmcontrol…
rjmontan
  • 11
  • 1
  • 3
1
vote
1 answer

Zimbra : Cancel an instance of a meet SOAP

In the soap-calendar.txt, there is a function to cancel a meet CancelAppointment(DEFAULT-INVITE-ID, COMPONENT-NUMBER) NOTE: If canceling an exception, the original instance (ie the one the exception was "excepting") WILL NOT be restored when…
user621305
  • 11
  • 3
1
vote
1 answer

Running a Zimbra image in Docker failure

I'm trying to start up Zimbra using docker, however I seem to keep running into issues when starting the container after pulling it. I use the following command to start the container: docker run -p 35:25 -p 8021:80 -p 465:465 -p 587:587 -p 110:110…
GRX
  • 479
  • 1
  • 5
  • 22
1
vote
1 answer

Send email from Zimbra in Python

How to send email from Zimbra in Python. This is an example for gmail, is there any example for Zimbra? Here is info: Zimbra server : 10.0.0.8 for login email: https:\\10.0.0.8 my test mail: test_maas@b2mportal.gemlikgis.com
suleymanduzgun
  • 365
  • 8
  • 17