Symptoms
Attempting to access Webmail results in a 404 error or the following error:
CONFIG_TEXT: Your hosting provider has not enabled any Webmail clients.
Cause
Roundcube is disabled.
Resolution
- Log in to WHM as the root user
- Navigate to Home / Server Configuration /
Tweak Settings - Click on the Mail tab
- Set Enable Roundcube webmail to On
- Click the Save button
If Roundcube is still inaccessible after enabling it in Tweak Settings or if it was already enabled there, it may be disabled in the /var/cpanel/rpm.versions.d/local.versions file. To enable it there:
- Log in to the server via SSH or WHM's Terminal as the
rootuser -
Enable Roundcube:
# /usr/local/cpanel/scripts/update_local_rpm_versions --del target_settings.roundcube
-
Install Roundcube:
# /scripts/check_cpanel_pkgs --fix
Additional Resources
How to Override the rpm.versions System | cPanel & WHM Documentation
Comments
0 comments
Article is closed for comments.