From a91d0e79165c5876954d5570d2b550a660e8d013 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Thu, 14 Aug 2014 13:36:59 +0100 Subject: Improve clarity of sending foi+ mail to the pipe --- docs/installing/email.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'docs/installing/email.md') diff --git a/docs/installing/email.md b/docs/installing/email.md index 340ba90d9..a8370e3d9 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -134,17 +134,16 @@ In `/etc/postfix/main.cf` update the `mydestination` line (which determines what mydestination = example.com, localhost.localdomain, localhost -And, assuming you set -[`INCOMING_EMAIL_PREFIX`]({{ site.baseurl }}docs/customising/config/#incoming_email_prefix) -in `config/general` to "foi+", create `/etc/postfix/transports` with the following -command: +
+This guide assumes you have set INCOMING_EMAIL_PREFIX to foi+ in config/general.yml +
+ +Pipe all incoming mail where the `To:` address starts with `foi+` to the `alaveteli` pipe (`/var/www/alaveteli/script/mailin`, as specified in `/etc/postfix/master.cf` at the start of this section): cat > /etc/postfix/transports <