diff options
Diffstat (limited to 'docs/installing/manual_install.md')
-rw-r--r-- | docs/installing/manual_install.md | 5 |
1 files changed, 4 insertions, 1 deletions
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 |