aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/installing/email.md2
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`: