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-240442

CAT II (Medium)

The SMTP service log file must have mode 0644 or less permissive.

Rule ID

SV-240442r671067_rule

STIG

VMware vRealize Automation 7.x SLES Security Technical Implementation Guide

Version

V2R2

CCIs

CCI-000382

Discussion

If the SMTP service log file is more permissive than 0644, unauthorized users may be allowed to change the log file.

Check Content

Check the permissions on the mail log files:

# ls -la /var/log/mail
# ls -la /var/log/mail.info
# ls -la /var/log/mail.warn
# ls -la /var/log/mail.err

If the log file permissions are greater than "0644", this is a finding.

Fix Text

Change the mode of the sendmail log files:

# chmod 0644 <sendmail log file>