Show Table of Contents
4.4.7. Message Transfer Agent (MTA) Configuration
If your Satellite will serve Monitoring-entitled systems and you wish to acknowledge via email the alert notifications you receive, you must configure your Message Transfer Agent (MTA) to properly handle incoming mail. This is required by the email redirect feature, which allows you to stop notifying users about a Monitoring-related event with a single reply.
4.4.7.1. Sendmail
To configure sendmail correctly, run the following commands as root.
- Create a symbolic link allowing sendmail to run the notification enqueuer with the following command:
# ln -s /usr/bin/ack_enqueuer.pl /etc/smrsh/.
- Edit the
/etc/aliasesfile on the mail server and add the following line:rogerthat01: | /etc/smrsh/ack_enqueuer.pl
- Edit the
/etc/mail/sendmail.mcfile and change:"DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl"
to:"DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl"
- Process the alias with the following command:
# newaliases
- Update the
sendmail-cfpackage:# yum update sendmail-cf
- Restart sendmail:
# service sendmail restart

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.