Autoresponder

What are the AutoResponders?

Autoresponder is nothing but an automatically responder. This feature can be configured to automatically send response messages. This can be useful when the recipient is unavailable. When an auto responder is active, emails received will go to the inbox as usual. Auto Responder is a cPanel mail feature that can be configured to automatically send […]

See More

Backup Restoration in WHM

Home » Backups » Backup Restoration Overview Backup Restoration allows you to restore accounts from the backup archives that the system stores in the backup directory. You can restore a single account, several accounts, or accounts from a specific date. Note: The blue border around a section indicates the next required step. In this example, the blue border […]

See More

Easy Steps to Upgrade Mysql from version 5.0 to 5.5

Upgrade your Mysql version from 5.0 to 5.5 by using following steps 1. Enable remi repository for yum wget http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm sudo rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm 2. Run mysqldump to export data out from MySQL 5.0 mysqldump -uroot -p –all-databases > mysqlbackup.sql 3. Run ‘yum –enablerepo=remi install mysql mysql-server mysqlclient’ 4. Run mysql_upgrade (part […]

See More