diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-18 13:04:06 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-18 16:41:34 +0100 |
commit | cc220919d57a3fdf3cf4e878ed29b9ffdd293599 (patch) | |
tree | f9348acf3fcc8c56b56026a3474f126cbe1ab632 | |
parent | b5a2e10d49e59a025900304868ca3922553c7936 (diff) |
Less typing
-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 1cc7f9ec3..7c347414b 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -216,8 +216,10 @@ _Note:_ Replace `/var/www/alaveteli` with the correct path to alaveteli if requi To set up recipient groups for the `team@` and `user-support@` email addresses at your domain, add alias records for them in `/var/www/alaveteli/config/aliases` + cat >> /var/www/alaveteli/config/aliases <<EOF team: user@example.com, otheruser@example.com user-support: team + EOF #### Discard unwanted incoming email |