Options recipient_canonical_maps and local_header_rewrite_clients

This commit is contained in:
Julian Rother 2022-04-26 01:58:30 +02:00
parent 3162809647
commit 8e25214790
No known key found for this signature in database
GPG key ID: 2F811E2338EE029B
2 changed files with 5 additions and 0 deletions

View file

@ -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: ''

View file

@ -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 }}