From 6273d565d43fe19bd7b90d38ea3ce8678822d030 Mon Sep 17 00:00:00 2001 From: Alex Puiu Date: Thu, 19 Dec 2019 15:39:49 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3f3947..8f8b044 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,11 @@ The email address is composed like: This app requires cURL, imap and Postfix. ### Set up Postfix for incoming email You can setup Posfix mail server folowing the instructions on [Posfix setup](https://docs.gitlab.com/ee/administration/reply_by_email_postfix_setup.html) .
-After setup, add "+" delimiter using the command: sudo postconf -e "recipient_delimiter = +", used to separe the user from the board in the email address (Example: incoming+boardname@server.domain) +After setup, add "+" delimiter (which separe the user from the board in the email address) using the command:
+``` +sudo postconf -e "recipient_delimiter = +" +``` + ### Download and install Clone this repository into ### NC new user