Current issues in ZCS 8.5: Difference between revisions

Line 13: Line 13:
* ZCS 8.5 Patch 1 was also released to fix the above issues:
* ZCS 8.5 Patch 1 was also released to fix the above issues:
** http://files2.zimbra.com/downloads/8.5.0_GA/zcs-patch-8.5.0_GA_3043.tgz
** http://files2.zimbra.com/downloads/8.5.0_GA/zcs-patch-8.5.0_GA_3043.tgz
* If you are running Build 3040, you should definitely patch. If you are running Build 3042, then you don't need the patch (although it won't hurt anything to install the Patch 1 on top of 8.5 Build 3042.
* If you are running Build 3040, you should definitely patch. If you are running Build 3042, then you don't need the patch (although it won't hurt anything to install the Patch 1 on top of 8.5 Build 3042).


== [https://bugzilla.zimbra.com/show_bug.cgi?id=95315 Bug #95315] ==
== [https://bugzilla.zimbra.com/show_bug.cgi?id=95315 Bug #95315] ==

Revision as of 15:34, 16 September 2014

Current issues in ZCS 8.5 Build 3040

Chronology

Bug #95315

zimbraReverseProxySSLToUpstreamEnabled is not honored for login & ews urls

Connections from proxy to mailbox are always sent over https regardless of zimbraReverseProxySSLToUpstreamEnabled setting. In case your mailstore's are configured to listen only on http, then users will get 502 errors.

  • Workaround

Set zimbraMailMode to "both" on mailstores.

Bug #95319

Domain certificates configuration not added to nginx Configuring domain level certificates using this wiki, does not works, due to required nginx include/template files are removed. This also applies to upgrades.

  • Workaround for web proxy certificate

In the file /opt/zimbra/conf/nginx/templates/nginx.conf.web.template , add following line in the final include section.

   include /opt/zimbra/conf/nginx/includes/nginx.conf.web.https;

It is considered that /opt/zimbra/conf/nginx/includes/nginx.conf.web.https file exists and it contains valid domain level configuration. It can be pre-upgrade file.

  • Workaround for mail proxy certificate

In the file /opt/zimbra/conf/nginx/templates/nginx.conf.mail.template , add following lines in the final include section.

   include /opt/zimbra/conf/nginx/includes/nginx.conf.mail.imap;
   include /opt/zimbra/conf/nginx/includes/nginx.conf.mail.imaps;
   include /opt/zimbra/conf/nginx/includes/nginx.conf.mail.pop3;
   include /opt/zimbra/conf/nginx/includes/nginx.conf.mail.pop3s;

It is considered that above listed file exists and it contains valid domain level configuration. Those can be pre-upgrade file.

Bug #95302

System account for spam/non-spam training should disable spam check

Spam check is enabled for spam/non-spam accounts. This causes any spam/non-spam marked emails to get filed into Junk folder of spam/ham accounts. zmtrainsa extracts messages from Inbox only of spam/ham accounts, resulting in no training of emails in Junk folder.

  • Workaround

On the MTA, as the ZIMBRA user:

   cd /opt/zimbra/conf 

edit amavisd.conf.in

REPLACE line 116 with:

   %%comment VAR:!zimbraAmavisOriginatingBypassSA%%bypass_spam_checks_maps   => [1], # don't spam-check internal mail if desired:

Bug #95450

Generate CSR fields are not added to CSR

Generating CSR from admin console, fields "C=, ST=, L=, O=, OU=" are not added to the CSR. Generated CSR always contains these values.

    C=US, ST=N/A, L=N/A, O=Zimbra Collaboration Server, OU=Zimbra Collaboration Server
  • Workaround

Use CLI "/opt/zimbra/bin/zmcertmgr createcsr".

Bug #95265

Webapp services removed when editing server

This is fixed in patch1 and in the build 3042.

Bug #95356

Device not syncing post upgrade to 8.5

ActiveSync issues with the BlackBerry devices and few Android devices, post upgrade to v8.5.

  • Workaround

Re-provision the devices.

Bug #95204

  • Problem: zmconfigd not starting with this error:
Starting zmconfigd.../opt/zimbra/bin/zmconfigdctl: line 94: 17418 Killed

Please check if your /etc/hosts file has a line for both "127.0.0.1" and "::1", and if so and you're not using IPv6, please comment out the "::1" line and try again.

Postconf all keys.

Handy to know all postfix config keys that are added in 8.5. In some cases, postix LC keys are not being applied to postfix, because those are moved to ldap database. This list will help to know those keys.

https://wiki.zimbra.com/wiki/Postconf_keys

Jump to: navigation, search