User Tools

Site Tools


system:install_guides:postfix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
system:install_guides:postfix [2007-03-20T02:29:57+0000]
75.24.107.107 created
system:install_guides:postfix [2007-03-20T18:46:28+0000]
69.17.44.81
Line 1: Line 1:
   - sudo yum install postfix spamassassin (spamassassin is optional)   - sudo yum install postfix spamassassin (spamassassin is optional)
-  - +  - sudo vi /​etc/​postfix/​main.conf  
 +uncomment the following line: 
 +<​code>​ 
 +default_privs = nobody 
 +</​code>​\\ 
 +change the following lines 
 +<​code>​ 
 +myhostname = sf-lug.com 
 +</​code>​\\ 
 +<​code>​ 
 +mydomain = sf-lug.com 
 +</​code>​\\ 
 +<​code>​ 
 +myorigin = $mydomain 
 +</​code>​ 
 +(make sure smtp listens on all interfaces (eth0, lo0...) 
 +<​code>​ 
 +inet_interfaces = all 
 +</​code>​\\ 
 +<​code>​ 
 +mydestination = $myhostname,​ localhost.$mydomain,​ localhost 
 +</​code>​ 
 +(deny mail from other hosts -check me!) 
 +<​code>​ 
 +mynetworks_style = host 
 +</​code>​\\ 
 +<​code>​ 
 + ​mail_spool_directory = /​var/​spool/​mail 
 +</​code>​
system/install_guides/postfix.txt · Last modified: 2007-03-20T18:48:15+0000 by 69.17.44.81