How to add a new domain in the DirectAdmin panel Date: 21-11-2020 Step 1: Log in to the DirectAdmin control panel with username and password. http://IP address:2222Note:- IP address – Your server IP address. 2222 – DirectAdmin default port. Step 2: Click on Domain Setup from Your Account. Step 3: Click on Add Another… Continue Reading How to add a new domain in the DirectAdmin panel

How to enable/disable auto-updates in Plesk panel Date: 17-11-2020 Step 1: Log in to the Plesk panel interface. Step 2: Go to Tools & Settings and select Update Settings under the Plesk menu. Step 3: To enable or disable by using the following options. 1. Automatically install Plesk updates2. Automatically install updates… Continue Reading How to enable/disable auto-updates in Plesk panel

Please find the below steps in configuring the SMTP Gsuite relay service: 1) Disable 2 factor. You can check the below link to disable the 2factor. https://support.google.com/accounts/answer/185833?hl=en 2) Turn on Less secure apps. Please find the below link to turn on.https://myaccount.google.com/u/1/lesssecureapps 3) Sign-in to you google admin console using administrator… Continue Reading Mail Configuration using the SMTP Gsuite relay service

Follow the below steps to enable ACME challenge mkdir .well-known unde var/www/example.com(document root) mkdir acme-challenge under .well-known create file test.txt under acme-challenge goto /etc/nginx/sites-avaialble/example.com and add the below lines You can see the example below.

How to enable authentication for the Kibana dashboard using Apache webserver on Centos 7 Date: 07-11-2020 Introduction: Kibana is an open-source data visualization dashboard for Elasticsearch. Monitoring, managing, and securing an Elastic Stack instance via the web interface. The Kibana dashboard is a collection of charts, graphs, metrics, searches, and… Continue Reading How to enable authentication for the Kibana dashboard using Apache webserver on Centos 7

How To Add DNS Record In AWS Lightsail Date : 24-10-2020 Step : 1 Login to your AWS account. Step : 2 Select lightsail option. Step : 3 Select networking option. Step : 4 Choose the domain you want to add DNS records. Step : 5 Click add record option.… Continue Reading How To Add DNS Record In AWS Lightsail

How To Integrate SendGrid With Postfix Step : 1 Edit the file /etc/postfix/main.cf smtp_sasl_auth_enable = yessmtp_sasl_password_maps = hash:/etc/postfix/sasl_passwdsmtp_sasl_security_options = noanonymoussmtp_sasl_tls_security_options = noanonymoussmtp_tls_security_level = encryptheader_size_limit = 4096000relayhost = [smtp.sendgrid.net]:587 Save and close the file. Step : 2 Edit the file /etc/postfix/sasl_passwd [smtp.sendgrid.net]:587 yourSendGridUsername:yourSendGridPassword Add your sendgrid user name and password, you… Continue Reading How To Integrate SendGrid With Postfix

Please find the below steps of send mail configuration. 1) Install Sendmail with the below command.apt-get install sendmail sendmail-cf2) Please check for saslauthd service, if it is not there on the server then install it with the below command.apt-get install sasl2-bin3) Go to vim /etc/default/saslauthd and keep “start=yes”(by default it… Continue Reading Sendmail Configuration – SMTP relay with port 587

How to install Let’s Encrypt SSL Certificate for Bitnami WordPress on Linux Date: 02-09-2020 Step – 1: Connect to your server or VM instances as root via SSH.#ssh root@your server IP and port Step -2: Enter the following comment and then press enter to generate the SSL Certificate for the… Continue Reading How to install Let’s Encrypt SSL Certificate for Bitnami WordPress on Linux

1) First go to SES in AWS and create SMTP credentials. 2) You will get the SMTP username and password. Download and save it. 3) Go to email address and click on verify email address and verify it. If you want to use the already verified email address you can… Continue Reading Configure SMTP for outbound emails- BITNAMI