Roundcube Community Forum

 

Recent posts

#91
Theme Releases / Re: Elastic2022
Last post by Seb1k - October 26, 2025, 02:15:48 PM
Hi !

Just corrected a few thing and added a Popup composer in the lastest version !



#92
General Discussion / Re: Im confused from updating ...
Last post by Dmitry42 - October 26, 2025, 12:36:34 PM
So im come back. I check browser console and yes - problem with access to files.


bootstrap.min.css:1
 Failed to load resource: the server responded with a status of 404 ()
styles.min.css:1
 Failed to load resource: the server responded with a status of 404 ()
elastic.css:1
 Failed to load resource: the server responded with a status of 404 ()
styles.css:1
 Failed to load resource: the server responded with a status of 404 ()
styles.css:1
 Failed to load resource: the server responded with a status of 404 ()
elastic.css:1
 Failed to load resource: the server responded with a status of 404 ()
jquery-ui.min.css:1
 Failed to load resource: the server responded with a status of 404 ()
custom.php:1
 Failed to load resource: the server responded with a status of 404 ()
scripts.min.js:1
 Failed to load resource: the server responded with a status of 404 ()
jquery.min.js:1
 Failed to load resource: the server responded with a status of 404 ()
common.js:1
 Failed to load resource: the server responded with a status of 404 ()
js.cookie.js:1
 Failed to load resource: the server responded with a status of 404 ()
app.js:1
 Failed to load resource: the server responded with a status of 404 ()
xskin.min.js:1
 Failed to load resource: the server responded with a status of 404 ()
framework.min.js:1
 Failed to load resource: the server responded with a status of 404 ()
howler.min.js:1
 Failed to load resource: the server responded with a status of 404 ()
jquery-ui.min.js:1
 Failed to load resource: the server responded with a status of 404 ()
alarm.min.js:1
 Failed to load resource: the server responded with a status of 404 ()
datepicker-en-GB.js:1
 Failed to load resource: the server responded with a status of 404 ()
bootstrap.bundle.min.js:1
 Failed to load resource: the server responded with a status of 404 ()
ui.min.js:1
 Failed to load resource: the server responded with a status of 404 ()
(index):44 Uncaught ReferenceError: rcube_webmail is not defined
    at (index):44:14
(index):92 Uncaught ReferenceError: $ is not defined
    at (index):92:1
/static.php/skins/el....ico?s=1760867757:1
 Failed to load resource: the server responded with a status of 404 ()

I can't understand how static.php must use files from folder upper than nginx root.

Can you show your nginx SERVER section ? How you config root folder ?
#93
General Discussion / Skin options
Last post by Blijtraj - October 26, 2025, 10:10:38 AM
Is there any non-deprecated skin which offers a mailbox list view option without preview (like Larry)?
#94
Release Discussion / Re: About security
Last post by tonivlc - October 25, 2025, 01:21:11 PM

Hi SKaero, I saw your reply. Just out of curiosity, just today, when I was able to change the email account, the password for this email account was changed, and as of last night, it was still working. It was obvious what was going to happen.
Thank you so much for replying. Best regards.
#95
General Discussion / Re: Im confused from updating ...
Last post by Dmitry42 - October 23, 2025, 01:39:05 PM
Quote from: SKaero on October 20, 2025, 02:55:24 PMThe errors would be in the browser console not the Roundcube error logs.

I check it and come back with answers. Thank you for your help.
#96
General Discussion / Re: Im confused from updating ...
Last post by Dmitry42 - October 23, 2025, 01:37:28 PM
Hi! Thank you for answer! Im little late -have problem with internet access.

Yes I sow in nginx logs that new RC use static.php for work, so I think too its can be problem with nginx config.

Here is part of my nginx config:
server {
    listen 443 ssl http2;
    server_name 10.1.1.2;
    root /var/www/html/webmail/public_html;
    index index.php;
 
    location ~ \.php(?:$|/) {
        try_files $uri = 404;
        fastcgi_split_path_info ^(.+\.php)(/.+)$;
        include fastcgi_params;
        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
        fastcgi_param PATH_INFO $fastcgi_path_info;
        fastcgi_param HTTPS on;
        fastcgi_param modHeadersAvailable true;
        fastcgi_pass unix:/run/php/php8.2-fpm.sock;
        fastcgi_intercept_errors on;
        fastcgi_buffers 4 256k;
        fastcgi_busy_buffers_size 256k;
fastcgi_read_timeout 180s;
    }

Unfortunately I have not experience and knowledge to understanding have this config critical errors or not. As I can see, basically it looks like Alec sample.
#97
General Discussion / Re: How to do bold, italic and...
Last post by SKaero - October 22, 2025, 01:28:18 AM
Go to Settings -> Composing Messages -> Then set "Compose HTML messages" to "Always"
#98
General Discussion / How to do bold, italic and fon...
Last post by tracy55 - October 22, 2025, 12:16:03 AM
Again, there is no formatting choices when I send an email from my webmail for my domain. I am in html email as always which I have set in my preferences and don't change, and I'm sending message of my teaching schedule to students which has two sizes of type, bold, regular type and italic, but my message box is not letting me do it. It lists links but that's all.

Sometimes the formatting toolbar shows up. Sometimes it doesn't. Today it simply won't.

I look everywhere and can't find a way to do formatting when typing a new message to send. I'm going to have to switch to a gmail account to send this message.

Can anyone help? How do you get it to show when it doesn't show?

Tracy
#99
General Discussion / Managing mails and keeping thi...
Last post by Koni - October 21, 2025, 06:11:36 PM
Hey folks
Been fiddling with Roundcube lately, trying to get my mail setup half decent, and honestly it's crazy how quick things can go sideways if you don't watch your plugins or security bits. Made me think, whether it's your emails or even stuff like buying or selling gold (I've been checking out Goldiew lately), trust and transparency really do make all the difference. On Roundcube the forum's quite handy for fixing small glitches, themes, or dodgy plugins, but I was wondering if anyone's got clever ways to keep their accounts safe when handling sensitive info or even money stuff online. Like how do you check a service or seller's actually solid before sharing details? Personally I always peek at verified reviews or what others say first, same with Goldiew it's proper reassuring when you can see other people's experience before diving in. Saves a lot of headaches. Anyway, would love to know what you lot do to keep your stuff secure. Any habits or tricks that actually make a difference?

Cheers!
#100
General Discussion / Re: Im confused from updating ...
Last post by alec - October 21, 2025, 02:28:06 AM
I have something like this in the nginx config:
location ~ \.php(/.+)?$ {
    #rewrite "^/[a-zA-Z0-9]{16}/(.*)$" /$1;
    fastcgi_split_path_info ^(.+\.php)(/.+)$;
    fastcgi_index  index.php;
    include        fastcgi_params;
    fastcgi_param  SCRIPT_FILENAME    $document_root$fastcgi_script_name;
    fastcgi_param  PATH_INFO $fastcgi_path_info;
    fastcgi_pass   php-fpm;
}