SV-220048r603265_rule
V-220048
SRG-OS-000480
GEN004580
CAT II
10
Remove .forward files from the system.
# rm .forward
Update the sendmail.cf file to ignore .forward files by adding
ForwardPath="".
Search for any .forward files on the system.
# find / -name .forward -print
This is considered a finding if any .forward files are found on the system.
V-220048
False
GEN004580
Search for any .forward files on the system.
# find / -name .forward -print
This is considered a finding if any .forward files are found on the system.
M
4060