STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

V-836

CAT II (Medium)

The system syslog service must log informational and more severe SMTP service messages.

Rule ID

SV-45858r1_rule

STIG

SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

Version

V1R12

CCIs

CCI-000126

Discussion

If informational and more severe SMTP service messages are not logged, malicious activity on the system may go unnoticed.

Check Content

Check the syslog configuration file for mail.crit logging configuration.

Procedure:
# grep "mail\." /etc/rsyslog.conf 

If syslog is not configured to log critical sendmail messages ("mail.crit" or "mail.*"), this is a finding.

Fix Text

Edit the syslog configuration file and add a configuration line specifying an appropriate destination for "mail.crit" syslogs.

For example:
mail.*             -/var/log/mail;RSYSLOG_TraditionalFileFormat