1
edit
Changes
→Install and configure Postfix
yum install postfix
*Edit the Postfix configuration file, /etc/postfix/main.cf, and change the following lines:
mydomain = example<learnid>.org
myorigin = $mydomain
inet_interfaces = all
mynetworks = 127.0.0.0/8, 192.168.122X.0/24
relay_domains =
*Start Postfix on both machines:
service postfix start
===Testing email using IP Addresses===