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

Getting User Attributes of a Logged in Liferay user

How do I get the email ID of a logged in Liferay user (from within a portlet) ? I referred to this link but to no avail.
Abhay
  • 13
  • 6
1
vote
0 answers

Soap Service Not Working on 7070 port in Zimbra Collaboration

Currently i am working on Zimbra Collaboration project . All services are working except postfix , not access 7070 port services
bugfixer
  • 11
  • 1
1
vote
1 answer

Zimbra emails from Postfix queue to eml format

I'm trying to recover some emails from Zimbra Postfix not delivered ‘deferred’ queue by converting them to eml format. First it came up that all files from the queue are some kind of binaries which can be viewed somehow by less command but that kind…
JackTheKnife
  • 3,795
  • 8
  • 57
  • 117
1
vote
1 answer

External smtp authentication for certain domain on zimbra

I set up a local zimbra 8.7 installation on centos 7 for a local domain (domain.local). Everything in that part are working fine. But I have an external domain (outdomain.com) that is setup on cpanel. I would like to manage emails of this domain…
George K.
  • 19
  • 6
1
vote
0 answers

WSO2 Identity Server implement Single Sign On Between Alfresco, Zimbra and a Simple PHP Aplication

Good day guys, I need from your experience the basic steps to do a Single Sign On with WSO2 Identity Server between three specifics applications. Zimbra (Open Source Version) -> Java Alfresco (Open Source Version) -> Java Orfeo (Open Source…
1
vote
1 answer

How to config mail.php for zimbra mail server in Laravel 5.3?

I create VPS and install zimbra mail in mail.mywebsite.com and mywebsite.com is in other VPS. My mail.php in config folder: 'driver' => 'smtp', 'host' => 'mail.mywebsite.com', 'from' => [ 'address' => 'customers@mywebsite.com', 'name' =>…
mySun
  • 1,550
  • 5
  • 32
  • 52
1
vote
1 answer

Zimbra mail goes to spam

I am using to send email, but facing little issue my mails are going to spam instead of inbox, I don't know why it is happening so, I have checked the header of the spam mail and find some things which may be creating problem Received-SPF: none…
Kashif
  • 15
  • 1
  • 8
1
vote
4 answers

How to install Zimbra certification?

I have this error when I want install a commercial SSL in Zimbra Your certificate was not installed due to the error : system failure: exception executing command: zmcertmgr verifycrtkey comm …
1
vote
1 answer

Replicated LDAP Server, cannot bind but can verify password

I have succesfully replicated Zimbra LDAP server to standalone OpenLDAP server. I plan to use the replicated server as central LDAP server for our internal application authentication service. Steps that I follow to replicate Zimbra LDAP are: 1.…
desdulianto
  • 83
  • 2
  • 6
1
vote
1 answer

Connect to mail service with imaps protocol, Certificates does not conform to algorithm

I'm trying to access emails to a mail service (zimbra) with imaps protocol. I'm using javaMail jar version 1.4.7 Properties props = (Properties)System.getProperties().clone(); // SSL setting props.put("mail.imaps.ssl.checkserveridentity",…
1
vote
0 answers

Where is the Zimbra Talk roster located in Ubuntu?

I currently have Zimbra Talk installed, and I have it configured to pull from a specific distribution list from our Zimbra mail server. However, this list doesn't get updated in our chat buddy list when users are added/removed. So, I'm trying to…
CodeLikeBeaker
  • 20,682
  • 14
  • 79
  • 108
1
vote
1 answer

How to modify appointment with soap api in zimbra?

Im trying to modify a simple zimbra event though it's SOAP API, but zimbra documentation does not tell well which basic data are required. So I'm so lost :[ Actually im sending this request body, and I get a service.PARSE_ERROR that doesn't help…
Bobot
  • 1,118
  • 8
  • 19
1
vote
1 answer

How to change page Zimbra Web Client login

I was beginning to learn about Zimbra. I want to change the look of the login page, but do not know how to do it - which folders and files do I have to edit? I searched on Google and Zimbra communities, but found no answers.
Tinh Linh
  • 11
  • 1
  • 3
1
vote
2 answers

Linux : install mysql-client after Zimbra

I installed Zimbra on my Linux server (Ubuntu 12.04 x64), and now I have to install mysql-client / mysql-server for other things. During Zimbra install, it install mysql (in /opt/zimbra/mysql). This mysql server listen on port 7301. Can I install…
Azylaans
  • 981
  • 8
  • 18
1
vote
1 answer

Connection refused error by soap-client curl while connecting to my zimbra server from cakephp2.6 app from my website?

I am testing zimbra server.I have details of configured linux zimbra server like : ZIMBRA_LOGIN, ZIMBRA_PASS, ZIMBRA_SERVER, ZIMBRA_PORT As in script showing on url below : Url : https://github.com/libersoft/zcs-php I have defined my login details…
Test User
  • 11
  • 4