From 656cf5f34cda3abc2f514d28efd11ec9007989b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20=C5=A0egina?= Date: Sun, 19 Mar 2017 14:54:58 +0100 Subject: [PATCH] Mention address tags #542 --- docs/content/config/user-management/aliases.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/config/user-management/aliases.md b/docs/content/config/user-management/aliases.md index c64ade56..9563d457 100644 --- a/docs/content/config/user-management/aliases.md +++ b/docs/content/config/user-management/aliases.md @@ -24,3 +24,9 @@ Additional regexp aliases can be configured by placing them into `config/postfix ``` /^test[0-9][0-9]*@example.com/ qa@example.com ``` + +### Address tags as an alternative + +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