-
How to manually copy emails with password from one server to another
-
How to find spam mailing script location in whm cpanel
If you want to locate the spam mailing script in your whm cpanel server you have run some ssh command. First you have to find out which script/file in your server is sending most of the abusing emails. grep cwd /var/log/exim_mainlog | grep -v /var/spool | awk -F”cwd=” ‘{print $2}’ | awk ‘{print $1}’ |…
-
Clear mail queue by using SSH
-
Cpanel whm brute force protection

Today I am going to discuss about a very common problem related to cpanel or whm panel. Hackers always try to get root access for your hosting and to get the passwords they run script that will try continuously with various random passwords. WHM panel has a built in feature to protect against brute force…