Databases showing 0MB in cPanel From command line 1. Run the command. # /usr/local/cpanel/bin/setupdbmap 2. Edit cPanel configuration file. disk_usage_include_sqldbs=1 ( you need to set it to ‘1’ if ‘0’ ) in file /var/cpanel/cpanel.config 3. Run the following script. #/scripts/update_db_cache You can also enable this from the WHM control panel. WHM >> Server Configuration >> […]
See MoreTag: Script
Roundcube Spell Check problem
On cPanel Roundcube webmail on clicking spell check icon a message appears in the right hand corner which is similar to “No error found in spelling” This message is shown even though there are error in spelling. And spelling are not corrected by spell check. To fix this problem go through following steps. 1) SSH […]
See MoreHow to enable SPF and DKIM for already created cPanel accounts?
Enable SPF and DKIM for already created cPanel accounts cPanel script to enable SPF via commandline: Syntax # /usr/local/cpanel/bin/spf_installer $username Where, $username is the cPanel user name. cPanel script to enable DKIM via commandline: Syntax # /usr/local/cpanel/bin/dkim_keys_install $username Replace $username with the actual cPanel username. The above commands will help you to enable email authentications […]
See More