Set selinux to allow httpd to sendmail

This commit is contained in:
bitcoredotorg
2016-03-02 09:47:20 -05:00
parent b2d2346962
commit 8c848d28ec

View File

@@ -285,6 +285,11 @@ First, create and chown the `rrd` directory and create the `logs` directory
restorecon -RFvv /opt/librenms/logs/
```
Set selinux to allow httpd to sendmail
```bash
setsebool -P httpd_can_sendmail=1
```
Start the web-server:
**CentOS 6**