Last active
December 7, 2015 16:26
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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