## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}

{%- from "postfix/map.jinja" import postfix with context %}
{%- for key, value in postfix.config.transport.items() %}
{{ value.destination }} {{ value.endpoint }}
{%- endfor %}