Here is a one-liner command that will allow you to generate a new random password for an email account. Simply change the email address and hit enter. email=stefan@pejcic.rs ; uapi --user="$(/scripts/whoowns ${email#*@})" Email passwd_pop...
Step 1. Install imagemagick on the server: yum -y install ImageMagick-devel ImageMagick-c++-devel ImageMagick-perl To check if installed: /usr/bin/convert --version Step 2. Install the imagick PHP extension to all PHP versions on the cPanel server:...
Support universal links are used for iOS developers so that users can tap a link to the website and get seamlessly redirected to their installed app without going through Safari. Apple has pretty well-explained documentation on how to setup...
Jupiter is the name of the new default cPanel theme, and one of the annoying things on this new theme is that the Statistics section on the right has no clickable links. To make the section clickable open the theme file nano...
AbuseIPDB has a free API plan that will allow you to get a list of up to 10.000 blacklisted IP addresses that are currently reported for malicious activity. On a Linux server, we can use this data to automatically block that bad IP traffic from our...
Here is a simple one-liner that will disable the greylisting feature for all cPanel accounts on the server:
for i in $(\ls /var/cpanel/users) ; do uapi --user=$i cPGreyList disable_all_domains ; done
The SSH login error This account is currently not available indicates that the user does not have a proper shell set. SSH error: This account is currently not available First, check if your CWP user has access to the terminal: Add SSH access to CWP...
Email sent from one cpanel email account to another user is rejected with the error message: 550 5.7.133 RESOLVER.RST.SenderNotAuthenticatedForGroup;authentication required; Delivery restriction check failed because the sender was not authenticated...