From 0d7cd4f7750071541cc8092443ad37a72bd930af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=AF=E5=8D=81=E5=85=AD=E5=A4=9C?= Date: Thu, 15 Dec 2016 03:19:31 +0800 Subject: [PATCH] Updated Configure Aliases (markdown) --- docs/content/config/user-management/aliases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/config/user-management/aliases.md b/docs/content/config/user-management/aliases.md index 5f45d6d6..c64ade56 100644 --- a/docs/content/config/user-management/aliases.md +++ b/docs/content/config/user-management/aliases.md @@ -19,7 +19,7 @@ Example: ### Configuring regexp aliases -Additional regexp aliases can be configured by placing them into config/postfix-regexp.cf. The regexp aliases get evaluated after the virtual aliases (postfix-virtual.cf). For example, the following config/postfix-regexp.cf causes all email to "test" users to be delivered to qa@example.com: +Additional regexp aliases can be configured by placing them into `config/postfix-regexp.cf`. The regexp aliases get evaluated after the virtual aliases (postfix-virtual.cf). For example, the following `config/postfix-regexp.cf` causes all email to "test" users to be delivered to qa@example.com: ``` /^test[0-9][0-9]*@example.com/ qa@example.com