User Tools

Site Tools


system:install_guides:postfix

This is an old revision of the document!


  1. sudo yum install postfix spamassassin (spamassassin is optional)
  2. sudo vi /etc/postfix/main.conf

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, localhost.$mydomain, localhost

(deny mail from other hosts -check me!)

mynetworks_style = host


 mail_spool_directory = /var/spool/mail
system/install_guides/postfix.1174416388.txt.bz2 · Last modified: 2007-03-20T18:46:28+0000 by 69.17.44.81