diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-08 16:00:53 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-08 16:08:06 +0100 |
commit | e5c9314c924b67cb065ddfa14469373aa33c119d (patch) | |
tree | 2aa3f1f3e9fba74cfe3ea20dfc025419683eaf08 | |
parent | f9e4335341c1be42cb2fa23f54f2c0cbefe28949 (diff) |
Make bounce example more consistent with previous setup, clearer.
-rw-r--r-- | docs/installing/email.md | 8 |
1 files changed, 4 insertions, 4 deletions
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 |