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