Introduction The Plesk administrator password is required to access the Plesk control panel and perform administrative tasks. If the administrator password is lost or needs to be verified, Plesk provides the plesksrvclient.exe utility to either retrieve the current password or set a new one. This guide explains how to use… Continue Reading Retrieve Plesk Admin Pass Windows server

Introduction Changing your cPanel password is an important security practice that helps protect your hosting account from unauthorized access. Whether you want to update your password regularly or replace a compromised one, cPanel provides a simple way to change your password directly from the dashboard. Prerequisites Before changing your cPanel… Continue Reading How to reset/change cPanel password?

Introduction Microsoft Outlook is a desktop email client that allows you to send, receive, and manage emails from your hosting account. Configuring your email account in Outlook enables you to access your emails without logging in to webmail, providing a convenient way to manage your communications. Prerequisites Implementation Step 1… Continue Reading Configure email account in Outlook or MS Outlook

Introduction A Default Email Account (Catch-All Email Account) is an email address that receives all emails sent to non-existent or incorrectly addressed email accounts under a specific domain. Instead of rejecting such emails, the mail server forwards them to the configured default email account. This helps ensure that important emails… Continue Reading Default email account configuration

Introduction Mac Mail is the default email client for macOS that allows users to send and receive emails from their hosting accounts. By configuring your email account in Mac Mail, you can access your emails directly from your Mac without using webmail. Prerequisites Implementation Step 1 Open Mac Mail, then… Continue Reading Configure email account in MAC machine

Introduction cPanel provides multiple methods for uploading website files to your hosting account. You can use the built-in File Manager for quick uploads through your web browser or an FTP client for transferring larger files or managing multiple files efficiently. This guide explains both methods. Prerequisites Access to your cPanel… Continue Reading How to upload files in cPanel?

How to install a new  cPAnel account in the server?Just follow the steps below to install the cPanel in your server or VPS. #mkdir /home/cpins #cd /home/cpins #wget http://layer1.cpanel.net/latest #sh latest Thats it. The cPanel installation will be started. It will take 2-3 hours to install cPanel. Once the cPanel installation… Continue Reading How to install a new cPanel account in the server?

1. Install prerequisites=========== yum install sendmail-devel openssl-devel ===========2. Install OpenDKIM Download then extract OpenDKIM. Change to the extracted directory and run configure, make and then, as root, make install. =========== wget http://downloads.sourceforge.net/project/opendkim/opendkim-2.4.2.tar.gz tar -zxf opendkim-2.4.2.tar.gz cd opendkim* ./configure make && make install =========== 3. Post install steps Create a Linux… Continue Reading Install DKIM in Postfix using openDKIM

For detailed troubleshooting on Spamming issue in cPanel servers, refer the following link.http://linux-bloggers.blogspot.in/2011/12/exim-message-transfer-agent-mta.html In this post, we have provided the script to identify accounts that is senting more mails in a day. ============== awk -v dt=$(date +”%Y-%m-%d” –date “$(date +”%F %T”) 1 days ago”) ‘$1~dt && $0~/ [UA]=/ &&  $0!~/U=(mailnull)/… Continue Reading Identfy spamming accounts in cPanel servers

Introduction Taking regular database backups is an important task for server administrators. In Windows servers running Microsoft SQL Server, we can use a batch script with the sqlcmd utility to back up all user-created MSSQL databases. This script helps automate the backup process by listing all databases except system databases… Continue Reading Batch Script to Take Backup of All MSSQL Databases