From 888524af9966c357e8e981b9ad8dbfbc1d753956 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 3 Feb 2019 19:30:18 +0000 Subject: [PATCH] Update INSTALL.TXT add chcon note for centos etc. --- INSTALL.TXT | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL.TXT b/INSTALL.TXT index fad3a9a7..9c4e8ed4 100644 --- a/INSTALL.TXT +++ b/INSTALL.TXT @@ -128,6 +128,9 @@ The easiest way to do this is $ mkdir -p /srv/postfixadmin/templates_c $ chown -R www-data /srv/postfixadmin/templates_c +(If you're using e.g. CentOS or another distribution which enables SELinux, something like the following may be necessary as well : +```chcon -R -t httpd_sys_content_rw_t /usr/share/postfixadmin/templates_c``` +) 5. Check settings, and create Admin user ----------------------------------------