Roundcube DATABASE ERROR: CONNECTION FAILED Date posted : 22/02/2019 This issue happens on a newly installed VestaCP due to some bugs. We’ve noticed this happens in Ubuntu 18.04 installation. If you check the logs, you will see below errors:- The default namespace found in /etc/dovecot/dovecot.conf already included the inbox = yes option. So there… Continue Reading Roundcube DATABASE ERROR: CONNECTION FAILED

Disable server in roundcube login page Date posted : 22/02/2019 When you login to roundcude, you might see server option is enabled. And you need to input localhost upon login. To avoid this we need to disable that option from roundcube configuration So edit the /etc/roundcube/config.inc.php file and set as below:-… Continue Reading Disable server in roundcube login page

Date Posted : 10/01/2019 In this tutorial, we are going to explain you about forcing webmail http requests to https automatically. In order to achieve it, you can edit /var/lib/roundcube/.htaccess file and add the below rules under RewriteRule section We’re going to verify it using curl request.

Add webmail alias in VestaCP panel – ubuntu 16.04 Date Posted: 05-10-2017 Assumptions:- We assume you have the following server setup VestaCP Ubuntu 16.04 Apache2 Solution:- Add this line at the bottom of /home/admin/conf/web/apache2.conf file <VirtualHost xx.xx.xx.xx:8080> ServerName webmail ServerAlias webmail.* DocumentRoot /usr/share/roundcube <Directory /usr/share/roundcube> AllowOverride All </Directory> </VirtualHost> Verify… Continue Reading Add webmail alias in VestaCP panel – ubuntu 16.04

Install RainLoop webmail Client on Ajenti Control Panel Date Posted:05-04-2017 Assumption: Linux Host. Ajenti Control panel. If Ajienti control panel is not installed, please follow the post on install Ajenti Control Panel Ajenti-v website package install. Implementation: Create a new website on Ajenti Control Panel : Select Websites under WEB Under Domains Tab,… Continue Reading Install RainLoop webmail Client on Ajenti Control Panel

Introduction The Auto Reload feature automatically refreshes the page or application at a specified time interval. If the Auto Reload value has been set to 0 seconds, the page may continuously refresh or behave unexpectedly. Reverting this setting restores the normal refresh interval or disables automatic page reloading, ensuring stable… Continue Reading How to enabled “Auto Reload” option to 0 seconds. How to revert it?

Introduction The Auto Reload feature in Webmail automatically refreshes your inbox at regular intervals to check for new emails. Enabling this option ensures that incoming messages appear without requiring you to manually refresh the page, making email management more efficient and improving productivity. Prerequisites Before enabling the Auto Reload option,… Continue Reading Enable Auto reload option in webmail/cPanel

Introduction Microsoft Outlook is a desktop email client that allows you to send, receive, and manage emails from your hosting account. Configuring your email account in Outlook enables you to access your emails without logging in to webmail, providing a convenient way to manage your communications. Prerequisites Implementation Step 1… Continue Reading Configure email account in Outlook or MS Outlook

How to find roundcube version provided by the cPanel?The roundcube version provided by the cPanel is 0.5.4. === -bash-3.2# cat /var/cpanel/roundcube/version 0.5.4.cp11130.1-bash-3.2# ===cPanel dicument regarding the roundcube ==== http://docs.cpanel.net/twiki/bin/view/AllDocumentation/RoundcubeReadme ==== Upgrade rouncube version /usr/local/cpanel/bin/update-roundcube –force cd /usr/local/cpanel/base/3rdparty/ mv roundcube roundcube-backup wget http://softlayer.dl.sourceforge.net/project/roundcubemail/roundcubemail/0.6/roundcubemail-0.6.tar.gz tar -zxf roundcubemail-0.6.tar.gz mv roundcubemail-0.6 roundcube cp roundcube-backup/config/main.inc.php… Continue Reading Find roundcube version provided by the cPanel and upgrade the roundcube