Recent posts
#11
General Discussion / Re: unable to log in.
Last post by xuo - April 14, 2025, 03:11:57 AMHi,
I've tried again this morning to log in and it worked (except the cardDav plugin where I'll have a look later). It was maybe coming from some cache not properly updated.
Sorry for the spam.
Regards.
Xuo.
I've tried again this morning to log in and it worked (except the cardDav plugin where I'll have a look later). It was maybe coming from some cache not properly updated.
Sorry for the spam.
Regards.
Xuo.
#12
Off-Topic / Can any team challenge McLaren...
Last post by Kaleb47 - April 13, 2025, 06:42:35 PMMcLaren have won 3 off the 4 races happened this season and they look unbeatable at the moment. Can any team stop them to win back-to-back Championships?
#13
General Discussion / unable to log in.
Last post by xuo - April 13, 2025, 01:07:25 PMHello,
I've just upgrading from RC1.6.8 to RC1.6.9 the "usual" way (I mean using the local script rc_1.6.9/bin/installto.sh).
I'm not able to log into RC (I get a Oops ... something went wrong) and in the log :
[13-Apr-2025 16:56:32 UTC] PHP Warning: include_once(/usr/share/roundcubemail-1.6.8/program/actions/mail/getunread.php): Failed to open stream: Aucun fichier ou dossier de ce type in /usr/share/roundcubemail-1.6.9/program/include/iniset.php on line 97
[13-Apr-2025 16:56:32 UTC] PHP Warning: include_once(): Failed opening '/usr/share/roundcubemail-1.6.8/program/actions/mail/getunread.php' for inclusion (include_path='/usr/share/roundcubemail-1.6.9/vendor/pear/auth_sasl:/usr/share/roundcubemail-1.6.9/vendor/pear/console_commandline:/usr/share/roundcubemail-1.6.9/vendor/pear/console_getopt:/usr/share/roundcubemail-1.6.9/vendor/pear/mail_mime:/usr/share/roundcubemail-1.6.9/vendor/pear/net_ldap2:/usr/share/roundcubemail-1.6.9/vendor/pear/net_smtp:/usr/share/roundcubemail-1.6.9/vendor/pear/net_socket:/usr/share/roundcubemail-1.6.9/vendor/pear/pear-core-minimal/src:/usr/share/roundcubemail-1.6.9/vendor/pear/pear_exception:/usr/share/roundcubemail-1.6.9/vendor/pear/crypt_gpg:/var/www/html/roundcubemail/program/lib:.:/usr/lib/php/:/usr/share/pear/:/usr/share/php/:/usr/share/roundcubemail-1.6.9/program/lib') in /usr/share/roundcubemail-1.6.9/program/include/iniset.php on line 97
I don't understand the reason why it still refers to the previous version 1.6.8 which does not exist. I've done a grep -r to find any 1.6.8 and I didn't find any.
Could you help me to solve this issue ?
Regards.
Xuo.
I've just upgrading from RC1.6.8 to RC1.6.9 the "usual" way (I mean using the local script rc_1.6.9/bin/installto.sh).
I'm not able to log into RC (I get a Oops ... something went wrong) and in the log :
[13-Apr-2025 16:56:32 UTC] PHP Warning: include_once(/usr/share/roundcubemail-1.6.8/program/actions/mail/getunread.php): Failed to open stream: Aucun fichier ou dossier de ce type in /usr/share/roundcubemail-1.6.9/program/include/iniset.php on line 97
[13-Apr-2025 16:56:32 UTC] PHP Warning: include_once(): Failed opening '/usr/share/roundcubemail-1.6.8/program/actions/mail/getunread.php' for inclusion (include_path='/usr/share/roundcubemail-1.6.9/vendor/pear/auth_sasl:/usr/share/roundcubemail-1.6.9/vendor/pear/console_commandline:/usr/share/roundcubemail-1.6.9/vendor/pear/console_getopt:/usr/share/roundcubemail-1.6.9/vendor/pear/mail_mime:/usr/share/roundcubemail-1.6.9/vendor/pear/net_ldap2:/usr/share/roundcubemail-1.6.9/vendor/pear/net_smtp:/usr/share/roundcubemail-1.6.9/vendor/pear/net_socket:/usr/share/roundcubemail-1.6.9/vendor/pear/pear-core-minimal/src:/usr/share/roundcubemail-1.6.9/vendor/pear/pear_exception:/usr/share/roundcubemail-1.6.9/vendor/pear/crypt_gpg:/var/www/html/roundcubemail/program/lib:.:/usr/lib/php/:/usr/share/pear/:/usr/share/php/:/usr/share/roundcubemail-1.6.9/program/lib') in /usr/share/roundcubemail-1.6.9/program/include/iniset.php on line 97
I don't understand the reason why it still refers to the previous version 1.6.8 which does not exist. I've done a grep -r to find any 1.6.8 and I didn't find any.
Could you help me to solve this issue ?
Regards.
Xuo.
#14
Roundcube Discussion / Re: Limited Password length
Last post by alec - April 11, 2025, 12:20:08 PMLikely a system (linux) crypt implementation detail. I'm not sure it is configurable. Use different hashing method.
#15
Pending Issues / Re: Can't send or forward mail
Last post by Catoman - April 11, 2025, 10:59:30 AMThat is definitely possible. Unfortunately i have deleted the software package i downloaded so i can't confirm (or deny)
#16
Roundcube Discussion / Re: Limited Password length
Last post by SKaero - April 11, 2025, 09:16:00 AMRoundcube doesn't have any such limitation and isn't in charge of evaluating the password. Roundcube takes the password and sends it to the mail server to validate that the credentials are valid. So if only the first 8 characters are being checked that would be a problem with the mail server.
I also don't know what your referring to when you say:
I also don't know what your referring to when you say:
Quote from: aconti on April 11, 2025, 03:18:51 AMAlso MariaDB 'password' field is set to varchar(20), from what I have seen this will need to be increased.The Roundcube database doesn't have a 'password' field in any of the tables, I'm guessing your looking at another database.
#17
Roundcube Discussion / Limited Password length
Last post by aconti - April 11, 2025, 03:18:51 AMHi,
Roundcube password considers only the first 8 characters (and ignores the rest).
How can I fix this so longer passwords are fully evaluated, from what I have seen it might have to do with the dovecot configuration (dovecot-sql.conf.ext) encryption type, so here are my findings:
default_pass_scheme = CRYPT
Also MariaDB 'password' field is set to varchar(20), from what I have seen this will need to be increased.
Can you assist with any further checks and steps needed to fix these limitations?
Thanks
Roundcube password considers only the first 8 characters (and ignores the rest).
How can I fix this so longer passwords are fully evaluated, from what I have seen it might have to do with the dovecot configuration (dovecot-sql.conf.ext) encryption type, so here are my findings:
default_pass_scheme = CRYPT
Also MariaDB 'password' field is set to varchar(20), from what I have seen this will need to be increased.
Can you assist with any further checks and steps needed to fix these limitations?
Thanks
#18
Pending Issues / Re: Can't send or forward mail
Last post by SKaero - April 10, 2025, 03:09:32 PMIt sounds like when you upgraded you used the Dependent package instead of the Complete package. You're likely missing other dependencies, see how to install them here: https://github.com/roundcube/roundcubemail/wiki/Installation#install-dependencies
#19
Pending Issues / Re: Can't send or forward mail
Last post by Catoman - April 10, 2025, 01:30:03 PMProblem solved (as it seems at least)
I copied the tinymce folder from the 1.6.7 installation to 1.6.10 and now
it works to send and forward mail again.
I copied the tinymce folder from the 1.6.7 installation to 1.6.10 and now
it works to send and forward mail again.
#20
Pending Issues / Re: Can't send or forward mail
Last post by Catoman - April 10, 2025, 01:06:37 PM# ls -la /var/www/roundcube-1.6.7/program/js
total 904
drwxr-xr-x 3 johan johan 4096 May 19 2024 .
drwxr-xr-x 8 johan johan 4096 May 19 2024 ..
-rw-r--r-- 1 johan johan 320200 May 19 2024 app.js
-rw-r--r-- 1 johan johan 171657 May 19 2024 app.min.js
-rw-r--r-- 1 johan johan 22912 May 19 2024 common.js
-rw-r--r-- 1 johan johan 12757 May 19 2024 common.min.js
-rw-r--r-- 1 johan johan 28101 May 19 2024 editor.js
-rw-r--r-- 1 johan johan 14759 May 19 2024 editor.min.js
-rw-r--r-- 1 johan johan 28704 May 19 2024 googiespell.js
-rw-r--r-- 1 johan johan 17844 May 19 2024 googiespell.min.js
-rw-r--r-- 1 johan johan 90926 May 19 2024 jquery.min.js
-rw-r--r-- 1 johan johan 13835 May 19 2024 jstz.min.js
-rw-r--r-- 1 johan johan 50228 May 19 2024 list.js
-rw-r--r-- 1 johan johan 28677 May 19 2024 list.min.js
-rw-r--r-- 1 johan johan 20229 May 19 2024 publickey.js
-rw-r--r-- 1 johan johan 5929 May 19 2024 publickey.min.js
drwxr-xr-x 7 johan johan 4096 May 19 2024 tinymce
-rw-r--r-- 1 johan johan 33795 May 19 2024 treelist.js
-rw-r--r-- 1 johan johan 14125 May 19 2024 treelist.min.js
This is the 1.6.10 installation. No tinymce folder
ls -la /var/www/roundcube/program/js
total 892
drwxr-xr-x 2 johan johan 4096 Apr 1 13:53 .
drwxr-xr-x 8 johan johan 4096 Feb 8 09:47 ..
-rw-r--r-- 1 johan johan 320443 Feb 8 09:47 app.js
-rw-r--r-- 1 johan johan 171633 Feb 8 09:47 app.min.js
-rw-r--r-- 1 johan johan 22914 Feb 8 09:47 common.js
-rw-r--r-- 1 johan johan 12745 Feb 8 09:47 common.min.js
-rw-r--r-- 1 johan johan 28101 Feb 8 09:47 editor.js
-rw-r--r-- 1 johan johan 14759 Feb 8 09:47 editor.min.js
-rw-r--r-- 1 johan johan 28704 Feb 8 09:47 googiespell.js
-rw-r--r-- 1 johan johan 17844 Feb 8 09:47 googiespell.min.js
-rw-r--r-- 1 root root 90926 Apr 1 13:53 jquery.min.js
-rw-r--r-- 1 root root 13835 Apr 1 13:53 jstz.min.js
-rw-r--r-- 1 johan johan 50228 Feb 8 09:47 list.js
-rw-r--r-- 1 johan johan 28678 Feb 8 09:47 list.min.js
-rw-r--r-- 1 root root 20229 Apr 1 13:53 publickey.js
-rw-r--r-- 1 johan johan 33795 Feb 8 09:47 treelist.js
-rw-r--r-- 1 johan johan 14105 Feb 8 09:47 treelist.min.js
total 904
drwxr-xr-x 3 johan johan 4096 May 19 2024 .
drwxr-xr-x 8 johan johan 4096 May 19 2024 ..
-rw-r--r-- 1 johan johan 320200 May 19 2024 app.js
-rw-r--r-- 1 johan johan 171657 May 19 2024 app.min.js
-rw-r--r-- 1 johan johan 22912 May 19 2024 common.js
-rw-r--r-- 1 johan johan 12757 May 19 2024 common.min.js
-rw-r--r-- 1 johan johan 28101 May 19 2024 editor.js
-rw-r--r-- 1 johan johan 14759 May 19 2024 editor.min.js
-rw-r--r-- 1 johan johan 28704 May 19 2024 googiespell.js
-rw-r--r-- 1 johan johan 17844 May 19 2024 googiespell.min.js
-rw-r--r-- 1 johan johan 90926 May 19 2024 jquery.min.js
-rw-r--r-- 1 johan johan 13835 May 19 2024 jstz.min.js
-rw-r--r-- 1 johan johan 50228 May 19 2024 list.js
-rw-r--r-- 1 johan johan 28677 May 19 2024 list.min.js
-rw-r--r-- 1 johan johan 20229 May 19 2024 publickey.js
-rw-r--r-- 1 johan johan 5929 May 19 2024 publickey.min.js
drwxr-xr-x 7 johan johan 4096 May 19 2024 tinymce
-rw-r--r-- 1 johan johan 33795 May 19 2024 treelist.js
-rw-r--r-- 1 johan johan 14125 May 19 2024 treelist.min.js
This is the 1.6.10 installation. No tinymce folder

