When we try to deliver a message this error pops up: SMTP: Invalid response code received from server (code: 451, response: Temporary local problem – please try later) We did totally reset the configurations of Exim and we add the websites to /etc/remotedomains for both web servers and still nothing. Finally for the solution we […]
Posts by seemab:
Disable Direct Root Login in cPanel
While applying security modifications on the server, one of the most important tweak we should execute is to disable direct root login which will force the hacker to think 2 separate passwords to obtain root access. Following actions will show you how to turn off direct root login. If you are using cPanel server make […]
How to Fix cPHulk Brute Force Protection lock out
This account is currently locked out because a brute force attempt was detected. Please wait 10 minutes and try again. When attempting to login again it will only increase the delay. If you frequently experience this problem, I recommend read this article. Today I’m going to demonstrate that how you can fix a cPHulk Brute Force Protection […]
What is cPHulk Brute Force Protection and How to Enable it?
cPHulk is a security feature,protected from Brute Force attack and it found only on cPanel based Linux servers. cPHulk locks down the cPanel and WHM logins, SSH (shell/root access) logins, FTP logins, and IMAP/POP3 (mail) logins. These primary services are closed down, Once a set number of failed login attempts has been reached. cPHulk will prevent any further […]
Running PHP scripts from cron jobs
Sometimes we have to run a simple php script using the “standard” cron job. A typical method for operating PHP programs from a cron job is to use a command-line system such as curl or wget. For example, the cron job operates a control just like the following command: curl http://example.com/script.php In this command, curl […]
How to set up POP email account in Mac Mail
The Apple Mac Email is a free, built-in third party email client for Mac customers that offers easy installation and personalization with a user-friendly interface. This tutorial will describe the general installation of the Apple Mac Email. Depending on your software version,When you originally start MacMail, you will be provided with a display just like […]
how to set host name in cPanel
Normally we will set the hostname of a system during the set up procedure. Many peoples don’t worry about this, and don’t modify the hostname even if for example this was set to something really ridiculous by the datacenter that installed the system. The process of changing your hostname is very simple. 1-Change The Hostname Through […]
Show and edit hidden files in cPanel
By default, when we use the file manager in cPanel, it does not display hidden files. Hidden files are those files that starts with a dot, such as .htaccess .htpasswd .bashrc .htaccess is actually a typical file to modify, and so if you would like to modify the hidden files it can be easily edited […]
Change MySQL DB Owner Password” terminology – phpMyAdmin is asking password
Sometimes you need to reset your PHPMyAdmin password. For example,you can use FTP and log in to cPanel but requested to sign in again when tries to access PHPMyAdmin from your cPanel .When you provides your same password PHPMyAdmin denies to you ,or may be you are resetting your password as a regular maintenance. In […]
What is cron job and how to set a cron
Cron job is a standard Linux feature that allows you to executes commands at specified intervals from within your cpanel. It places a particular program to run at a particular time or periods on automated. These schedule tasks are called Cron Jobs.For example, you could set a Cron job to delete temporary files every week so […]