SV-215415r508663_rule
V-215415
SRG-OS-000480-GPOS-00227
AIX7-00-003117
CAT II
10
Edit the "sendmail.cf" file and add or edit the following line:
O PrivacyOptions=goaway
Restart the "Sendmail" service:
# startsrc -s sendmail -a "-bd -q30m"
Check the "PrivacyOptions" parameter in "/etc/mail/sendmail.cf":
# grep -v "^#" /etc/mail/sendmail.cf |grep -i privacyoptions
The above command should yield the following output:
O PrivacyOptions=goaway
The "O PrivacyOptions" should have the "goaway" option (covering both noexpn and novrfy).
If the "O PrivacyOptions" value does not contain "goaway", this is a finding.
V-215415
False
AIX7-00-003117
Check the "PrivacyOptions" parameter in "/etc/mail/sendmail.cf":
# grep -v "^#" /etc/mail/sendmail.cf |grep -i privacyoptions
The above command should yield the following output:
O PrivacyOptions=goaway
The "O PrivacyOptions" should have the "goaway" option (covering both noexpn and novrfy).
If the "O PrivacyOptions" value does not contain "goaway", this is a finding.
M
4012