How to change the mail server IP for sending emails, if your server ip address is blacklisted in TOP-LEVEL email providers ? Sometimes the emails that we have sent being rejected by top level email providers because of the server…
cPanel
Script for fix cpanel user ownership serverwide
This is a simple script to solve the ownership issue under cpanel based server. Create an executable file on your server and run. # echo -e “Checking ownership of /home/user n” for i in `ls /var/cpanel/users/` do if [ “$i”…
Error while removing addon domain in cPanel
Error: Sorry, you do not control the domain domain2.com while removing the addon domain “domain2.com” from cPanel If you are getting the above mentioned error, follow the below steps: 1. Check whether any main domain is created with the same…
R=dkim_lookuphost defer (-1): host lookup did not complete
I was facing some problems with my exim mail server after cpanel migration. I weren’t able to send and receive emails from all emails accounts under any domains on that migrated VPS.
How to clear all the emails for default cPanel email account.
The directories responsible for a default cPanel email account is “new” and “cur“. You can find it in /home/username/mail/cur and /home/username/mail/new. If you want to remove all the emails for the default email account follow the steps given below: #…