STIGQter STIGQter: STIG Summary: Red Hat Enterprise Linux 10 Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 01 Jul 2026:

RHEL 10 must forward mail from postmaster to the root account using a postfix alias.

DISA Rule

SV-281270r1166762_rule

Vulnerability Number

V-281270

Group Title

SRG-OS-000046-GPOS-00022

Rule Version

RHEL-10-700670

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure RHEL 10 to have a valid email address as an alias for the root account.

Append the following line to "/etc/aliases":

postmaster: root

Run the following command:

$ sudo newaliases

Check Contents

Verify RHEL 10 notifies administrators in the event of an audit processing failure.

Check that the "/etc/aliases" file has a defined value for "root".

$ sudo grep "postmaster:\s*root$" /etc/aliases
postmaster: root

If the command does not return a line, or the line is commented out, ask the system administrator to indicate how they and the information systems security officer are notified of an audit process failure.

If there is no evidence of the proper personnel being notified of an audit processing failure, this is a finding.

Vulnerability Number

V-281270

Documentable

False

Rule Version

RHEL-10-700670

Severity Override Guidance

Verify RHEL 10 notifies administrators in the event of an audit processing failure.

Check that the "/etc/aliases" file has a defined value for "root".

$ sudo grep "postmaster:\s*root$" /etc/aliases
postmaster: root

If the command does not return a line, or the line is commented out, ask the system administrator to indicate how they and the information systems security officer are notified of an audit process failure.

If there is no evidence of the proper personnel being notified of an audit processing failure, this is a finding.

Check Content Reference

M

Target Key

5733