Added alias_maps as a separate option
Previously alias_maps was set to the same value as virtual_alias_maps, which behaves quite differently and generally does not make much sense.
This commit is contained in:
parent
6fc46ae4d1
commit
1a34983a35
2 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ postfix:
|
|||
- $alias_maps
|
||||
transport_maps: []
|
||||
sender_dependent_relayhost_maps: ''
|
||||
alias_maps: ''
|
||||
virtual_alias_maps: ''
|
||||
virtual_regex: []
|
||||
virtual_mailbox_domains: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue