diff options
Diffstat (limited to 'docs')
-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 |