Great build as always. Thank you very much! :)
The upgrade from 7.1.1 to 7.1.4 went smoothly.
[zimbra@mail ~]$ zmcontrol -v
Release 7.1.4_GA_2565.FreeBSD_amd64 FreeBSD_amd64 FOSS edition.
[zimbra@mail ~]$
But I came across two strange "bugs":
The first one is that the function "View mail" in the admin GUI is kind of broken. It always redirects to port 80 (
https://mail.server.com:80). It appends :80 to the address every time. If you delete the ":80" stuff in the browser - the user mail opens fine, so I think it's not a problem with the auth tokens or something.
I set this (followed by several zmcontrol restarts) but it makes no difference:
[zimbra@mail ~]$ zmprov gd 'server.com' | grep Public
zimbraPublicServiceHostname: mail.server.com
zimbraPublicServicePort: 443
zimbraPublicServiceProtocol: https
[zimbra@mail ~]$
zmtlsctl mixed/redirect don't seem to make a difference either...
It seems like it is hardcoded somewhere...
The second on is that the web server statistics show that every service is down (red cross). Everywhere in the system is reported that all zimbra services are up, including in the log files. I tried /opt/zimbra/libexec/zmsyslogsetup and my syslogd.conf is ok but it didn't help... My cron entry is scheduled for every 10 min. Do I have to use rsyslogd in order for these stats to work?