From 9ab118fd017d2ec8464a404d7b7774402ced2f4e Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Thu, 14 Aug 2014 13:42:45 +0100 Subject: Use cat to append to /etc/aliases --- docs/installing/email.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/installing') 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 <