Cannot edit /etc/mailips on cPanel Server

Check /etc/mailips permissions: Code: It should show the following: If it does not show root:mail for ownership, then fix that: If it doesn’t show 640 for file permissions, fix that: If it does have the right ownership and permissions, then next check the file isn’t set to be immutable: It might look like the following … Read more

Stop cron email in WHM

Go to cpanel > cron jobs > standard. At the top is an email field Change to an alternate email Or FThe way to change the email account WHMCS sends the daily cron reports to… 1. Log in to WHMCS. 2. Click on Configuration -> Administrators. 3. Click on the little edit-button for the full … Read more

Moving email accounts in Addon Domains cPanel

Email accounts in addon domains You can create email accounts for addon domains. To learn how to set up an email account for an addon domain, read our Email Accounts documentation. When you remove the addon domain, is email accounts will no longer appear in the cPanel interface. However, the contents for this email account … Read more

How to move an addon domain from one cPanel to another

To move an addon domain from one cPanel to another: Download the content of your addon domain to your local PC. Backup any associated database(s). Create a subfolder inside the new cPanel’s public_html folder. Upload the content of your addon domain to this new folder. Restore the database backup(s) into the new cPanel. If the … Read more

Install ioncube in WHM

For cPanel Installing IonCube Loaders with cPanel & WHM can be done one of two ways: 1) Using EasyApache via WHM >> EasyApache, IonCube Loaders can be selected under the Exhaustive Options List prior to compiling. 2) As the user `root` via SSH, you can run the below command to install IonCube Loaders without having … Read more

Mail delivery Reports in WHM nor Showing data

See it the data is there #echo 'select * from eximstats.sends limit 2;' | mysql mailtime msgid email processed user size ip auth host localsender domain spamscore 2014-12-09 21:38:11 1XyZyR-0004j1-5K santa_2014@domain.com 0 -remote- 7134 37.48.84.200 localdelivery domain.com 1 3.1 2014-12-03 05:19:07 1Xw9pe-0003aq-8b mobileco@domain2.com 0 mobileco 3256 127.0.0.1 localuser localhost 1 domain2.com 2.1 If data does … Read more