add transport_maps and local_recipient_maps

This commit is contained in:
nd 2021-03-08 14:17:50 +01:00
parent a46a165496
commit e8c607530a
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 6 additions and 1 deletions

View file

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