system:install_guides:postfix
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| system:install_guides:postfix [2007-03-20T02:29:57+0000] – created 75.24.107.107 | 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: | ||
| + | < | ||
| + | default_privs = nobody | ||
| + | </ | ||
| + | change the following lines | ||
| + | < | ||
| + | myhostname = sf-lug.com | ||
| + | </ | ||
| + | < | ||
| + | mydomain = sf-lug.com | ||
| + | </ | ||
| + | < | ||
| + | myorigin = $mydomain | ||
| + | </ | ||
| + | (make sure smtp listens on all interfaces (eth0, lo0...) | ||
| + | < | ||
| + | inet_interfaces = all | ||
| + | </ | ||
| + | < | ||
| + | mydestination = $myhostname, | ||
| + | </ | ||
| + | (deny mail from other hosts -check me!) | ||
| + | < | ||
| + | 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.1174357797.txt.bz2 · Last modified: 2007-03-20T02:29:57+0000 by 75.24.107.107