ls -la /var/www/roundcube/program/js
total 892
drwxr-xr-x 2 johan johan 4096 Apr 1 13:53 .
drwxr-xr-x 8 johan johan 4096 Feb 8 09:47 ..
-rw-r--r-- 1 johan johan 320443 Feb 8 09:47 app.js
-rw-r--r-- 1 johan johan 171633 Feb 8 09:47 app.min.js
-rw-r--r-- 1 johan johan 22914 Feb 8 09:47 common.js
-rw-r--r-- 1 johan johan 12745 Feb 8 09:47 common.min.js
-rw-r--r-- 1 johan johan 28101 Feb 8 09:47 editor.js
-rw-r--r-- 1 johan johan 14759 Feb 8 09:47 editor.min.js
-rw-r--r-- 1 johan johan 28704 Feb 8 09:47 googiespell.js
-rw-r--r-- 1 johan johan 17844 Feb 8 09:47 googiespell.min.js
-rw-r--r-- 1 root root 90926 Apr 1 13:53 jquery.min.js
-rw-r--r-- 1 root root 13835 Apr 1 13:53 jstz.min.js
-rw-r--r-- 1 johan johan 50228 Feb 8 09:47 list.js
-rw-r--r-- 1 johan johan 28678 Feb 8 09:47 list.min.js
-rw-r--r-- 1 root root 20229 Apr 1 13:53 publickey.js
-rw-r--r-- 1 johan johan 33795 Feb 8 09:47 treelist.js
-rw-r--r-- 1 johan johan 14105 Feb 8 09:47 treelist.min.js