diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-07 11:45:30 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-07 11:50:34 +0100 |
commit | 8a6dcc922bc0595e7e56ce5d238e74e234b9e9d0 (patch) | |
tree | a2c3e2cdf46c72c307b998b4e38b0b735073ee5e /docs/installing/email.md | |
parent | bf11d24c927a1f60e78e43a3eb81a31a9a0088d3 (diff) |
Add recipient groups
Diffstat (limited to 'docs/installing/email.md')
-rw-r--r-- | docs/installing/email.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index 660967b3e..2eb2ddf51 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -68,6 +68,10 @@ following to `/etc/aliases`: # we don't care about delivery do-not-reply-to-this-address: :blackhole: +To set up recipient groups for the `team@` and `user-support@` email addresses at your domain, add alias records for them in `/etc/aliases` too: + + team: user@example.com, otheruser@example.com + user-support: team ### Logging |