cPanel
July 9, 2019, admin, 0
You can add custom email filters to discard email attachments in cPanel for a particular user. Use Global Filters option to add it for the whole account. For this, use Email Filters in cPanel >> Email Tab. For example, you want to delete emails with .exe attachments. In cPanel, go to Email More
June 24, 2019, admin, 0
Ssh to the cPanel server and go to the directory /etc/cpanel/ea4/profiles/custom. cd /etc/cpanel/ea4/profiles/custom/ Locate and remove the .json file that contains the name of the profile you created. rm -f myprofile.json Now you are done deleting the profile.
July 24, 2017, admin, 0
Sometimes cPanel full backup fails with the following error. Storing mysql dbs…mydatabase……… /usr/bin/mysqlcheck: Got error: 1049: Unknown database ‘mydatabase’ when selecting the database (755 bytes) mydatabase_db(1031138 bytes) mydatabase_tab Check in cPanel that if you have any 0kb or empty database by the database name in error message. If you have it, delete it from More
February 6, 2015, NixUSer, 0
Login to your Server or VPS as root and follow these steps to change the ssh port. It is always a good idea to back up important server files before making any changes to them. So copy the file once you have logged into the server. $ cp /etc/ssh/sshd_config /etc/ssh/sshd_config.back Next, open the SSH config More
August 22, 2013, NixUSer, 0
I was not able to restart clamd service, was getting the following error. root@nixuser.com [/]# /etc/init.d/exim restart Shutting down clamd: [FAILED] Shutting down exim: [ OK ] Shutting down spamd: [ OK ] Starting clamd: LibClamAV Error: cli_tgzload: Invalid checksum for file daily.mdb LibClamAV Error: Can’t load /usr/share/clamav/daily.cld: Malformed database ERROR: Malformed database [FAILED] Starting More