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