Files area not working - Fresh Kolab 3.1 Install on CentOS 6.4
Eric Schirra
eric at schirra.net
Wed Mar 19 14:53:02 CET 2014
Am 2014-03-19 12:02, schrieb Jochen Breuer (dajool):
> Hi,
>
> did anyone find a solution for this? I'm having the same issue with my
> fresh installation. Only difference: I had problems with the
> setup-script not creating a amavisd.conf. But this is resolved now.
Files in roundcube only work without ssl.
in openSUSE 13.1 i do following:
So i change in /etc/roundcubemail/kolab.inc.php
$rcmail_config['kolab_http_request'] = array();
in
$rcmail_config['kolab_http_request'] = array(
'ssl_verify_host' => true,
'ssl_verify_peer' => false,
);
And in /etc/roundcubemail/kolab-files.inc.php i change
$config['kolab_files_url'] = 'https://' . $_SERVER['HTTP_HOST'] .
'/chwala/';
in
if ($_SERVER['SERVER_PORT'] == '443'){
$config['kolab_files_url'] = 'https://' . $_SERVER['HTTP_HOST'] .
'/chwala/';
} elseif ($_SERVER['SERVER_PORT'] == '80'){
$config['kolab_files_url'] = 'http://' . $_SERVER['HTTP_HOST'] .
'/chwala/';
}
eRiC
More information about the users
mailing list