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
63
votes
11 answers

GoDaddy SSL Cert Not Working With Java

UPDATE 1/26/2015 -- It appears the most recent JRE/JDK for Java 8 (update >= 31) and JRE/JDK for Java 7 now include the Godaddy G2 CA server in the default trust store. If possible, it's urged you upgrade your JRE/JDK to the latest Java 8 update to…
SnakeDoc
  • 13,611
  • 17
  • 65
  • 97
15
votes
1 answer

Move usr/bin/java in Terminal

After updating to OS X 10.11, my java stopped working. I read multiple places that I should do a: sudo mv /usr/bin/java /usr/bin/java.old sudo ln -ns /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java /usr/bin/java But the…
Jesper Andersen
  • 524
  • 2
  • 6
  • 16
7
votes
3 answers

Zimbra SOAP API - java?

I need to use the Zimbra Soap API for a new feature we're working on. However, I have not been able to find a lot of examples of Java clients using this API and I am overall a bit lost as to what I need to look into. (I am pretty new to using SoAP…
CustardBun
  • 3,457
  • 8
  • 39
  • 65
6
votes
0 answers

No difference in forward and redirect on Zimbra

We have the case, that we need to forward all incoming emails to a other email address in the same domain. Here is what is happening with forward: test-a@example.com receives a email from outside@gmail.com test-a@example.com forwards the email to…
Hagbart Celine
  • 470
  • 1
  • 9
  • 26
5
votes
2 answers

Allowing emails with a plus (+) symbol to land in the same Zimbra mailbox

I want to allow emails like myusername+something@mydomain.com instead of simply myusername@mydomain.com using Zimbra - this is a feature on Gmail. Does anyone where to begin looking to allow this to work? Postfix?
Amit Kothari
  • 520
  • 8
  • 23
5
votes
3 answers

Hijri (Persian calendar) For DwtCalendar.js

This is a DHTML Gregorian calendar widget. I'm trying to make an Hijri (Persian Calendar - Jalali) widget. Does anyone have any ideas?
bizzr3
  • 1,925
  • 4
  • 24
  • 37
4
votes
0 answers

WSO2 identity server bridge with zimbra

Would someone be so kind and explain me how to deploy zimbra collaboration suite into wso2 identity server? I know how to make zimbra to use external ldap server, but i do not know exactly how to make a saml sso bridge between them and put the…
radpet
  • 701
  • 1
  • 5
  • 16
4
votes
2 answers

Log into Zimbra programmatically

I am creating a plugin in my website, where logged in users can view their emails. The Email Server I am developing against is Zimbra. So far, I have been able to successfully fetch and display user emails using PHP's imap_open…
SleepingSpider
  • 1,168
  • 4
  • 19
  • 35
3
votes
0 answers

cannot send email with javamail and zimbra server

I try to send email using javamail to Zimbra server but always receive error Client host rejected: Access denied This is my java code: public class TestMail { public static void main(String[] args) throws MessagingException { // provide…
Trung Le
  • 31
  • 3
3
votes
2 answers

how to remove permanently message with javamail and imap

I use imap for reading message from mail server. I want when i read message, the message delete from mail server. I use javaMail library and set delete flag to true and i can not see message from web panel but when i get count of message, the count…
srr7
  • 151
  • 1
  • 11
3
votes
2 answers

ldap_url: and ldap_master_url cannot be the same on an ldap replica

So i tried adding rt-mailgate in zimbra using the following tutorial http://muru-techsolution.blogspot.co.ke/2015/03/install-rt-mailgate-in-zimbra.html .but now when i try to restart zimbra services i get the following error:…
hackitect
  • 141
  • 1
  • 8
3
votes
1 answer

Is it possible to store Zimbra users in an external LDAP server?

Our system is using a LDAP server (OUD) and we're bringing Zimbra to the system. However, Zimbra use its default LDAP server (OpenLDAP). That's is paintul with 2 LDAP servers which store same user information. Is there any way that Zimbra store its…
lethanh
  • 323
  • 1
  • 4
  • 20
3
votes
1 answer

How to implement SSO with: Roundcube Zimbra + CAS?

We're developing a mail system whose mail client is Roundcube using with Zimbra as mail server. My task is integrating them with a CAS server which enable them to Single Sign On. After days of researching I confuse that's impossible. So how can I…
lethanh
  • 323
  • 1
  • 4
  • 20
3
votes
1 answer

Initializing ldap...failed. (28416)

I am trying to configure Zimbra on my Linode (ubuntu). It's been more than 12 continuous hours but I am unable to get it configured correctly. I have followed too many guides from internet already. For the last try, I was trying this: Configure…
SSC
  • 2,956
  • 3
  • 27
  • 43
3
votes
1 answer

How to add a MediaType to the MappingJackson2HttpMessageConverter instead of the RestTemplate

My question is very similar to How to change MediaType for MappingJacksonHttpMessageConverter in OAuth2RestTemplate but different in many ways. I am using Spring 4 with SprintBoot. I want to use RestTemplate to query a Zimbra web services. The web…
ETL
  • 9,281
  • 3
  • 29
  • 28
1
2 3
14 15