DATABASE ERROR: CONNECTION FAILED! RoundCube

Hello Friends, If you see the following error :- Roundcube :-DATABASE ERROR: CONNECTION FAILED! Unable to connect to the database!Please contact your server-administrator. Solution :-You can run the folowing script to solve the issue /scripts/upcp –force to update cPanel ORYou can also run the following command to solve the issue … Continue reading

Exim Configuration

Exim Exim is what is known as an MTA, or a Mail Transit Authority. There are several different MTA’s available on the market. Some of the most popular ones are Exim, Sendmail, Postfix and qmail. Exim is our choice for mail on the servers because it came with cPanel. Exim configuration files … Continue reading

How to start or stop a service?

Most of linux distributions have service scripts in /etc/init.d/ To start a service, Enter this command:/etc/init.d/[service_name] start To stop a service, Enter this command:/etc/init.d/[service_name] stop Some services also have the restart and status commands, which allow you to restart or check the status of the service respectively.