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

How to remove random spaces in html mail?

I see random spaces in the html mail which breaks entire html structure and gives the weird html mail. I am using SENDY newsletter API to send mail to clients. The html mail is working fine in all other email clients like outlook express and so on..…
Sagar
  • 642
  • 3
  • 14
1
vote
1 answer

DNS ERROR resolving MX

I'm installing Zimbra Collaboration Server on my local machine to test them mail server. During installation I got error: DNS ERROR resolving MX for my.local.domain It is suggested that the domain name have an MX record configured in DNS I don't…
Mr Jedi
  • 33,658
  • 8
  • 30
  • 40
1
vote
1 answer

Ubuntu Upgrade, Perl Version Broke ZImbra

Kind of in a bind here, since I heard about the bash bugs last night I decided on upgrading all off my server, not just the packages but the complete OS, it worked fine on all my servers, except my mail server, which was running Ubuntu 12.04 and I…
1
vote
1 answer

Zimbra webmail acess with python

Is there any script in python where it is shown how to access zimbra webmail. My goal is to login and see if there is new email and if it exists then download textual content to text file in local directory and save it. Thanx in advance
user1406647
  • 489
  • 1
  • 5
  • 17
1
vote
1 answer

How to Accept / Decline appointments by using Zimbra Soap API

I have been worked out Creating Appointments from my Application to Zimbra by using Zimbra SOAP API. Then i want's to Accept / Decline / Tentative zimbra appointments from my application itself. So that should get update in Zimbra calander. Here i…
Prabhu
  • 11
  • 3
1
vote
2 answers

How to configure FreeRADIUS with zimbra to enable 802.1x authentication using LDAP ?

I used Zimbra for many year, and a few web application use Zimbra account via LDAP for authentication. Now I have a new wireless and I want to use Zimbra for authentications. I installed one new machine (opensuse) with freeradius and testing it…
Kolesar
  • 1,265
  • 3
  • 19
  • 41
1
vote
2 answers

Using Zimbra SOAP API in Python

I'm trying to use the Zimbra SOAP API from Python to programmatically modify & cleanup my contacts but I'm having trouble getting started. What I have so far is: from SOAPpy import SOAPProxy url = 'https://zimbra/service/soap' auth = {"account":…
MikeyB
  • 3,288
  • 1
  • 27
  • 38
1
vote
0 answers

iCalendar Method to reschedule appointent

I am trying to get my zimbra server to reschedule an appointment via REST. It is relatively straight forward, I have to post an ics with the updated date of the VEVENT maintaining the UID, incrementing the SEQUENCE and updating the DTSTAMP. I post…
1
vote
2 answers

How to change zimbra login screen logo height?

I have prepared a login image for my new e-mail system (Zimbra). Then I have changed hhe contents of file /opt/zimbra/jetty/webapps/zimbra/skins/_base/base3/skin.properties ... 90 LoginH1 = margin:0 0 30px 30px; 91 LoginAppName = display:none; 92…
zkanoca
  • 9,664
  • 9
  • 50
  • 94
1
vote
1 answer

How Can I use Zimbra Postfix mail Server for Redmine application

I have Zimbra 8.04 RHEL 64 edition installed & inst working quite fine with Windows server 2003 POP3 mail Server. BUT I want to know how can I use the Installed Zimbra Server services EX:- Postfix/Mysql/OpenLDAP for other applications also. EX:- I…
1
vote
2 answers

Perl: Counting script doing wrong?

My script: #!/usr//bin/perl # # Script to balance accounts between servers # By Philip Gabrielsen # use strict; use warnings; START: print "\nZimbra account moving script\n"; print "First we will collect data from Zimbra, this may take a…
user3297323
  • 57
  • 1
  • 6
1
vote
1 answer

Adding Calendar Events to Zimbra

I need to add calendar events to Zimbra. Currently I am using Zimbra.Client dll, I am a very new to this, Any idea bosy have an idea how to do that?
1
vote
1 answer

How to force browser to open "save as" dialog for binary response?

I'm developing Zimbra Zimlet. I'm requesting JSP from Javascript (both belong to the same Zimlet) var jspUrl = this.getResource("my.jsp"); var callback = new AjxCallback(this, this._rpcCallback, ["param1", "param2"]); AjxRpc.invoke(null, jspUrl,…
humkins
  • 9,635
  • 11
  • 57
  • 75
1
vote
3 answers

Zimbra Login authentication error with external LDAP

I'm trying to login Zimbra using external LDAP which is openLDAP. When I test login authentication using Zimbra Administration console, test is successful. But I can't login Zimbra using Web client. Getting an error like this: The username or…
talha06
  • 6,206
  • 21
  • 92
  • 147
1
vote
2 answers

JavaMail error + Unrecognized SSL message, plaintext connection?

Using below code to read mails from a Zimbra mail server. String SSL_FACTORY = "javax.net.ssl.SSLSocketFactory"; Properties pop3Props = new Properties(); pop3Props.setProperty("mail.pop3.socketFactory.class",…
Akbar
  • 1,513
  • 4
  • 20
  • 34