Postfix

From John Freier
Revision as of 12:02, 7 January 2010 by Jfreier (Talk | contribs) (Created page with 'Install Postfix yum install postfix Configure Postfix Edit the '''/etc/postfix/main.cf''' and make the following changes. mydomain = example.com myorigin = $mydomain inet_...')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Install Postfix

yum install postfix

Configure Postfix Edit the /etc/postfix/main.cf and make the following changes.

mydomain = example.com
myorigin = $mydomain
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mynetworks_style = host

Start the service

/etc/init.d/postfix start