From 19355761c6f387b2142fc32f4cd302bb70bcfa26 Mon Sep 17 00:00:00 2001 From: arneke Date: Mon, 27 Mar 2017 00:15:28 +0200 Subject: [PATCH] Expanded recipient delimiter description because the referenced blog post does not cover Dovecot LDA --- docs/content/config/user-management/aliases.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/content/config/user-management/aliases.md b/docs/content/config/user-management/aliases.md index 9563d457..2bf3107a 100644 --- a/docs/content/config/user-management/aliases.md +++ b/docs/content/config/user-management/aliases.md @@ -29,4 +29,9 @@ Additional regexp aliases can be configured by placing them into `config/postfix Postfix supports address tags - i.e. address+tag@example.com will end up at address@example.com. This is configured by default and the (configurable) separator is set to `+`. -For more info, see [How to use Address Tagging (user+tag@example.com) with Postfix](https://www.stevejenkins.com/blog/2011/03/how-to-use-address-tagging-usertagexample-com-with-postfix/). \ No newline at end of file +For more info, see [How to use Address Tagging (user+tag@example.com) with Postfix](https://www.stevejenkins.com/blog/2011/03/how-to-use-address-tagging-usertagexample-com-with-postfix/). + +Note that if you do decide to change the configurable separator, you must add the same line to *both* `config/postfix-main.cf` and `config/dovecot.cf`, because Dovecot is acting as the delivery agent. For example, to switch to `-`, add +``` +recipient_delimiter = - +```