Roundcube Community Forum

 

Recent posts

#1
Requests / Re: Columns in mysql base
Last post by Anatol_K - Today at 06:16:18 AM
All solved. Syntax is correct:

./bin/updatedb.sh --dir=./SQL --package=roundcube
#2
Requests / Re: Columns in mysql base
Last post by Anatol_K - Today at 04:07:58 AM
And another error appear:

DB Error: [1146] Table 'roundcubemail.uploads' doesn't exist (SQL Query: SELECT * FROM `uploads` WHERE `session_id` = '...' AND `group` = '...' ORDER BY `created`) in /usr/local/www/roundcube/program/lib/Roundcube/rcube_db.php on line 553 (POST /mail/?_task=mail&_from=compose&_id=...&_uploadid=...&_action=upload)

and well, I find updatedb.sh - when run it, error:
ERROR: Database schema directory not specified (--dir)

running with  --dir=SQL --package=roundcube, error:
ERROR: Specified database schema directory doesn't exist.

What is correct syntax for updatesb.sh ?
#3
Requests / Re: Columns in mysql base
Last post by Anatol_K - Today at 03:12:23 AM
Thanks, I did it same by adding

 ALTER TABLE `session` ADD `expires_at` DATETIME;

Because in freebsd can't find updatedb.sh script.
#4
Requests / Re: Columns in mysql base
Last post by SKaero - Today at 02:56:05 AM
You need to update the Roundcube database, run the <RC root>/bin/updatedb.sh script.
#5
Requests / Columns in mysql base
Last post by Anatol_K - Today at 02:15:25 AM
Hi all!
After upgrade roundcube to 1.7.1 get error:
 DB Error: [1054] Unknown column 'expires_at' in 'INSERT INTO' (SQL Query: INSERT INTO `session` (`sess_id`, `vars`, `ip`, `expires_at`) VALUES ('...', '...', '10.10.0.1', now() + INTERVAL 36000 SECOND)) in /usr/local/www/roundcube/program/lib/Roundcube/rcube_db.php on line 553 (GET /mail/)

what type of column 'expires_at' I must insert to db?

Upgrade from ports in freebsd.
#6
Forum Feedback / Re: problems logging in to you...
Last post by SKaero - May 31, 2026, 07:49:43 PM
You need to contact your email provider, Roundcube is a webmail client and doesn't manage or have access to your email account.
#7
Forum Feedback / problems logging in to your ma...
Last post by marsel - May 31, 2026, 05:04:50 PM
someone hacked or I forgot my account password here is the mail [email protected] 

// https://fotora.ru/uploaded/?ID=GAFPO31052026210239 \\ <<--- here is a photo proof that I was in this account, I use this account for war thunder
#8
General Discussion / Re: Not all Filter work
Last post by JohnDoh - May 28, 2026, 12:04:23 PM
I suggest you find an example of a message, may be 2 or 3, if possible, and clearly describe which filter rule you think should have applied when you contact your provider.

There is no filtering built into Roundcube, the info you posted shows the managesieve plugin which suggests they are using sieve on the mail server to do the filtering. What you see in Roundcube is only for managing the rules. They can look into why the rule was not triggered.

Using the managesieve plugin you cannot rerun rules or access logs. The rules are applied a the time the message is received only.
#9
General Discussion / Not all Filter work
Last post by Oger - May 28, 2026, 03:22:26 AM
Hello All

I use Roundcube over Plex from my webhoster.

I have the Problem rhat not all Filter work.

The support of my Hoster need some minimal effort until they do support me. So I wish to collect some information which I cpuld give them to have it as easy as oossible to support me.

What could I as normal user do and collect that my Hoster could help me.

One of my problem is, I have no solid prove what work and what not. I only have some mail whichshpuld not arrie in my inbox and should moved to other directory.

To fully prove what happend i would have to collect at least two months of mail and than deduct what happens.

In best case I soemehow could access a filter report.
Ir I could manually rerun the filters on my Inbox and check what work and what not.

Roundcube Webmail 1.4.15
filesystem_attachments    1.0    GPLv3+    
jqueryui    1.12.0    GPLv3+    
managesieve    9.3    GPLv3+    
markasjunk    2.0    GPLv3+    
password    5.1    GPLv3+    


#10
Release Discussion / Re: Roundcube installation for...
Last post by jnewman67 - May 25, 2026, 02:42:06 PM
oh, just saw in your example that the Directory command may need to be updated as well - I don't think I saw/did that previously.  will try that as well.