add transport_maps functionnality
This commit is contained in:
parent
7f7f59b269
commit
ef7d95e82f
@ -50,3 +50,8 @@ smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
|
|||||||
sender_dependent_relayhost_maps = hash:/etc/postfix/sender_relay
|
sender_dependent_relayhost_maps = hash:/etc/postfix/sender_relay
|
||||||
smtp_sender_dependent_authentication = yes
|
smtp_sender_dependent_authentication = yes
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if postfix_transport_maps is defined %}
|
||||||
|
transport_maps = hash:/etc/postfix/transport
|
||||||
|
smtp_sender_dependent_authentication = yes
|
||||||
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user