Postfix Mail Service in Linux
Installation Postfix and Mailx
#yum install postfix -y
#yum install mailx -y
Postfix Configuration
#vim /etc/postfix/main.cf
Add the following lines in main.cf file
relayhost = [smtp.gmail.com]:587
myhostname= your_hostname
# Location of sasl_passw...
dhirajubhalkar.hashnode.dev1 min read