aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-08-07 13:53:06 +0100
committerLouise Crow <louise.crow@gmail.com>2014-08-08 10:24:07 +0100
commit793f2d3eac816012a1120dabf9639074fd3f4e06 (patch)
tree1f9f21c59621289cdefe7a1889074abd8400e742 /docs/installing
parent764eabca454e1914e76adcfbd15503a539e80a39 (diff)
Use alaveteli as the site user, consistent with other documentation.
Diffstat (limited to 'docs/installing')
-rw-r--r--docs/installing/email.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md
index 0e95285aa..697da009d 100644
--- a/docs/installing/email.md
+++ b/docs/installing/email.md
@@ -39,12 +39,12 @@ Install postfix.
DEBIAN_FRONTEND=noninteractive apt-get -qq -y install postfix >/dev/null
Now configure Postfix. For example, if the Unix user that is going to
-run your site is `www-data`, and the directory where Alaveteli is installed is
+run your site is `alaveteli`, and the directory where Alaveteli is installed is
`/var/www/alaveteli`, add the following line to
`/etc/postfix/master.cf`:
alaveteli unix - n n - 50 pipe
- flags=R user=www-data argv=/var/www/alaveteli/script/mailin
+ flags=R user=alaveteli argv=/var/www/alaveteli/script/mailin
The Unix user should have write permissions on the directory where Alaveteli is installed.
@@ -96,7 +96,7 @@ If you want to make use of the automatic bounce-message handling, then set the
add a new line to `/etc/postfix/master.cf`:
alaveteli_replies unix - n n - 50 pipe
- flags=R user=www-data argv=/var/www/alaveteli/script/handle-mail-replies
+ flags=R user=alaveteli argv=/var/www/alaveteli/script/handle-mail-replies
making sure to replace `/var/www/alaveteli` with the correct path to alaveteli if you're not running it from `/var/www/alaveteli`. Next, add a line to `/etc/postfix/transports`: