Previous Page
Next Page

Certification Objective 12.04-Configuring and Activating Postfix

You can configure the Postfix mail server as a substitute for sendmail. The configuration files are stored in the /etc/postfix directory. The main configuration file, main.cf, is somewhat simpler than sendmail.cf, as it includes over 600 lines. Back up this file and open it in a text editor. There are several things that you should configure in this file to get it working-and limit access to your system and network:

Configuring Postfix to Start at Reboot

Now start or restart Postfix to make sure it reads your new /etc/postfix/main.cf configuration file:

# chkconfig postfix on
# service postfix restart

Your Postfix service should now be up and running and ready to accept mail from any (valid) source, as specified by the preceding directives.


Previous Page
Next Page