system:install_guides:postfix
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| system:install_guides:postfix [2007-03-20T18:46:28+0000] – 69.17.44.81 | system:install_guides:postfix [2007-03-20T18:48:15+0000] (current) – 69.17.44.81 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | - sudo yum install postfix spamassassin (spamassassin is optional) | + | 1. sudo yum install postfix spamassassin (spamassassin is optional |
| - | | + | 2. sudo vi / |
| uncomment the following line: | uncomment the following line: | ||
| < | < | ||
| default_privs = nobody | default_privs = nobody | ||
| - | </ | + | </ |
| change the following lines | change the following lines | ||
| < | < | ||
| myhostname = sf-lug.com | myhostname = sf-lug.com | ||
| - | </ | + | </ |
| < | < | ||
| mydomain = sf-lug.com | mydomain = sf-lug.com | ||
| - | </ | + | </ |
| < | < | ||
| myorigin = $mydomain | myorigin = $mydomain | ||
| Line 18: | Line 18: | ||
| < | < | ||
| inet_interfaces = all | inet_interfaces = all | ||
| - | </ | + | </ |
| < | < | ||
| mydestination = $myhostname, | mydestination = $myhostname, | ||
| Line 25: | Line 25: | ||
| < | < | ||
| mynetworks_style = host | mynetworks_style = host | ||
| - | </ | + | </ |
| < | < | ||
| | | ||
| + | </ | ||
| + | |||
| + | 3. Change the following in /etc/hosts so mail will come from the right domain (sf-lug.com) | ||
| + | < | ||
| + | 127.0.0.1 | ||
| </ | </ | ||
system/install_guides/postfix.1174416388.txt.bz2 · Last modified: 2007-03-20T18:46:28+0000 by 69.17.44.81