CentOS 3.3 Upgrade - Enable New Features

Daniel Hoffend dh at dotlan.net
Wed Aug 27 20:27:04 CEST 2014


Oh

my bad ... i copied this from the git-master and didn't thought about 
it. Not sure why it first points to '/roundcubemail/assets/' and then 
gets changed to '/assets/'.

http://git.kolab.org/pykolab/commit/?id=3aa398fd8c4836868d5223638d3318bd64c337b6

Not sure what this was done. Imo in the default configuration rouncube 
gets installed to /roundcubemail/ so the url with roundcube prefix seems 
to be ok. On installations where you don't use roundcubemail (cause you 
run int on a webmail.example.org subdomain the url without the 
roundcubemail prefix would be correct.

I've updated the kolab-docs repo (it's not live on docs.kolab.org yet) 
but IMO the git repo needs to be check what's right or wrong.


Best Regards
Daniel Hoffend




------ Originalnachricht ------
Von: "Jochen Hein" <jochen at jochen.org>
An: "Administrator" <administrator at weeksconsulting.us>
Cc: "Daniel Hoffend" <dh at dotlan.net>; users at lists.kolab.org
Gesendet: 27.08.2014 06:09:52
Betreff: Re: CentOS 3.3 Upgrade - Enable New Features

>Administrator <administrator at weeksconsulting.us> writes:
>
>>  I've been working my way through your guide and I've got a couple of
>>  things so far. First adding $config['assets_path'] = '/assets/'; to 
>>my
>>  roundcube config breaks roundcube such that the styles and graphics 
>>no
>>  longer load.
>
>For me it works, but there seems to be an error in daniels guide.
>In
>https://docs.kolab.org/administrator-guide/upgrading-from-kolab-3.1-to-3.3.html
>he writes:
>
>>  add 2 more $config entries
>>
>>     $config['use_secure_urls'] = true;
>>     $config['assets_path'] = '/assets/';
>
>If you look at the commit
>http://git.kolab.org/pykolab/commit/?id=57a48ed5e5fed38b4bbbb088fc9425a4b407c0b0,
>you find:
>
>diff --git a/share/templates/roundcubemail/config.inc.php.tpl
>b/share/templates/roundcubemail/config.inc.php.tpl
>index eb3f7ec..920423e 100644
>--- a/share/templates/roundcubemail/config.inc.php.tpl
>+++ b/share/templates/roundcubemail/config.inc.php.tpl
>@@ -6,6 +6,8 @@
>   \$config['session_domain'] = '';
>   \$config['des_key'] = "$des_key";
>   \$config['username_domain'] = '$primary_domain';
>+ \$config['use_secure_urls'] = true;
>+ \$config['assets_path'] = '/roundcubemail/assets/';
>   \$config['mail_domain'] = '';
>
>I've used the config from the commit and didn't notice the difference.
>
>Jochen
>
>--
>The only problem with troubleshooting is that the trouble shoots back.
>_______________________________________________
>users mailing list
>users at lists.kolab.org
>https://lists.kolab.org/mailman/listinfo/users



More information about the users mailing list