Recent posts
#1
API Based Plugins / Re: RoundDAV - A DAV Server fo...
Last post by eMarcus - Today at 04:38:11 AMGood Morning from Europe!
That sounds quite interesting, I will try to find some time and will test it!
Just for curiosity: Why is a standard DAV server like Baikal (I think it is based on SabreDAV) not doing the trick? What did you have to change in order to make it work for Roundcube?
Happy new year,
Marcus.
That sounds quite interesting, I will try to find some time and will test it!
Just for curiosity: Why is a standard DAV server like Baikal (I think it is based on SabreDAV) not doing the trick? What did you have to change in order to make it work for Roundcube?
Happy new year,
Marcus.
#2
Theme Releases / Re: Elastic2022
Last post by stanislawl - December 29, 2025, 04:54:51 PMHello,
Thank you very much for this excellent skin. I have just installed it; however, I have a small issue. When I click on 'Help' link, I get such an error message:
FILE NOT FOUND
The requested resource was not found.
Please contact your server administrator.
Failed request: mail.[my_domain_name]/?_task=help&_rel=mail&_action=index
What may be the reason?
I use Roundcube v. 1.6.12 on a server with Ubuntu 20.04. The link works fine with other templates.
Best regards,
Stan
Thank you very much for this excellent skin. I have just installed it; however, I have a small issue. When I click on 'Help' link, I get such an error message:
FILE NOT FOUND
The requested resource was not found.
Please contact your server administrator.
Failed request: mail.[my_domain_name]/?_task=help&_rel=mail&_action=index
What may be the reason?
I use Roundcube v. 1.6.12 on a server with Ubuntu 20.04. The link works fine with other templates.
Best regards,
Stan
#3
General Discussion / Re: Install bukowski/vacation ...
Last post by SKaero - December 29, 2025, 10:24:13 AMSince that is a third party plugin see https://github.com/roundcube/roundcubemail-docker/tree/master#installing-roundcube-plugins
#4
General Discussion / Install bukowski/vacation in D...
Last post by thomasp - December 29, 2025, 08:12:01 AMHi,
I want to install bukowski/vacation plugin with the roundcubemail:latest-fpm-alpine image, I have set
"ROUNDCUBEMAIL_INSTALL_PLUGINS=1" but how to name the plugin in the "ROUNDCUBEMAIL_PLUGINS=" variable?
I tried:
- "ROUNDCUBEMAIL_PLUGINS=archive,zipdownload,managesieve,vacation" and
- "ROUNDCUBEMAIL_PLUGINS=archive,zipdownload,managesieve,bukowski/vacation"
but both doesn't seem to work.
Kind regards
Thomas
I want to install bukowski/vacation plugin with the roundcubemail:latest-fpm-alpine image, I have set
"ROUNDCUBEMAIL_INSTALL_PLUGINS=1" but how to name the plugin in the "ROUNDCUBEMAIL_PLUGINS=" variable?
I tried:
- "ROUNDCUBEMAIL_PLUGINS=archive,zipdownload,managesieve,vacation" and
- "ROUNDCUBEMAIL_PLUGINS=archive,zipdownload,managesieve,bukowski/vacation"
but both doesn't seem to work.
Kind regards
Thomas
#5
API Based Plugins / RoundDAV - A DAV Server for Ro...
Last post by texxasrulez - December 19, 2025, 07:33:21 PMI have tried over the years with lots of duct tape and patchwork to get simple DAV integration in Roundcube. I think I have cracked it.
It is a standalone DAV server specifically tailored to use with Roundcube using a provisioning plugin to make it all work seamlessly together.
I have been testing this for quite some time and think I have the kinks worked out. I need help to find more, or make a little better.
There are 3 total Roundcube Plugins created to establish the bridge between RoundDAV and Roundcube. Check it out and the README for RoundDAV will tell you everything you need.
This is meant for small personal setups.
If you would like to check out RoundDAV and see if it right for you, I would love to get some feedback. My repo is located on github at https://github.com/texxasrulez/rounddav
Create issue reports at RoundDAV Issues Page
Thanks and Happy Holidays to all.
It is a standalone DAV server specifically tailored to use with Roundcube using a provisioning plugin to make it all work seamlessly together.
I have been testing this for quite some time and think I have the kinks worked out. I need help to find more, or make a little better.
There are 3 total Roundcube Plugins created to establish the bridge between RoundDAV and Roundcube. Check it out and the README for RoundDAV will tell you everything you need.
This is meant for small personal setups.
If you would like to check out RoundDAV and see if it right for you, I would love to get some feedback. My repo is located on github at https://github.com/texxasrulez/rounddav
Create issue reports at RoundDAV Issues Page
Thanks and Happy Holidays to all.
#6
Pending Issues / Question about %z variable in ...
Last post by reseko - December 19, 2025, 09:11:49 AMHi everyone,
I have a technical question regarding how replacement variables work in Roundcube's configuration.
I am trying to ensure that new users automatically get the correct domain in their identity. My IMAP server (Dovecot) correctly returns mail.example.com when running dovecot --hostdomain, so I expected that setting:
$config['mail_domain'] = '%z';
would allow Roundcube to extract "example.com". However, the result is an empty string (users see their email as user@ without a domain). I have verified that if I change the variable to %t, it works perfectly, but I would like to understand why %z is failing.
I suspect the issue lies in how my IMAP host is defined, as I include both the protocol and the port:
My questions are:
Thanks in advance for your help!
I have a technical question regarding how replacement variables work in Roundcube's configuration.
I am trying to ensure that new users automatically get the correct domain in their identity. My IMAP server (Dovecot) correctly returns mail.example.com when running dovecot --hostdomain, so I expected that setting:
$config['mail_domain'] = '%z';
would allow Roundcube to extract "example.com". However, the result is an empty string (users see their email as user@ without a domain). I have verified that if I change the variable to %t, it works perfectly, but I would like to understand why %z is failing.
I suspect the issue lies in how my IMAP host is defined, as I include both the protocol and the port:
Code Select
$config['imap_host'] = 'tls://mail.example.com:143';My questions are:
- What exactly does %z check? Does it extract information directly from the imap_host string, or does it query the system/server?
- Does the tls:// prefix or the :143 port break the parsing logic for the %z variable?
- Is %t the recommended workaround in these cases, or is there a way to make %z ignore the protocol and port?
Thanks in advance for your help!
#7
Release Discussion / Docker image 1.7 and installto...
Last post by carl-unique - December 19, 2025, 05:22:42 AMAbout: https://github.com/roundcube/roundcubemail/releases/tag/1.7-rc2 - Migrate existing configs with either the installto.sh or the update.sh scripts.
For upgrading from 1.6.x to 1.7 via docker (https://hub.docker.com/r/roundcube/roundcubemail) image, just to be sure, does one also require to fire that update.sh script? (for example to update the database migration / fix?)
Thank you!
For upgrading from 1.6.x to 1.7 via docker (https://hub.docker.com/r/roundcube/roundcubemail) image, just to be sure, does one also require to fire that update.sh script? (for example to update the database migration / fix?)
Thank you!
#8
Pending Issues / Re: Failed to reach server wh...
Last post by alec - December 19, 2025, 02:03:00 AMTypically it is a Wordfence or mod_security on the HTTP server. Logs should tell you that.
#9
Pending Issues / Re: Failed to reach server wh...
Last post by SKaero - December 18, 2025, 10:38:53 AMWhat does the Roundcube and web server error logs say?
#10
Pending Issues / Failed to reach server when u...
Last post by panthera - December 18, 2025, 04:25:59 AMIm sending mails with no problems, replying no problems, BUT when i reply to e-mail that has for exapmle pictures in signature i got "Failed to reach server" error

but when i delete this signature with images, tables and so on it goes through.
how do i fix it.

thnx

but when i delete this signature with images, tables and so on it goes through.
how do i fix it.

thnx