此内容没有您所选择的语言版本。

4.4.11. Message Transfer Agent (MTA) Configuration


If Red Hat Satellite serves Monitoring-entitled systems and you aim to acknowledge via email the alert notifications you receive, 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.
Sendmail and Postfix are two options for MTAs that can be enabled in the Red Hat Satellite server.

Note

Only one MTA may be enabled at one time.

4.4.11.1. Sendmail

To configure sendmail correctly, run the following commands as root.
  1. Create a symbolic link allowing sendmail to run the notification enqueuer with the following command:
    # ln -s /usr/bin/ack_enqueuer.pl /etc/smrsh/.
    
    Copy to Clipboard Toggle word wrap
  2. Edit the /etc/aliases file on the mail server and add the following line:
    rogerthat01: | /etc/smrsh/ack_enqueuer.pl
    
    Copy to Clipboard Toggle word wrap
  3. Edit the /etc/mail/sendmail.mc file and change:
    "DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl"
    
    Copy to Clipboard Toggle word wrap
    to:
    "DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl"
    
    Copy to Clipboard Toggle word wrap
  4. Process the alias with the following command:
    # newaliases
    
    Copy to Clipboard Toggle word wrap
  5. Update the sendmail-cf package:
    # yum update sendmail-cf
    
    Copy to Clipboard Toggle word wrap
  6. Restart sendmail:
    # service sendmail restart
    
    Copy to Clipboard Toggle word wrap
返回顶部
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2025 Red Hat