include("site.inc"); $template = new Page; $template->initCommon(); $template->displayHeader(); ?>
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).
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'
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