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: []
|
||||
|
|
@ -39,4 +42,4 @@ postfix:
|
|||
postfixmaps: []
|
||||
add_header_checks: []
|
||||
smtpd_milters: []
|
||||
non_smtpd_milters: []
|
||||
non_smtpd_milters: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue