1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-09-29 11:41:18 +02:00

Updated Configure Aliases (markdown)

This commit is contained in:
柯十六夜 2016-12-15 03:19:31 +08:00
parent 8cb5509a19
commit 0d7cd4f775

@ -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