1
edit
Changes
→Install and configure Postfix
*On both machines do the following:
**Stop sendmail.
systemctl stop sendmail.service sendmail stop
*Install Postfix
yum install postfix
relay_domains =
*Start Postfix on both machines:
systemctl start postfix.service postfix start
===Testing email using IP Addresses===