<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'> Hi together,<BR> <BR>I've set up a clean Minimal Server Centos 7 and installed Kolab 3.3 working around the known issues (<a href="http://kolab.org/blog/cornelius-hald/2014/11/12/kolab-3.3-single-domain-setup-centos-7" target="_blank" rel="noreferrer">http://kolab.org/blog/cornelius-hald/2014/11/12/kolab-3.3-single-domain-setup-centos-7</a>). <BR>Striving for perfection I found the following minor issues:<BR>1. ktimezoned missing<br> Nov 20 20:30:41 server httpd: (20:30:41) timezoneconverter.cpp(32):     ktimezoned is not available and required for timezone interpretation<br> Nov 20 20:30:41 server httpd: (20:30:41) timezoneconverter.cpp(51):     Guessed timezone and found:  ""<br> Nov 20 20:30:41 server httpd: (20:30:41) commonconversion.cpp(44):      invalid timezone:  "Europe/Berlin" , assuming floating time<br> yum install kdebase-runtime seems to solve the problem<br> <br> 2. missing chwala js/ jquery-1.10.0.min.map<br> 404 while previewing pdf in Kolab Files/chwala<br> cd /usr/share/chwala/public_html/js and wget the .map from somewhere<br><br> 3. freshclam resp. clamd-update missing<br>yum install clamd-update<br>Note: Configuration in multiple files necessary<BR> <BR>4. logrotate<br>error: skipping "/var/log/iRony/console" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation.<BR>logrotate.d/{roundcubemail,kolab-syncroton,kolab-freebusy,iRony}<br>         su apache apache<br> is missing.<BR> <BR>Regards,<BR>Thomas<BR> <BR>                                        </div></body>
</html>