From cd916ab67bc58cee9f27ba6b343ec245ed7e91cb Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Mon, 18 Aug 2014 12:41:56 +0100 Subject: Improve clarity of exim bounce handling --- docs/installing/email.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'docs/installing') diff --git a/docs/installing/email.md b/docs/installing/email.md index c5bfba130..25ce73727 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -237,11 +237,22 @@ _Note:_ Replace `/var/www/alaveteli` with the correct path to alaveteli if requi #### Filter incoming messages to admin addresses -As described in ['Other mail']({{site.baseurl}}docs/installing/email#other-mail) you can make use of the script that filters mail to [`TRACK_SENDER_EMAIL`]({{site.baseurl}}docs/customising/config/#track_sender_email) and [`CONTACT_EMAIL`]({{site.baseurl}}docs/customising/config/#contact_email) for bounce messages before delivering it to your admin team. -To do this, for a `general.yml` file -that sets those addresses to `user-support@example.com` and -[`FORWARD_NONBOUNCE_RESPONSES_TO`]({{site.baseurl}}docs/customising/config/#forward_nonbounce_responses_to) to -`team@example.com`, update the `user-support` line in `/var/www/alaveteli/config/aliases`: +You can make use of Alaveteli's [automatic bounce handling]({{site.baseurl}}docs/installing/email/#automatic-bounce-handling-optional) to filter bounces sent to [`TRACK_SENDER_EMAIL`]({{site.baseurl}}docs/customising/config/#track_sender_email) +and [`CONTACT_EMAIL`]({{site.baseurl}}docs/customising/config/#contact_email). + +
+This guide assumes you have set the following in config/general.yml: + + + +Change the examples below to the addresses you have configured. +
+ +Change the `user-support` line in `/var/www/alaveteli/config/aliases`: user-support: |/var/www/alaveteli/script/handle-mail-replies -- cgit v1.2.3