summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAli Alnubani <alialnu@mellanox.com>2019-10-21 15:06:24 +0000
committerStephen Finucane <stephen@that.guru>2019-11-30 15:26:28 +0000
commitf97f984ecf7b60690071fbbb7de356147a3f8764 (patch)
treee99a05984edb74e172613d1120f4a4fcffb3a262 /docs
parentac79e1f882097c32fa3b11598bda5bc6f36ced9f (diff)
downloadpatchwork-f97f984ecf7b60690071fbbb7de356147a3f8764.tar
patchwork-f97f984ecf7b60690071fbbb7de356147a3f8764.tar.gz
docs: Fix note about the required Postfix rights
The permissions for the user running the postfix process are not the ones used for external file or command delivery by default. The ones defined by default_privs are (in case the aliases(5) file that is owned by root was being used). A privileged user or the postfix owner should not be used in this case. See http://www.postfix.org/postconf.5.html#default_privs and local(8). Signed-off-by: Ali Alnubani <alialnu@mellanox.com> Reviewed-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs')
-rw-r--r--docs/deployment/installation.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/deployment/installation.rst b/docs/deployment/installation.rst
index f477a11..667a6a6 100644
--- a/docs/deployment/installation.rst
+++ b/docs/deployment/installation.rst
@@ -623,11 +623,11 @@ they can be loaded as seen below:
.. note::
- This assumes your Postfix process is running as the ``nobody`` user. If
- this is not correct (use of ``postfix`` user is also common), you should
- change both the username in the ``createuser`` command above and substitute
- the username in the ``grant-all-postgres.sql`` script with the appropriate
- alternative.
+ This assumes that you are using the aliases(5) file that is owned by root,
+ and that Postfix's ``default_privs`` configuration is set as ``nobody``. If
+ this is not the case, you should change both the username in the ``createuser``
+ command above and substitute the username in the ``grant-all.postgres.sql``
+ script with the appropriate alternative.
__ http://www.postfix.org/