[Kolab-devel] [debian] roundcube 1.6 packaging
Jochen Kellner <[email protected]> Sun, 15 Dec 2024 05:35:08 +0100
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <[email protected]> |
Hi, 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. 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'; 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. Thanks for working on the update to roundcube 1.6! Jochen -- This space is intentionally left blank.