Nowadays, it’s quite common to have multiple business email addresses. So, forwarding emails to a single account makes email management easier. Most Webmail clients, such as RoundCube, Horde, and SquirrelMail, support email forwarding. But, users may often confuse with this option. That’s why we often get requests from our customers to set “Webmail forwarding” as part of our Server Management Services.
This article has been updated to reflect current server configurations, modern mail setups, and accurate forwarding methods in 2026.
Email forwarding helps redirect incoming messages from one address to another. Many users try to configure forwarding inside Roundcube and get confused about how it actually works.
Today, our experts explain how forwarding works with Roundcube and how to fix a 403 error after an upgrade.
An Overview
What Roundcube Actually Does
Roundcube is a web-based IMAP email client written in PHP. It provides a browser interface to access email stored on a mail server.
Roundcube does not handle mail delivery. It does not control mailbox storage. It does not create server-level forwarders on its own.
Mail delivery and forwarding are handled by:
- Mail servers such as Postfix
- IMAP servers such as Dovecot
- Hosting control panels like cPanel or Plesk
Roundcube only provides an interface. Forwarding is configured through the mail server or via Sieve filters.
How Email Forwarding Works
Email forwarding can be configured in three common ways.
1. Server-Level Forwarding
Configured directly on the mail server.
Examples:
- Postfix virtual_alias_maps
- Exim forwarders
- Control panel forwarder settings
This method forwards mail before it reaches the mailbox.
2. Sieve-Based Forwarding
Modern setups use Sieve filtering through Dovecot.
If the managesieve plugin is enabled in Roundcube, users can create forwarding rules from the web interface.
In this case:
- The rule is stored on the mail server
- Dovecot processes the forwarding
- Roundcube only manages the rule
This is the most common setup today.
3. Control Panel Forwarders
In shared hosting environments, forwarding is often created inside cPanel or Plesk.
Roundcube will not show a “Forwarders” tab in a standard installation. That option exists in the hosting panel, not in the default Roundcube.
How to Set Up Forwarding Correctly
The correct method depends on your environment.
If Using cPanel
- Log in to cPanel
- Open Email → Forwarders
- Click Add Forwarder
- Enter destination address
- Save changes
Roundcube will reflect forwarded messages automatically.
If Using Dovecot Sieve
- Enable managesieve in Roundcube.
- Go to Settings → Filters.
- Create a new filter rule.
- Choose redirect action.
- Enter destination address.
- Save.
The mail server now handles forwarding.
403 Error After Roundcube Upgrade
A 403 error after an upgrade is usually caused by web server security rules.
The most common cause is ModSecurity blocking requests.
ModSecurity is a web application firewall for Apache and NGINX. It blocks suspicious HTTP requests. During upgrades, new URLs or POST requests may trigger security rules.
How to Diagnose the 403 Error
- Check Apache or NGINX error logs
- /var/log/httpd/error_log
- /var/log/apache2/error.log
- Check ModSecurity audit log
- /var/log/modsec_audit.log
Look for the rule ID triggered by the request.
An example log entry may show:
ModSecurity: Access denied with code 403 (phase 2). Matched rule id 950004.
Fix Option 1: Disable Specific Rule
Here is the recommended approach:
Identify the rule ID from the logs. Then add:
SecRuleRemoveById 950004
Reload Apache after making changes. This removes only the blocking rule.
Fix Option 2: Disable ModSecurity for Webmail Path
If rule removal is not practical, create an exclusion for the Roundcube directory instead of disabling protection for the entire domain.
Avoid turning off ModSecurity globally. That weakens protection.
Security Considerations
Email forwarding can affect SPF, DKIM, and DMARC validation. Improper forwarding may cause delivery failures.
Modern mail servers often use the Sender Rewriting Scheme to prevent SPF failures during forwarding. Always test forwarding after configuration.
Conclusion
Roundcube is an email client. It does not create server-level forwarders directly. Forwarding is handled by the mail server or hosting panel. Roundcube can manage Sieve rules when properly configured.
A 403 error after upgrade is usually related to ModSecurity rules. Identifying and removing the specific rule is the safest fix.

Good day, I’m trying to configure email forwarding from a specific sender to another email address. Is this possible in roundcube?
Hoping to hear back from you soon
Regards
Chuma
There is no forwarding tab under Settings. How can I forward my roundcube e-mail?
You can Follow below steps to setup forwarder in roundcube:
Go to Settings.
Click Filters.
Under Filters, click the + button.
Input “Forwarding” into the Filter name box.
Under For Incoming Mail, select the option (for example:all messages).
Under …execute the following actions, select Send message copy to from the drop-down.
In the box next to it, input the email address you want to receive the forwarded mail.
Click save.
Hi. I don’t have forwarding or filters. Now what? Thanks for your help.
Hi,
Our experts can help you with the issue.Please contact our support team via live chat(click on the icon at right-bottom).
have a different question and requirement.
Received an email with an attachment. The email was sent to multiple people.
Need to forward same attachment to few more people including already mentioned list of people.
When click forward, attachment is there but TO and CC fields are blank. Need to have same addresses as per original email. How we can do that ?
Hi Sarfraz,
You can add new rule for the same to roundcube.
Please contact our support team via live chat if you need any assistance.
I am having a strange problem. Only some emails are being forwarded but not all of them. Recently emails sent to me from Amazon or Adobe (ie verification emails or password resets) and not being forwarded. Originally, these emails had a warning “To protect your privacy remote resources have been blocked.” I clicked the Allow box and now that warning doesn’t appear, but the emails are still not forwarded. But most others are. How do I fix this?
Hi,
Our experts can help you with the issue.we will be happy to talk to you through our live chat(click on the icon at right-bottom).
Authentication-Results: mx.kifarunix-demo.com (amavisd-new); dkim=pass
reason=”pass (just generated, assumed good)” header.d=mx.hamiltel.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mx.hamiltel.com;
h=message-id:content-transfer-encoding:content-type
Hi,
Please contact our support team via live chat(click on the icon at right-bottom).