Re: [Kolab-devel] [debian] roundcube 1.6 packaging
Christian Mollekopf <[email protected]> Wed, 18 Dec 2024 08:26:09 +0100
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <9128f0778ef04e4abd71de8e7445f8b8__42600.2826354065$1734507278$gmane$org@kube> |
On Sunday, 15 December 2024 05:35:08 CET you wrote: > > Hi, > Hi, Thanks for testing! > my webmail frontend just got roundcube 1.6 from the testing repo (on > Debian 12). The login screen looked garbled and I got some 404's in the > apache log: > > webmail.example.org:443 ::1 - - [13/Dec/2024:11:48:40 +0100] "GET /roundcubemail/skins/elastic/deps/bootstrap.min.css HTTP/1.1" 404 4581 "https://webmail.example.org/roundcubemail/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1" > webmail.example.org:443 ::1 - - [13/Dec/2024:11:48:40 +0100] "GET /roundcubemail/program/js/jstz.min.js HTTP/1.1" 404 564 "https://webmail.example.org/roundcubemail/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1" > webmail.example.org:443 ::1 - - [13/Dec/2024:11:48:40 +0100] "GET /roundcubemail/skins/elastic/deps/bootstrap.bundle.min.js HTTP/1.1" 404 564 "https://webmail.example.org/roundcubemail/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1" > webmail.example.org:443 ::1 - - [13/Dec/2024:11:48:40 +0100] "GET /roundcubemail/program/js/jquery.min.js HTTP/1.1" 404 4581 "https://webmail.example.org/roundcubemail/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1" > webmail.example.org:443 ::1 - - [13/Dec/2024:11:48:40 +0100] "GET /roundcubemail/program/js/jstz.min.js HTTP/1.1" 404 564 "https://webmail.example.org/roundcubemail/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1" > webmail.example.org:443 ::1 - - [13/Dec/2024:11:48:40 +0100] "GET /roundcubemail/skins/elastic/deps/bootstrap.bundle.min.js HTTP/1.1" 404 564 "https://webmail.example.org/roundcubemail/" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1" > webmail.example.org:443 205.169.39.6 - - [13/Dec/2024:11:57:40 +0100] "GET /roundcubemail/skins/elastic/deps/bootstrap.min.css HTTP/1.1" 40 > > This looked very similar to: > https://github.com/roundcube/roundcubemail/issues/7291 > and the fix from > https://github.com/roundcube/roundcubemail/issues/7291#issuecomment-601120660 > worked for me. > This should be fixed by now. > Beside that roundcube 1.6 works for me with right now with to issued: > > 1. The managesieve plugin couldn't connect to my sieve-Server. That was > intriduced by > - Removed managesieve_usetls option (in favor of the scheme prefix in managesieve_host) > and fixed in /etc/roundcubemail/managesieve.inc.php by using > $config['managesieve_host'] = 'tls://imap.example.org'; > There is a config migration script executed during the package update that supposedly should be taking care of this transition. > 2. Access to chwala in kolab_files isn't working. My install is somewhat > special here. I have an internal kolab server with all services > running. Additionally there is an internet exposes roundcube instance > (with roundcube 1.6 now). Access to chwala has always been tricky... > Since my users don't use that much it's probably something I'll ignore > for now. > A fix is work in progress. > Thanks for working on the update to roundcube 1.6! > Thanks for the feedback! Christian > Jochen > >