Postfix Network Configuration
Posted by mike Filed Under Installation with Comments Off
Changes Necessary for Network Connections
Just like Sendmail, Postfix will not accept connections from other computers until you take a few steps to enable it. There are several lines that must be uncommented and then your configuration placed in it. The example will assume that your domain is example.org and the FQDM is mail.example.org. Be sure to put in the correct network for your settings.
mydomain = example.org
myorigin = $mydomain
myhostname = mail.example.org
mydestination = $myhostname, localhost, localhost.$mydomain
mynetworks = 192.168.3.0/24
inet_interfaces = all
The restart Postfix.
service postfix restart
.org and the FQDM is mail.example.org. Be sure to put in the correct network for your settings.
mydomain = example.org
myorigin = $mydomain
myhostname = mail.example.org
mydestination = $myhostname, localhost, localhost.$mydomain
mynetworks = 192.168.3.0/24
inet_interfaces = all
The restart Postfix.
service postfix restart

