Information
The access controls for /etc/mail/sendmail.cf are applied.
Rationale:
The /etc/mail/sendmail.cf file is used by the sendmail daemon to determine its default configuration. This file must be protected from unauthorized access and modifications.
Solution
Set the recommended permissions and ownership on /etc/mail/sendmail.cf:
chmod u=rw,g=r,o= /etc/mail/sendmail.cf
chown root.system /etc/mail/sendmail.cf
trustchk -u /etc/mail/sendmail.cf mode owner group
Default Value:
-rw-r--r-- root system sendmail.cf