aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-08-07 14:48:22 +0100
committerLouise Crow <louise.crow@gmail.com>2014-08-07 14:48:22 +0100
commit0f1f8d97ed0bda9da136c10b37f80aad3db77468 (patch)
treede1db0dc6fcbcab01a90c5b174520af69de80d3e /docs/installing
parent73ebe4cf8636d55e308758cf55df5708a9d50b52 (diff)
Just give a suggested example, don't refer to WDTK
Diffstat (limited to 'docs/installing')
-rw-r--r--docs/installing/email.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md
index d9dc7880a..563b98cb5 100644
--- a/docs/installing/email.md
+++ b/docs/installing/email.md
@@ -174,13 +174,14 @@ address to be filtered through
`script/handle-mail-replies`. Messages that are not bounces or
out-of-office autoreplies will be forwarded to
[`FORWARD_NONBOUNCE_RESPONSES_TO`]({{ site.baseurl }}docs/customising/config/#forward_nonbounce_responses_to).
-For example, in WhatDoTheyKnow the
-configuration looks like this:
+For example, you could add the following to `config/aliases`:
real_team: [a list of people on the team]
team: |/var/www/alaveteli/script/handle-mail-replies
-with `FORWARD_NONBOUNCE_RESPONSES_TO`: 'real_team@whatdotheyknow.com'`
+In your Alaveteli `config/general.yml` file you would have (replacing `example.com` with your domain):
+
+ FORWARD_NONBOUNCE_RESPONSES_TO: 'real_team@example.com'
Finally, make sure you have `dc_use_split_config='true'` in
`/etc/exim4/update-exim4.conf.conf` so that exim uses the files in `/etc/exim4/conf.d` to configure itself, and execute the command