check default value httpd sendmail
if you want show all httpd
/usr/sbin/getsebool -a | grep httpd
see below if it's off let change to on
httpd_can_sendmail --> off
httpd_can_network_connect --> off to on
credit CentOS selinux Booleans
#/usr/sbin/getsebool -a | grep httpd_can_sendmail
if you want show all httpd
/usr/sbin/getsebool -a | grep httpd
see below if it's off let change to on
httpd_can_sendmail --> off
#setsebool -P httpd_can_sendmail onor
#setsebool -P httpd_can_sendmail 1if you want allowed to make a connection over the network let change
httpd_can_network_connect --> off to on
credit CentOS selinux Booleans
Comments
Post a Comment