From a860ad612eed6762d0de24075c95b538b8ed9f53 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Thu, 14 Aug 2014 13:15:12 +0100 Subject: Use cat to append to /etc/postfix/master.cf --- docs/installing/email.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/installing') diff --git a/docs/installing/email.md b/docs/installing/email.md index d2b842e86..a7f302de6 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -107,11 +107,12 @@ This section shows an example of how to set up your MTA if you're using If the Unix user that is going to run your site is `alaveteli`, and the directory where Alaveteli is installed is -`/var/www/alaveteli`, add the following line to -`/etc/postfix/master.cf`: +`/var/www/alaveteli`, create the pipe that will receive request mail: + cat >> /etc/postfix/master.cf <