How to setup a global level autoresponder for all users in Smartermail

By default, Smartermail doesn’t have a feature to set up an autoresponder for the entire domain. However, there is another powerful feature called “Events” which allows doing so. In order to configure a global level autoresponder for all users in Smartermail, you may refer to the following steps: Login Smartermail as a domain administrator. Go to “Events”

How to convert SSL .pem to pkcs12 .pfx format

All SSL Certificates comes in .pem format However, to import it into server such as Windows Server you may convert it into 1 file (.pfx) so that customer can important SSL certificate with 1 file with the password we have created with the file Prepare the followings : 1. signed certificates (save as signed.cer or

How to create a new user to login as root privileges in linux

In order to create a new user to log in as root privileges, SSH to the server and perform the steps below: useradd test passwd test vi /etc/sudoers ## Same thing without a password # %wheel ALL=(ALL) NOPASSWD: ALL test ALL=(ALL) NOPASSWD: ALL vi /etc/ssh/sshd_config at the last line add AllowUsers test service sshd restart

User Management in cPanel

cPanel is a control panel that allows for the easy management of all elements of your web hosting account. Logging in to cPanel will bring you to a screen that looks like this: Navigating is easily done in cPanel through the use of the search bar, highlighted in orange below: Let’s start off with creating

How to Delete an Email Account in cPanel

Introduction Whether you’re managing your business’s email accounts or decluttering your personal email setup, this step-by-step guide is designed to assist you in safely and efficiently removing an email account from your cPanel. Follow along to ensure a smooth and error-free process.   Step 1: Preliminary Steps Before proceeding with the removal of your email

How to add recaptcha for WordPress

Go to https://www.google.com/recaptcha Register your domain, you will get the Site Key and Secret Key   In wordpress, go to Contact > Integration  > Setup Integration > Enter the Site Key and Secret Key   *** Extra step if you register for v2 Download a plugin called “ReCaptcha v2 for Contact Form 7” Go to Contact