Web Hosting
Ping all domains on my shell server
Sometimes we need to verify if all the email accounts that we have created on our server are really working correctly. For this problem, the Shell console (based on LINUX) offers us a practical solution: for variable in `cat / etc / localdomains`; do done This option allows us to ping all our domains, however ...
Set up corporate emails in Outlook 2010
Open Outlook Go to the "File" tab. Select information and click on account settings. In the new window that will appear, we must click on the "New ..." button. We select the option "Manually configure server options". Now we select the option "Internet E-mail". We will fill in each field with the data provided by your service providers. In this case it corresponds to ...
See list of accounts in WHM
See list of accounts in WHM In order to see the accounts that we have registered in our Reseller account and to be able to access your cPanel, we have the option “List Accounts”. To access this option, you must enter WHM with your username and password. In the upper left part you put the word “List…
Create Database
1.- Enter our cPanel administration area with our current accesses. To enter it you must enter the address of your domain adding at the end "/ cpanel". Example: domainexample.com/cpanel After entering the correct username and password, you will see a window like this: we select the option "MySQL Database". we are going to …
Upload files to my hosting from cPanel
For various reasons we need to upload files to our Hosting from our cPanel. To achieve this we will follow these simple steps. 1.- Enter our cPanel administration area with our current accesses. To enter it you must enter the address of your domain adding at the end "/ cpanel". Example: domainexample.com/cpanel After entering the user ...
Activate SpamAssassin from Cpanel
SpamAssassin is an automatic spam recognition tool (sometimes called unsolicited advertising information). Analyzing the emails that reach a user and following certain rules, decide which ones look like spam and act accordingly, typically marking them with the string "***** SPAM *****" in the Subject and explaining in the body why what the mail received ...