initCommon(); $template->displayHeader(); ?>

12. Mail Servers

[Tip]Latest Release Notes on the Web

These release notes may be updated. Visit http://docs.fedoraproject.org/release-notes/ to view the latest release notes for Fedora.

This section concerns electronic mail servers or mail transfer agents (MTAs).

12.1. Sendmail

By default, the Sendmail mail transport agent (MTA) does not accept network connections from any host other than the local computer. To configure Sendmail as a server for other clients, edit /etc/mail/sendmail.mc and change the DAEMON_OPTIONS line to also listen on network devices, or comment out this option entirely using the dnl comment delimiter. Then install the sendmail-cf package and regenerate /etc/mail/sendmail.cf by running the following commands:

su -c 'yum install sendmail-cf' 
su -c 'make -C /etc/mail'

12.2. exim-sa

The exim-sa package is deprecated since the previous release. It was the original implementation of SpamAssassin integration with Exim, and was functionally similar to sendmail milters or postfix filters. However, that functionality is rather limited, and Exim now has far better support for content checking, fully integrated into its general-purpose Access Control Lists.

Since the sa_exim feature was not enabled in the default configuration, the package can normally be safely uninstalled to allow Exim to be upgraded. Users who have modified their configuration to use sa_exim features should either reconfigure to use Exim's full content scanning abilities or rebuild the package for themselves to include the exim-sa subpackage. For further details on Exim's built-in content scanning, refer to the Exim documentation:

http://www.exim.org/exim-html-4.62/doc/html/spec_html/ch40.html

displayFooter('$Date: 2007/05/31 03:35:04 $'); ?>