Delete emails from cPanel or webmail
There are two options, one is to delete them directly within the webmail of each account, I comment it is more time consuming but safer this to avoid deleting emails that are still used. The second option is through cpanel, the following options are eliminated: 1 year old or more 30 MB in size or more Previously viewed…
DNS zone management
Managing DNS zones The DNS (Domain Name Service) service is an Internet service that translates domain names (addresses by name, eg www.kiubix.com) into IP addresses (numerical addresses, eg 1.1 .3.2) and vice versa. This service is essential to be able to initiate any communication with another computer by accessing it by name. ...
Difference between IMAP and POP3
There are two protocols for the use of emails, these are Imap and POP3, each of these protocols has advantages or disadvantages. 1.-IMAP This protocol works directly on the mail server. To check the mail, it connects to the server and shows the content there is. When they send an email it is stored ...
Force backups
Force a backup of all accounts We will go to the terminal of our WHM. And we will place the following command: / usr / local / cpanel / bin / backup –force It will send us the following message: [2021-03-25 11:54:00 -0600] info [backup] Started at Thu Mar 25 11:54 : 00 2021 [2021-03-25 11:54:00 -0600] info [backup] The backup is now running in the background in process 14948. [2021-03-25…
Install apache on ubuntu
The Apache server is the most widely used web server in the world. It provides many powerful features including dynamically loaded modules, robust media support, and extensive integration with other popular software. Apache is available within Ubuntu's default software repositories, so we'll install it using the tools ...