Roundcube Community Forum

 

Recent posts

#91
Roundcube Discussion / Re: Plugins/config needed to m...
Last post by alec - January 26, 2026, 01:56:24 AM
They are part of the managesieve plugin, but need to be enabled in config.
#92
Roundcube Discussion / Re: Plugins/config needed to m...
Last post by DavidTCS - January 25, 2026, 06:21:32 PM
Thank you.

Looking at "About" on the cPanel Roundcube (stupidly, I'd not done that before, though I had looked carefully at it on my own installation), I see that there are a nuber of plugins labelled "cPanel License (Proprietary)".

That (and your second sentence) is probably why I can't find plugins for "Out of Office" and "Forwarding" - it is probably time to give up on searching for those.
#93
Roundcube Discussion / Re: Plugins/config needed to m...
Last post by SKaero - January 25, 2026, 06:00:35 PM
If you click on "About" (bottom of the left hand sidebar) in the cPanel install of Roundcube it shows you what plugins are installed.

I'm not aware of cPanel having plugins for out of office or forwarding I think they just direct you to cPanel to make those changes.
#94
Roundcube Discussion / Re: Plugins/config needed to m...
Last post by DavidTCS - January 25, 2026, 05:34:24 PM
Replying to my own post ...

I've found "Filters" by enabling managesieve (which was in the plugins directory but not enabled in config.inc.php).

Still looking for the other two.
#95
Roundcube Discussion / Plugins/config needed to mimic...
Last post by DavidTCS - January 25, 2026, 05:22:16 PM
I'm trying to set up Roundcube on a different server to mimic the configuration that I see in Roundcube on a cPanel server.

Please would someone tell me what plugins I need, or what configuration I need to make to see the following in Settings:
  • Filters
  • Out of Office
  • Forwarding
I see thse in my Roundcube on a cPanel server, but not in the version I have installed outside of cPanel.
I was also missing CardDAV, but I have found that by installing the roundcube/carddav plugin.

This is using Roundcube 1.6.12 on a server running PHP 8.4.

There are so many plugins that it is a bit overwhelming for someone coming to them anew !!
#96
Deutsch / Re: Mailabruf Roundcube
Last post by RSfuchs - January 25, 2026, 06:16:02 AM
Hallo Rene, war Dein SSL-Zertifikat abgelaufen?
#97
Deutsch / Re: Roundcube (Synology) fragt...
Last post by RSfuchs - January 25, 2026, 06:06:28 AM
Hi, schau mal mit dem folgenden Befehl, ob Du fetchmail noch hast.

which fetchmail
#98
General Discussion / Roundcube stopped showing new ...
Last post by TimSkene - January 24, 2026, 11:48:08 AM
In mid December all new emails stopped being displayed in Firefox, in both normal and private windows.
It also occurs on another computer in Chrome. Edge and Samsung tablet browser show all emails. I use Thunderbird and it gets all new email.
What would cause this and how to fix it?
#99
Pending Issues / Re: SMTP Error: Authentication...
Last post by gigia - January 16, 2026, 11:33:18 PM
Quote from: XurxoMF on July 24, 2025, 03:07:22 PM. Stalwart only allowed PLAIN and LOGIN using TLS on 465. For some reason, 465 and 993 are not working on Roundcube so when using 587, Stalwart was not letting me use PLAIN and LOGIN.... Aded those on Stalwart and problem solved

Can you please guide me how to do that? I'm using stalwart in a docker container. I edited the toml like this:

server.listener.smtp.bind = "[::]:25"
server.listener.smtp.protocol = "smtp"
server.listener.submission.auth.allowed = ["PLAIN", "LOGIN"]
server.listener.submission.auth.allowed_hosts = ["172.24.0.0/16"]
server.listener.submission.bind = "[::]:587"
server.listener.submission.protocol = "smtp"
server.listener.submission.proxy.override = false
server.listener.submission.socket.override = false
server.listener.submission.tls.implicit = false
server.listener.submission.tls.override = false


+ some other attempts but no success so far.
#100
Pending Issues / Re: Upgrade from 1.4.15 LTS to...
Last post by massimo2022 - January 16, 2026, 03:00:31 PM
I also tried to update PHP from 7.4.32 to 8.1.31, but the situation worsened,
1.3.17 crash after login, 1.5.12 crash at the main page..
So i fall back to PHP 7.4.32 and i've let my PHP coder to fix the issue.

He succeded, he say, avoiding the use of INTL php library for text emails.
And he also said that 1.5.12 uses a lot INTL php library, so maybe 7.4.32 is no good for it.

Now it works, but i don't know exactly the modifies.