add transport_maps and local_recipient_maps
This commit is contained in:
parent
a46a165496
commit
e8c607530a
2 changed files with 6 additions and 1 deletions
|
|
@ -10,6 +10,9 @@ postfix:
|
|||
relay_transport: smtp
|
||||
relayhost: ''
|
||||
relay_domains: []
|
||||
local_recipient_maps:
|
||||
- $alias_maps
|
||||
transport_maps: []
|
||||
sender_dependent_relayhost_maps: ''
|
||||
virtual_alias_maps: ''
|
||||
virtual_regex: []
|
||||
|
|
|
|||
|
|
@ -50,7 +50,9 @@ alias_maps = {{ postfix.virtual_alias_maps }}
|
|||
relayhost = {{ postfix.relayhost }}
|
||||
relay_domains = {{ postfix.relay_domains|join(', ') }}
|
||||
relay_transport = {{ postfix.relay_transport }}
|
||||
transport_maps = {{ postfix.transport_maps|join(', ') }}
|
||||
sender_dependent_relayhost_maps = {{ postfix.sender_dependent_relayhost_maps }}
|
||||
local_recipient_maps = {{ postfix.local_recipient_maps|join(', ') }}
|
||||
|
||||
mailbox_size_limit = 0
|
||||
recipient_delimiter = +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue