Chapter 16. Mail Transport Agent (MTA) Configuration

A Mail Transport Agent (MTA) is essential for sending email from a Red Hat Linux system. The Mail User Agent (MUA) such as Mozilla Mail, Mutt, Pine, and Evolution is used to read and compose email. When a user sends an email from an MUA, the messages is handed off to the MTA, which sends the message to a series of MTAs until it reaches its destination.

Even if a user does not plan to send email from the system, some automated tasks or system programs might use the /bin/mail command to send email containing log messages to the root user of the local system.

Red Hat Linux 7.3 provides two MTAs: Sendmail and Postfix. If both are installed, sendmail is the default MTA. Red Hat Mail Transport Agent Switcher allows a user to select either sendmail or postfix as the default MTA for the system.

To start Red Hat Mail Transport Agent Switcher, use one of the following methods:

The program automatically detect if the X Window System is running. If it is running, the program starts in graphical mode as shown in Figure 16-1. If X is not detected, it starts in text-mode. To force Red Hat Mail Transport Agent Switch to run in text-mode, use the command redhat-switchmail-nox.

Figure 16-1. Red Hat Mail Transport Agent Switcher

If you selected Postfix, you must make sure the sendmail service is stopped and the postfix service is started:

/sbin/service sendmail stop
/sbin/service postfix start

If you selected Sendmail, you must make sure the postfix service is stopped and the sendmail service is started:

/sbin/service postfix stop
/sbin/service sendmail start

TipTip
 

For more information about email protocols and MTAs, refer to the Official Red Hat Linux Reference Guide.