Open main menu

CDOT Wiki β

Changes

OPS335 Email Lab - 2

2 bytes added, 02:19, 9 February 2016
no edit summary
#Issue the following command to install the '''Postfix''' application (MTA):<br><pre> yum install postfix</pre>
#What is the purpose of installing the postfix application in terms of using e-mail? Record your answer in your lab logbook.<br><br>'''NOTE:''' We need to configure the postfix application (i.e. our MTA) to recognize our recently-created domain name that we setup in lab3.<br><br>
#Edit the Postfix configuration file: '''/etc/postfix/main.cf''' and edit this file to contain only the contents displayed below::<pre> mydomain = <senecaID>.org</pre>
myorigin = $mydomain
mynetworks = 127.0.0.0/8, 192.168.X.0/24
relay_domains =
inet_interfaces=all</pre>
#
13,420
edits