Merge pull request #3134 from bitcoredotorg/patch-2

Set selinux to allow httpd to sendmail
This commit is contained in:
Neil Lathwood
2016-03-02 14:49:27 +00:00

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**