1) Update the DNS for the Domain – Change/Add MX records to set external email server with relevant priorities – Either remove the CNAME for mail.domainname.com(if not to be used for configuration) OR – Edit CNAME for the domain which will point to external email server (usually provided by email service provider) OR – Add […]
See MoreCategory: How To
Migrate and restore account from cpanel server
Migrate and restore account from cPanel server to another cpanel server Login to source server : /scripts/whoowns domain.com It shows the username for that domain name. You can create full backup of account which contain all data, database and emails by using following command. #/scripts/pkgacct username Change the permission #chmod 755 /home/cpmove-username.tar.gz Then Move the […]
See MoreHow to update the awstat in plesk
How to update the awstat on plesk manually/automatically ? Ans: You can easily update the awstat for the particular domain by using following command. /usr/local/psa/admin/sbin/statistics –calculate-one –domain-name=domain.com Note: Replace the domain.com equal to original domain name. If you want to update the awstat for all the domains which is hosted on the serve then use […]
See More