diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-14 13:42:45 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-14 14:58:29 +0100 |
commit | 9ab118fd017d2ec8464a404d7b7774402ced2f4e (patch) | |
tree | 20b60154de6b5639a93b69454a891b113c0aa9db /docs/installing/email.md | |
parent | b6a09f0539b470d0c5d6b45f34bb8d574765d4e6 (diff) |
Use cat to append to /etc/aliases
Diffstat (limited to 'docs/installing/email.md')
-rw-r--r-- | docs/installing/email.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index aaebdfb75..4b114a68f 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -187,8 +187,10 @@ The `@example.com` domain is set in the `mydestination` as above. This should be To set up recipient groups for the `postmaster@`, `team@` and `user-support@` email addresses at your domain, add alias records for them in `/etc/aliases`: + cat >> /etc/aliases <<EOF team: user@example.com, otheruser@example.com user-support: team + EOF You should also configure postfix to discard any messages sent to the [`BLACKHOLE_PREFIX`]({{ site.baseurl }}docs/customising/config/#blackhole_prefix) address, whose default value is `do-not-reply-to-this-address`. For example, add the following to `/etc/aliases`: |