add transport_maps functionnality

This commit is contained in:
Ludovic Cartier 2024-12-20 15:44:35 +01:00
parent 7f7f59b269
commit ef7d95e82f

View File

@ -50,3 +50,8 @@ smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
sender_dependent_relayhost_maps = hash:/etc/postfix/sender_relay
smtp_sender_dependent_authentication = yes
{% endif %}
{% if postfix_transport_maps is defined %}
transport_maps = hash:/etc/postfix/transport
smtp_sender_dependent_authentication = yes
{% endif %}