From 8c848d28ecf9d363bef5f6d4f0621345e6e1ec75 Mon Sep 17 00:00:00 2001 From: bitcoredotorg Date: Wed, 2 Mar 2016 09:47:20 -0500 Subject: [PATCH] Set selinux to allow httpd to sendmail --- doc/Installation/Installation-(RHEL-CentOS).md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/Installation/Installation-(RHEL-CentOS).md b/doc/Installation/Installation-(RHEL-CentOS).md index cc9cf82043..a52bc5417b 100644 --- a/doc/Installation/Installation-(RHEL-CentOS).md +++ b/doc/Installation/Installation-(RHEL-CentOS).md @@ -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**