Skip to content

Instantly share code, notes, and snippets.

@mfurlend
Last active December 7, 2015 16:26
Show Gist options
  • Save mfurlend/699fd7f0a9b47c2d68f3 to your computer and use it in GitHub Desktop.
Save mfurlend/699fd7f0a9b47c2d68f3 to your computer and use it in GitHub Desktop.
Fix "Permission denied" when attempting to use sendmail (Centos) From https://access.redhat.com/articles/1763
chown root.smmsp /usr/sbin/sendmail.sendmail
chmod g+s /usr/sbin/sendmail.sendmail
chown smmsp.smmsp /var/spool/clientmqueue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment