Features/NoDefaultMTA

From FedoraProject

Jump to: navigation, search


Contents

No Default MTA

Summary

Remove sendmail from the default install.

Owner

Current status

Detailed Description

Remove sendmail from the default install. Machines that need an MTA can install an MTA of their choosing, rather than being forced to use sendmail by default.

This is an extension of the previous NoMTA feature.

Benefit to Fedora

One less service to start, reduce system complexity, put system log info into the system logs.

Scope

Minor changes to comps, Package-x-generic-16.pngcronie, and possibly other packages:

TODO

# If you want cron to deliver logs as email, uncomment this line and install an MTA
CRONDARGS="-s -m off"

How To Test

Place the following in /etc/cron.hourly/test.cron:

 echo "Testing cron output - this should appear in /var/log/cron"

and chmod 755 /etc/cron.hourly/test.cron. After an hour, that log message should appear in /var/log/cron.

User Experience

Dependencies

Contingency Plan

Documentation

Release Notes

Comments and Discussion