Email Error “none of the authentication methods supported by this client are supported by your server”

Cause The error occurs if an encryption type is not specified in the mail client. example error: !task [email protected] – Sending’ reported error (0x800CCC80): ‘None of the authentication methods supported by this client are supported by your server.‘ Solution Change the encryption type from None to TLS or Auto let’s get started If you receive … Read more

How to convert your existing CentOS server to CloudLinux

This guide will help you to convert your existing CentOS server to CloudLinux. let’s get started with CloudLinux execute the following command to start installation CloudLinux root@ds77 [~]# wget https://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy [root@ds77 ~]# wget https://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy –2020-07-04 20:58:04– https://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy Resolving repo.cloudlinux.com (repo.cloudlinux.com)… 23.111.175.211, 2604:4500:6:203f::5 Connecting to repo.cloudlinux.com (repo.cloudlinux.com)|23.111.175.211|:443… connected. HTTP request sent, awaiting response… 200 OK Length: … Read more

How to Change Hostname in CentOS 7

Manage the Hostname Using hostnamectl. You can run the following command to check for the current hostname Confirm that your current hostname, execute the following command [root@nod home]# hostnamectl change your current hostname, execute the following command [root@nod home]# hostnamectl set-hostname server1.mydomain.com –static That’s it! You’ve just changed your server hostname to server1.mydomain.com