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