mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #3134 from bitcoredotorg/patch-2
Set selinux to allow httpd to sendmail
This commit is contained in:
@@ -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**
|
||||
|
Reference in New Issue
Block a user