Introduction Spam emails can consume server resources, clutter inboxes, and increase security risks. cPanel provides several built-in email security features, including SpamAssassin, email filtering, and default address management, to help reduce unwanted emails and improve email security. This guide explains how to configure SpamAssassin and related email protection settings in… Continue Reading How do I set up SpamAssassin and other email security measures?

Introduction MySQL databases are used by many web applications to store and manage data. In cPanel, you can easily create a database, create a database user, and assign the user to the database with the required privileges. Prerequisites Implementation Step 1 Log in to your cPanel account. Step 2 Navigate… Continue Reading Create a database and the user for that database in cPanel

Introduction Email communication is essential for businesses and personal branding, and having a professional email address (like info@yourdomain.com) improves credibility and trust. One of the easiest ways to create and manage domain-based email accounts is through cPanel, a popular web hosting control panel used to manage hosting services. cPanel provides… Continue Reading How to create an email account in cPanel

Introduction Creating a full backup of your domain in cPanel is an essential practice for protecting your website data, emails, databases, and configurations. A full backup ensures that you can quickly restore your website in case of hacking, accidental deletion, server failure, or migration to a new hosting environment. cPanel… Continue Reading How to create a full backup of my domain in cPanel?

Introduction FTP (File Transfer Protocol) is a widely used method for transferring files between a local computer and a web hosting server. FileZilla is a free and popular FTP client that allows users to securely upload, download, and manage website files. By connecting FileZilla to your hosting account using the… Continue Reading How to upload file in your account via FTP filezilla in cPanel

Introduction A Parked Domain in cPanel allows you to point additional domain names to your primary website. This is useful when you own multiple domain names and want them all to display the same website content. For example, visitors accessing example.net can be redirected to or display the same content… Continue Reading How to create a Parked domain in cPanel

Introduction The Auto Reload feature automatically refreshes the page or application at a specified time interval. If the Auto Reload value has been set to 0 seconds, the page may continuously refresh or behave unexpectedly. Reverting this setting restores the normal refresh interval or disables automatic page reloading, ensuring stable… Continue Reading How to enabled “Auto Reload” option to 0 seconds. How to revert it?

Introduction The Auto Reload feature in Webmail automatically refreshes your inbox at regular intervals to check for new emails. Enabling this option ensures that incoming messages appear without requiring you to manually refresh the page, making email management more efficient and improving productivity. Prerequisites Before enabling the Auto Reload option,… Continue Reading Enable Auto reload option in webmail/cPanel

Using For Loop to Rename All Files in a Folder This is the batch script for windows to rename all files in a folder on windows. This works well perfectly. This was useful for me. It may help others to do the same. I was worried to change the files name… Continue Reading Using For Loop to Rename All Files in a Folder

Testing Dovecot in Postfix or Verify Dovecot in Postfix One thing that you can do is run this command to verify it is listening on the correct port numbers: netstat -aunt This should show that Dovecot is listening on ports 143 and 110 for IMAP and POP3. Check if Dovecot… Continue Reading Testing Dovecot in Postfix or Verify Dovecot in Postfix