# {{ ansible_managed }}
{% for option, value in postfix_full_config.items() %}
{{ option }} = {{ value }}
{% endfor %}