diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-14 13:58:51 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-14 15:01:50 +0100 |
commit | f5a4082831f5a7a3c5fd05d353dd7a01d4a9c0c0 (patch) | |
tree | a95e716d3de7163f8506ccd790f18c60aadb1686 /docs/installing/email.md | |
parent | 2e4ab894992af15144c6b5361ecc829611c9cbe6 (diff) |
Clarify what adding to /etc/postfix/transports is doing
Diffstat (limited to 'docs/installing/email.md')
-rw-r--r-- | docs/installing/email.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index 462da3c01..48b6f6174 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -231,15 +231,16 @@ Create a new pipe to handle replies: _Note:_ Replace `/var/www/alaveteli` with the correct path to alaveteli if required. -Next, add a line to `/etc/postfix/transports`: +Pipe mail sent to `user-support@example.com` to the `alaveteli_replies` pipe: + cat >> /etc/postfix/transports <<EOF /^user-support@*/ alaveteli_replies + EOF Finally, edit `/etc/aliases` to remove `user-support`: team: user@example.com, otheruser@example.com - #### Logging For the postfix logs to be successfully read by the script |