From a7cc8c509ae846afa23656a95c367c2ee73b7068 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Thu, 30 Apr 2015 14:53:50 +0100 Subject: Document adding alaveteli user to adm group. --- docs/installing/manual_install.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/installing/manual_install.md') diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index d4e2a6d17..e56c9f951 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -225,9 +225,12 @@ Refresh the sources after adding the extra repositories: ### Create Alaveteli User -Create a new linux user to run the Alaveteli application. +Create a new linux user to run the Alaveteli application. Add them to the 'adm' group +so that they can read the mail log files. adduser --quiet --disabled-password --gecos "Alaveteli" alaveteli + usermod -a -G adm alaveteli + ## Get Alaveteli -- cgit v1.2.3