Roundcube Community Forum

 

Recent posts

#1
General Discussion / Entries in approval list
Last post by JoSf - Today at 11:19:11 AM
Roundcube allows entries in an approval list, the following example is provided:
from nick\@example\.com
There is written that Roundcube uses Perl Regex. Is the "@" really a special character in Perl Regex, is it necessary to escape it?
#2
General Discussion / no email comes back from Round...
Last post by linpi - September 25, 2026, 03:14:44 PM
I tried to register with announce.lists.roundcube.net, but I never received a confirmation email. I added lists.roundcube.net to the whitelist on the mail server, but nothing has appeared in my log file.
I also checked for any firewall or Fail2Ban blocks, but found none.
Does anyone have any idea what the problem could be?
#3
General Discussion / Need help
Last post by Randy69 - September 25, 2026, 01:39:04 AM
I got a steam account a few years ago and now steam banned me and requesting proof of ownership and the seller told me that the email I have is the original one for the account but don't see any mail at all on the mail and So I need help seeing if they is mail from steam or anything on the email
#4
Roundcube Discussion / Re: Roundcube in Docker ignore...
Last post by itinerary976 - September 22, 2026, 03:08:28 PM
I was facing the same issue and just made an account to post the solution.

In my infinite genius I forgot to add the php opening and closing tags.

<?php
$config
["key"] = "value";
?>


Even if you are no longer plagued by this, I hope to at least help out others who come across this looking for help.
#5
General Discussion / Default TinyMCE Compose Font C...
Last post by ElasticUser - September 17, 2026, 07:09:12 PM
Out of all of the thousands of Roundcube users, do any of you know how to change the default for all users TinyMCE compose color?  I tested adding (textarea) color css in (styles.min.css), and in other places.  I also added (style="color: #custom") on the (compose.html) file.  However, the compose text color remains (#000000).  Thanks for any info!  :--)
#6
General Discussion / Re: Compose ISSUE
Last post by ElasticUser - September 16, 2026, 01:08:10 AM
I still Don't appear to figure out that TinyMCE plugin.

Where can I edit the default textarea font color?  I tested editing various areas such as (styles.min.css) adding textarea { color: #CUSTUM }.  Thanks!  :--)
#7
Deutsch / Re: Nachrichten als gelesen ma...
Last post by frankvz - September 11, 2026, 05:25:25 AM
Hallo,

ich habe die Variable "mail_read_time" auf der Seite

/usr/share/roundcube/program/actions/settings/index.php

in der Zeile:

foreach ([5, 10, 20, 30, 30000] as $sec) {
                        $label = $rcmail->gettext(['name' => 'afternseconds', 'vars' => ['n' => $sec]]);
                        $select->add($label, $sec);
                    }

den Wert mal manuell gesetzt.

Hm, eventuell bekomme ich es so hin, eine Variable einzubauen ohne einen festen Wert.
Wenn Bedarf besteht, könnte ich versuchen es anzupassen.

Viele Grüße
Frank
#8
General Discussion / Re: Compose ISSUE
Last post by ElasticUser - September 11, 2026, 04:45:19 AM
Where's the part in that TinyMCE Plugin that lets users call a custom language file?  :--)
#9
General Discussion / Re: Compose ISSUE
Last post by ElasticUser - September 11, 2026, 03:05:48 AM
Okay, Thanks!  Also, please look at my default PassWord plugin post.  I added the Proper config file.  However, Errors.  :--)
#10
General Discussion / Re: Compose ISSUE
Last post by alec - September 11, 2026, 01:22:12 AM