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

CAT III (Low)

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

Rule ID

SV-45856r2_rule

STIG

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

Version

V1R12

CCIs

CCI-000366

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

If the “sendmail” package is not installed, this is not applicable.

Check if the sendmail package is installed:
# rpm –q sendmail
If it is installed, the logging level must be set to level nine:

Procedure:
for sendmail:
# grep "O L" /etc/mail/sendmail.cf

OR

# grep LogLevel /etc/mail/sendmail.cf

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

for Postfix:
This rule is not applicable to postfix which does not use "log levels" in the same fashion as sendmail.

Fix Text

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