Little details first. What is a database and mysql ? Databases are collections of data. Mysql is one of the available programs which lets you store and retrieve data efficiently. Mysql servers can be accessed by programming languages like php,perl,python,java…
Exim command to find the mail that we have sent is completed or not(Unix/Linux)
Hey… here is a way to find the message we have sent is COMPLETED or NOT by using “exigrep”. Yep, it’s very useful in some cases, if the client wants to know the email from his account successfully completed or not…
How to change the mail server IP for a blacklisted server(cPanel) -Exim
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…
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: #…