From e5c9314c924b67cb065ddfa14469373aa33c119d Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Fri, 8 Aug 2014 16:00:53 +0100 Subject: Make bounce example more consistent with previous setup, clearer. --- docs/installing/email.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/installing/email.md') diff --git a/docs/installing/email.md b/docs/installing/email.md index 0a954302c..07254dea2 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -201,12 +201,12 @@ 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`: - /^team@*/ alaveteli_replies + /^user-support@*/ alaveteli_replies -Finally, edit `/etc/aliases` to replace `team` with `real_team`: +Finally, edit `/etc/aliases` to remove `user-support`: + + team: user@example.com, otheruser@example.com - real_team: user@example.com, otheruser@example.com - user-support: team #### Logging -- cgit v1.2.3