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 VMware vRealize Automation 7.x SLES Security Technical Implementation Guide

V-240439

CAT II (Medium)

Sendmail logging must not be set to less than nine in the sendmail.cf file.

Rule ID

SV-240439r671058_rule

STIG

VMware vRealize Automation 7.x SLES Security Technical Implementation Guide

Version

V2R2

CCIs

CCI-000382

Discussion

If Sendmail is not configured to log at level 9, system logs may not contain the information necessary for tracking unauthorized use of the sendmail service.

Check Content

Check sendmail to determine if the logging level is set to level nine:

# grep "O L" /etc/sendmail.cf
OR
# grep LogLevel /etc/sendmail.cf

If logging is set to less than nine, this is a finding.

Fix Text

Edit the sendmail.cf file, locate the "O L" or "LogLevel" entry and change it to "9".