STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 1 hour ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to IBM AIX 7.x Security Technical Implementation Guide

V-215417

CAT II (Medium)

The SMTP service HELP command must not be enabled on AIX.

Rule ID

SV-215417r991589_rule

STIG

IBM AIX 7.x Security Technical Implementation Guide

Version

V3R2

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

Run the following command to get the "HELP" file location:
# grep "^O HelpFile" /etc/mail/sendmail.cf

The above command should yield the following output:
O HelpFile=/etc/mail/helpfile

If the above command does not yield any output, this is not a finding.

The "HELP" file should be referenced by the "HelpFile" option.
 
Check to see if the "HELP" file exists:
# ls <helpfile_path>

If the "HELP" file exists, this is a finding.

Fix Text

To disable the SMTP service HELP command remove the HELP file using command:
# rm <helpfile_path>