Information
RHEL 10 must forward mail from postmaster to the root account using a postfix alias.
GROUP ID: V-281270RULE ID: SV-281270r1166762
It is critical for the appropriate personnel to be aware if a system is at risk of failing to process audit logs as required. Without this notification, the security personnel may be unaware of an impending failure of the audit capability, and system operation may be adversely affected.
Audit processing failures include software/hardware errors, failures in the audit capturing mechanisms, and audit storage capacity being reached or exceeded.
Solution
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