Roundcube Community Forum

 

Recent posts

#91
Languages (Translations) / Re: Kurdish (Latin - Kurmanji)...
Last post by CYAXXX - April 16, 2025, 09:11:10 AM
Hello Alec, do you know who is managing Kurdish team? I send joining request days ago, but still no answer...
#92
Requests / Re: Increase search options
Last post by SKaero - April 14, 2025, 10:49:45 PM
Quote from: ipo on April 14, 2025, 06:55:03 PMIs there any chance that RoundCube Team add this plugin (or similar) to the system after update?
Roundcube doesn't have any access to your server and can't change the config to enable or disable plugins.
#93
Requests / Re: Increase search options
Last post by ipo - April 14, 2025, 06:55:03 PM
Is there any chance that RoundCube Team add this plugin (or similar) to the system after update?
#94
General Discussion / Re: unable to log in.
Last post by xuo - April 14, 2025, 03:11:57 AM
Hi,

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.
#95
Off-Topic / Can any team challenge McLaren...
Last post by Kaleb47 - April 13, 2025, 06:42:35 PM
McLaren 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?
#96
General Discussion / unable to log in.
Last post by xuo - April 13, 2025, 01:07:25 PM
Hello,

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.
#97
Roundcube Discussion / Re: Limited Password length
Last post by alec - April 11, 2025, 12:20:08 PM
Likely a system (linux) crypt implementation detail. I'm not sure it is configurable. Use different hashing method.
#98
Pending Issues / Re: Can't send or forward mail
Last post by Catoman - April 11, 2025, 10:59:30 AM
That is definitely possible. Unfortunately i have deleted the software package i downloaded so i can't confirm (or deny)
#99
Roundcube Discussion / Re: Limited Password length
Last post by SKaero - April 11, 2025, 09:16:00 AM
Roundcube 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:
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.
#100
Roundcube Discussion / Limited Password length
Last post by aconti - April 11, 2025, 03:18:51 AM
Hi,

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