Add instructions for securing the config file

This commit is contained in:
Sean Whalen
2019-02-05 11:51:58 -05:00
parent bd76344baa
commit 74dacf48fb

View File

@@ -951,6 +951,13 @@ Create a system user
sudo useradd parsedmarc -r -s /bin/false
Protect the ``parsedmarc`` configuration file from prying eyes
.. code-block:: bash
sudo chown parsedmarc:parsedmarc /etc/parsedmarc.ini
sudo chmod ug=r,o= /etc/parsedmarc.ini
Create the service configuration file
.. code-block:: bash