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

CAT II (Medium)

The SMTP service HELP command must not be enabled.

Rule ID

SV-45863r2_rule

STIG

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

Version

V1R12

CCIs

CCI-000366

Discussion

The HELP command should be disabled to mask version information. The version of the SMTP service software could be used by attackers to target vulnerabilities present in specific software versions.

Check Content

Check if the sendmail package is installed:
# rpm –q sendmail

If sendmail is not installed, this check is not applicable.  
Check if Help is disabled.  This rule is for “sendmail” only and not applicable to “Postfix”.

Procedure:
# telnet <host> 25
> help

If the help command returns any sendmail version information, this is a finding.

Fix Text

To disable the SMTP HELP command, remove, rename or empty the /usr/lib/sendmail.d.helpfile file.

# echo > /usr/lib/sendmail.d/helpfile