mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-03-06 14:56:26 +00:00
6.0.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1034,6 +1034,11 @@ arrive.</p>
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo useradd parsedmarc -r -s /bin/false
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>Protect the <code class="docutils literal notranslate"><span class="pre">parsedmarc</span></code> configuration file from prying eyes</p>
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo chown parsedmarc:parsedmarc /etc/parsedmarc.ini
|
||||
sudo chmod <span class="nv">ug</span><span class="o">=</span>r,o<span class="o">=</span> /etc/parsedmarc.ini
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>Create the service configuration file</p>
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo nano /etc/systemd/system/parsedmarc.service
|
||||
</pre></div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user