Recent posts
#31
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.
#32
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)
#33
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.
#34
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
#35
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
#36
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.
#37
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
#38
Pending Issues / Re: Can't send or forward mail
Last post by Catoman - April 10, 2025, 01:01:14 PMGot this :
jquery.min.js?s=1743508388:36 Uncaught ReferenceError: tinymce is not defined
at new rcube_text_editor (editor.min.js?s=1739004470:31:1397)
at rcube_webmail.editor_init (app.min.js?s=1739004470:35:148992)
at rcube_webmail.init (app.min.js?s=1739004470:35:7264)
at HTMLDocument.<anonymous> (?_task=mail&_action=...67f7f77b518bb:532:
at e (jquery.min.js?s=1743508388:36:30005)
at t (jquery.min.js?s=1743508388:36:30307)
rcube_text_editor @ editor.min.js?s=1739004470:31
editor_init @ app.min.js?s=1739004470:35
init @ app.min.js?s=1739004470:35
(anonymous) @ ?_task=mail&_action=...6867f7f77b518bb:532
e @ jquery.min.js?s=1743508388:36
t @ jquery.min.js?s=1743508388:36
setTimeout
(anonymous) @ jquery.min.js?s=1743508388:36
c @ jquery.min.js?s=1743508388:36
fireWith @ jquery.min.js?s=1743508388:36
fire @ jquery.min.js?s=1743508388:36
c @ jquery.min.js?s=1743508388:36
fireWith @ jquery.min.js?s=1743508388:36
ready @ jquery.min.js?s=1743508388:36
B @ jquery.min.js?s=1743508388:36
4
app.min.js?s=1739004470:35 Uncaught TypeError: Cannot read properties of undefined (reading 'get_content')
at rcube_webmail.check_compose_input (app.min.js?s=1739004470:35:84089)
at rcube_webmail.command_handler (app.min.js?s=1739004470:35:24162)
at rcube_webmail.command (app.min.js?s=1739004470:35:16752)
at HTMLButtonElement.onclick (?_task=mail&_action=...f7f77b518bb:451:202)
check_compose_input @ app.min.js?s=1739004470:35
command_handler @ app.min.js?s=1739004470:35
command @ app.min.js?s=1739004470:35
onclick @ ?_task=mail&_action=...6867f7f77b518bb:451
jquery.min.js?s=1743508388:36 Uncaught ReferenceError: tinymce is not defined
at new rcube_text_editor (editor.min.js?s=1739004470:31:1397)
at rcube_webmail.editor_init (app.min.js?s=1739004470:35:148992)
at rcube_webmail.init (app.min.js?s=1739004470:35:7264)
at HTMLDocument.<anonymous> (?_task=mail&_action=...67f7f77b518bb:532:

at e (jquery.min.js?s=1743508388:36:30005)
at t (jquery.min.js?s=1743508388:36:30307)
rcube_text_editor @ editor.min.js?s=1739004470:31
editor_init @ app.min.js?s=1739004470:35
init @ app.min.js?s=1739004470:35
(anonymous) @ ?_task=mail&_action=...6867f7f77b518bb:532
e @ jquery.min.js?s=1743508388:36
t @ jquery.min.js?s=1743508388:36
setTimeout
(anonymous) @ jquery.min.js?s=1743508388:36
c @ jquery.min.js?s=1743508388:36
fireWith @ jquery.min.js?s=1743508388:36
fire @ jquery.min.js?s=1743508388:36
c @ jquery.min.js?s=1743508388:36
fireWith @ jquery.min.js?s=1743508388:36
ready @ jquery.min.js?s=1743508388:36
B @ jquery.min.js?s=1743508388:36
4
app.min.js?s=1739004470:35 Uncaught TypeError: Cannot read properties of undefined (reading 'get_content')
at rcube_webmail.check_compose_input (app.min.js?s=1739004470:35:84089)
at rcube_webmail.command_handler (app.min.js?s=1739004470:35:24162)
at rcube_webmail.command (app.min.js?s=1739004470:35:16752)
at HTMLButtonElement.onclick (?_task=mail&_action=...f7f77b518bb:451:202)
check_compose_input @ app.min.js?s=1739004470:35
command_handler @ app.min.js?s=1739004470:35
command @ app.min.js?s=1739004470:35
onclick @ ?_task=mail&_action=...6867f7f77b518bb:451
#39
Pending Issues / Re: Can't send or forward mail
Last post by SKaero - April 10, 2025, 12:50:05 PMThere should be something in the browser JavaScript console. You can see the JavaScript console in Chrome by clicking the three dots next to the URL bar and then go to More Tools -> Developer Tools.
#40
Pending Issues / Re: Can't send or forward mail
Last post by Catoman - April 10, 2025, 12:17:41 PMI have tested on two different computers.
Ubuntu - Chrome and Firefox and Windows - Chrome and Edge.
Same result. Nothing happens when i press "Send"
Ubuntu - Chrome and Firefox and Windows - Chrome and Edge.
Same result. Nothing happens when i press "Send"