Introduction Secure email communication is essential for protecting sensitive data and ensuring reliable mail delivery. Mail servers commonly use SSL/TLS encryption on specific ports to provide secure connections for SMTP, IMAP, and POP3 services. When users experience issues sending or receiving emails, one of the first troubleshooting steps is to… Continue Reading Telnet to secured port or SSL port 465 or 933 or 995

Introduction cPanel and Exim allow administrators to configure advanced email routing and filtering options. One such configuration is creating a blind carbon copy (BCC) of all incoming and outgoing emails for a specific domain and forwarding them to another email address. This setup is useful for: This guide explains how… Continue Reading cPanel + Exim – Forward Incoming and Outgoing Emails to Another Mail Account

There is no mention of cleaning up the Exim db, not on the cPanel site or in any of their documentation. Most of you, like it did, will find lots and lots of junk e-mail messages sitting around in your Exim db that cannot be delivered to the recipient for… Continue Reading exim_tidyb

To get rid of spam on your Qmail mail server: Make sure that all domains have the Mail to nonexistent user option set to Reject.This option is available since Parallels Plesk Panel 7.5.3 and can be changed for all the domains using group operations: select the domains, click Modify Selected,… Continue Reading qmail – how to detect spamming in qmail.

Introduction Ensim Control Panel is a web hosting management platform used to manage domains, email accounts, websites, and server services. In situations where the Ensim administrator password is forgotten or inaccessible, the password can be reset directly from the server backend using command-line tools and configuration files. Prerequisites Before proceeding,… Continue Reading Reset ensim Panel password via backend

> Due to Very Aggressive Spam Settings for the mail account. > Login to Hsphere(user) –> Mail Info –> Mail Manager –> Select domain — > Select Mail account(which gives bounce message) Edit Spam Settings.

Introduction PHP redirection is a method used to automatically send users from one page to another using server-side scripting. In most websites, the index.php file acts as the entry point, and redirection is commonly used there to route visitors to the correct landing page, login page, or application dashboard. Unlike… Continue Reading How to perform PHP redirection in index.php

Introduction Frame forwarding is a method used to display the content of one URL inside another URL without changing the address shown in the browser. This technique is commonly used when you want visitors accessing the main domain to view content from a subdirectory while keeping the original URL unchanged.… Continue Reading Redirecting the URL without changing URL in the Address bar

Introduction While using a database backup plugin in WordPress, you may encounter the warning: This warning usually appears when the backup directory does not contain a .htaccess file to restrict public access. Cause The issue commonly occurs after installing a WordPress database backup plugin such as WP-DBManager. The plugin expects… Continue Reading Your Backup Folder MIGHT Be Visible to the Public” in WordPress

Introduction The error “bash: php: command not found” occurs when the system cannot locate the PHP binary. This usually happens because the PHP path is not included in the $PATH variable. Prerequisites Implementation bash: php: command not found [root@01 ~]# php -v-bash: php: command not found[root@01 ~]# A common type… Continue Reading -bash: php: command not found