BUG FIX - PHP-MAPI can cause HTTPD to crash on CentOS systems when it is sent HUP (restart). This occurs regularly when the logrotate functions are called.
To prevent this from happening ensure SSL is enabled on your webserver
forums.zarafa.com/viewtopic.php?f=9&t=2225
ZARAFA-6.30.9
I am at present testing upgrading the code to Zarafa-6.30.9 as there are a lot of web access issues fixed included. Please note the upgrade does work but with some caveats...see below.
Changelog can be seen here
download.zarafa.com/zarafa/release/docs/changelog.en.txt
You can grab the new RPM's and install using (same for upgrade)
| Code: |
cd /var/tmp
mkdir zarafa-temp
cd zarafa-temp
wget ftp://starlane.gotdns.org/zarafa-6.30.9/*.rpm
yum localinstall --nogpgcheck *.rpm
service httpd restart
|
Caveats:-
1. Please note that webaccess files location has now changed from /var/www/html/webaccess, and instead links to /usr/share/zarafa-webaccess. Upgrading using the attached RPM may fail if the /var/www/html/webaccess folder actually exists or still contains temporary files. Simply remove it first before upgrading....
| Code: |
rm -rf /var/www/html/webaccess
|
. I don't have the source for this RPM so unfortunately can't fix this one. Note you still access it by the same method....
mydomain/webaccess
2. Upgrade via yum will give a warning about %postun errors - these are simply retrying to restart the services which will fail if not previously configured. So can be ignored...needs to be tidied up though.
3. zararfa-licensed RPM still needs --nodeps to get round LDAP dependancy problem, again closed source so can't fix this either. Note it does work!
| Code: |
rpm -Uvh --nodeps ftp://starlane.gotdns.org/zarafa-6.30.9/outlook-licensed/zarafa-licensed-6.30.9-18385.i386.rpm
|
When you login you should see 6.30.9-18385 in the corner
