I think this is the correct place to put this, rather than in StackOverflow
Either way, we have a CentOS 6.6 server. SElinux isn't allowing us to enable httpd_can_sendmail
I've tried this....
sudo setsebool -P httpd_can_sendmail on
I then get this
/usr/sbin/getsebool httpd_can_sendmail
httpd_can_sendmail --> off
I tried with this too
sudo setsebool -P httpd_can_sendmail 1
sudo setsebool -P httpd_can_sendmail true
sudo setsebool -P httpd_can_sendmail on