SV-220046r603265_rule
V-220046
SRG-OS-000480
GEN004540
CAT II
10
To disable the SMTP HELP command, clear the Sendmail help file.
# echo > /etc/mail/helpfile
Check if Help is disabled in Sendmail.
Procedure:
# telnet <host> 25
> help
If the help command returns any Sendmail version information, this is a finding.
If telnet is unavailable for testing, check the value of the HelpFile parameter in the sendmail.cf file.
# grep HelpFile /etc/mail/sendmail.cf
If the contents of the file indicated by the HelpFile parameter contains any Sendmail version information, this is a finding.
V-220046
False
GEN004540
Check if Help is disabled in Sendmail.
Procedure:
# telnet <host> 25
> help
If the help command returns any Sendmail version information, this is a finding.
If telnet is unavailable for testing, check the value of the HelpFile parameter in the sendmail.cf file.
# grep HelpFile /etc/mail/sendmail.cf
If the contents of the file indicated by the HelpFile parameter contains any Sendmail version information, this is a finding.
M
4060