Options recipient_canonical_maps and local_header_rewrite_clients
This commit is contained in:
parent
3162809647
commit
8e25214790
2 changed files with 5 additions and 0 deletions
|
|
@ -45,3 +45,5 @@ postfix:
|
||||||
smtpd_milters: []
|
smtpd_milters: []
|
||||||
non_smtpd_milters: []
|
non_smtpd_milters: []
|
||||||
metrics_address: "127.0.0.1:9154"
|
metrics_address: "127.0.0.1:9154"
|
||||||
|
recipient_canonical_maps: ''
|
||||||
|
local_header_rewrite_clients: ''
|
||||||
|
|
|
||||||
|
|
@ -140,3 +140,6 @@ non_smtpd_milters = {{ ' '.join(postfix.non_smtpd_milters) }}
|
||||||
# Disable all error reports to postmaster@, because they sometimes contain
|
# Disable all error reports to postmaster@, because they sometimes contain
|
||||||
# passwords or other confidential information
|
# passwords or other confidential information
|
||||||
notify_classes =
|
notify_classes =
|
||||||
|
|
||||||
|
recipient_canonical_maps = {{ postfix.recipient_canonical_maps }}
|
||||||
|
local_header_rewrite_clients = {{ postfix.local_header_rewrite_clients }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue