Check if the mail receipts are enabled in the COS and/or the e-mail account (via the Admin web console).
Otherwise, from the CLI as user "zimbra":
zmprov mc account@your-domain.com...
Type: Posts; User: cvidal; Keyword(s):
Check if the mail receipts are enabled in the COS and/or the e-mail account (via the Admin web console).
Otherwise, from the CLI as user "zimbra":
zmprov mc account@your-domain.com...
Cannot reproduce the problem, but more info would be nice, like your browser and OS. If you are on Windows, turn off your anti-virus, may be it is fooling around with your stream. Test also if you...
What do you think about the new Admin console in 8.x?
I find the new layout cumbersome to use and slow. In the old version, the Admin had 2 dimensions: a navigation tree on the left (Y dimension)...
See bug 76851 (https://bugzilla.zimbra.com/show_bug.cgi?id=76851). You have to edit /opt/zimbra/jetty/webapps/zimbra/WEB-INF/classes/messages/I18nMsg*.properties for your language and correct the...
See bug 76851 (https://bugzilla.zimbra.com/show_bug.cgi?id=76851). You have to edit /opt/zimbra/jetty/webapps/zimbra/WEB-INF/classes/messages/I18nMsg*.properties for your language and correct the...
Late answer, but it may help other people.
Re-index the mailbox with:
zmprov rim the_guy_in_trouble@yourdomain.com start
You can check if it is done with:
zmprov rim...
Thank you very much everybody, everything is back to normal ;-)
It seems like a generic Java problem. One of the servers has a Java tool to monitor the UPS and shutdown if it runs out of battery. This process was also sucking a lot of CPU together with Jetty and...
I woke up this morning with 5 of my customers in 3 different continents showing high CPU loads for jetty since 00:00:00 UTC. 2 of them have only 5 accounts ! I restarted Zimbra but nothing changes,...
Here is the French patch for ZCS-7.1.3 and ZCS-6.0.15 NE/OS (tar or zip files from ftp://ftp.whitehatmail.fr/pub/zimbra).
The installation is done as root with Zimbra running. Use the command:
...
Here is the French patch for ZCS-7.1.2 and ZCS-6.0.14 NE/OS (tar or zip files from ftp://ftp.whitehatmail.fr/pub/zimbra).
The installation is done as root with Zimbra running. Use the command:
...
The same here, version 7.1.1, happened yesterday at 19:26 after more than a month of flawless uptime.
Here is the French patch for ZCS-7.1.0 (tar or zip files from ftp://ftp.whitehatmail.fr/pub/zimbra). It has the same changes as the patch for 7.0.0.
The installation is done as root with Zimbra...
Here is the French patch for ZCS-7.0.0 (tar or zip files from ftp://ftp.whitehatmail.fr/pub/zimbra).
The installation is done as root with Zimbra running. Use the command:
./install-fr.sh
...
I replaced /opt/zimbra/postfix/sbin/postconf with a script dumping the arguments, user, PATH and current working directory to a file. This is what I get:
/opt/zimbra/postfix/sbin/postconf
ARGS:...
The problem is generic with Z7 GA (at least on RHEL5), I tested it on 3 different servers. Steps to reproduce it:
su - zimbra
zmcontrol stop
mv postfix/conf/main.cf /tmp
ldap start...
I'm sorry for the long delay in the answer, I have not checked the list for a while. The file to change is /opt/zimbra/amavisd/sbin/amavisd. You can apply the patch published above (patch <...
Here is the French patch for ZCS-6.0.10 (tar or zip files from ftp://ftp.whitehatmail.fr/pub/zimbra).
The installation is done as root with Zimbra running. Use the command:
./install-fr.sh
...
Here is the French patch for ZCS-6.0.9 (tar or zip files from ftp://ftp.whitehatmail.fr/pub/zimbra).
The installation is done as root with Zimbra running. Use the command:
./install-fr.sh
...
You need 6.x to be able to use getRestURL.
This looks like a bug in zmstorectl. At the beginning of the script it defines:
MYSQL="${zimbra_home}/bin/mysql -u zimbra -P ${zimbra_mysql_password}"
This is wrong, '-P' is used to indicate...
According to the first line, a full backup is still in progress.
Take into account that full backups perform A LOT of I/O, so depending the number of accounts and their sizes they can take a lot...
Hi,
I'm trying to do a slapcat to backup LDAP using the old command line
/opt/zimbra/openldap/sbin/slapcat -f /opt/zimbra/conf/slapd.conf -b '' -l /tmp/ldap.ldif
and it doesn't work....
Here is the French patch for ZCS-6.0.7 (tar or zip files from ftp://ftp.whitehatmail.fr/pub/zimbra).
The installation is done as root with Zimbra running. Use the command:
./install-fr.sh
...
In French it is enough to add the encoding in the Zimlet tag as:
<zimlet name="com_zimbra_hello" version="1.0" description="Hello World" encoding="UTF-8">