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

How to config postfix in Zimbra

I am developing a content filtering app for zimbra. I have a problem with the config postfix MTA. In main.cf content-filter:smpt-amavis[127.0.0.1]:1024 by content-filter:myfilter and add master.cf myfilter service to pipe email to script php.…
ciy
  • 1
  • 1
  • 3
0
votes
1 answer

Zimbra not releasing space

We are using Zimbra 8.0 collaboration server open source edition. (Release 8.0.0_GA_5434.RHEL6_64_20120907144639 CentOS6_64 FOSS edition ) on centos6. While we deleting an Account or Emptying Folder , the free Space in HDD is not increasing. For…
nikesh
  • 11
  • 1
  • 1
0
votes
0 answers

Get all domain accounts inbox mail using admin account - Zimbra

I'm trying to get all the domain account's inbox mail using Soap Api to fetch Zimbra mail. I have the following code to get the particular account inbox mail, but now i need to fetch all the domain accounts inbox mail using admin account. import…
US-1234
  • 1,519
  • 4
  • 24
  • 61
0
votes
0 answers

How build Single-Sign-On on Zimbra

How to Build a SSO with Zimbra? Soon after the User enter the zimbra, how to get the credentials via SOAP in Zimbra? See step 4.
Zé Henriques
  • 323
  • 1
  • 3
  • 15
0
votes
1 answer

Get zimbra user address book using delegation auth

I'm trying to retrieve a zimbra user address book but i can't figure out how to do it by using delegated auth. I'm able to retrieve the auth token but then i have no idea on where i should use it. This is what i'm doing to retrieve the auth…
rmontagud
  • 153
  • 2
  • 12
0
votes
2 answers

Zimbra - scheduled mail sending

I was thinking about making a Zimlet that would send mails on specific dates(name dates automatically etc.)m but can't find any way to do so. I know that exporting from zimbra is not a problem, but is importing scheduled events like this even…
Ondřej
  • 13
  • 2
0
votes
1 answer

Zimlets in zimbra, how to make a simple SearchRequest?

I'm a little desperate because I can not perform a simple search on my zimlet. I just want to make a search in the custom folder. The search should only display messages that are within my custom folder. Like when I click on the custom folder in the…
laur
  • 500
  • 1
  • 9
  • 23
0
votes
1 answer

zimlet, How I can get a list of folders?

I am new to zimbra and want to create my own zimlet. I need a list of existing folders in the account where it runs then I'll give in html format on a dialog window. I already learned to make the dialog with the example of SimpleDialog but I do not…
laur
  • 500
  • 1
  • 9
  • 23
0
votes
1 answer

how to change Zimbra send Button functionality?

I am using zimbra 8 to send mails.I have a one new requirement that is, When send button is triggered, it should validate some to,cc or bcc fields for one type of mail based on sender user account.For this what is the way.Can I use zimlets or can i…
Srikanth Shanigaram
  • 161
  • 1
  • 2
  • 11
0
votes
2 answers

XML Parsing using XmlNode

In My application, I'm getting an XML Response and I'm trying to convert that XML Response using XmlNode. My XML File : File The XML Content will be like :
RealSteel
  • 1,871
  • 3
  • 37
  • 74
0
votes
1 answer

Zimbra installation missing spamassassin folder

I have a relatively new Zimbra installation. It is version 8.6.0_GA_1153.FOSS. I was trying to enable Razor using the instructions here: http://wiki.zimbra.com/wiki/Improving_Anti-spam_system. Unfortunately, the entire spamassassin folder seems to…
rob_hir
  • 13
  • 4
0
votes
3 answers

How can I copy all emails, account and domains settings in Zimbra?

I have a working installation on Ubuntu 14.04 openVZ container of Zimbra Collaboration 8.6.0 Open Source edition. It works great and I've already set a daily full backup of the entire mail server/container (Let us say at 5:00 am) and with the latter…
atazmak
  • 49
  • 1
  • 6
0
votes
1 answer

Zimbra server - Ubuntu - Configuration

I'm trying to setup Zimbra so that it has an automatic fallover. The ideas is that two Zimbra servers will be running and if one fails there will be little to 0 downtime as the other will either be already routing emails to the client or start…
Docmur
  • 336
  • 2
  • 12
0
votes
3 answers

Zimbra ZCS 8.6 no dkim signature

I made DKIM configuration as mentioned in ZCS manual by running: /opt/zimbra/libexec/zmdkimkeyutil -a -d rush.zone Tested it: /opt/zimbra/opendkim/sbin/opendkim-testkey -d rush.zone -s {Domain Selector} -x /opt/zimbra/conf/opendkim.conf No errors…
0
votes
1 answer

Customize compose message in open source zimbra?

I would like to add a dropdown list with a few options to the compose mail entity. When clicking on an option on the dropdown.. Some text would be inserted into the content of the mail.. Uneditable of course, but that's details.. I thought that I…
Cybersnake
  • 39
  • 6