ansible-role-postfix/templates/postfix/conf.d/bogus_mx.j2

8 lines
164 B
Plaintext
Raw Normal View History

2023-04-19 12:56:49 +02:00
### {{ ansible_managed }}
2023-04-19 11:33:01 +02:00
{% if postfix_bogus_mx is defined %}
{% for mx in postfix_bogus_mx %}
{{ "%-30s %s" | format(mx.src, mx.msg) }}
{% endfor %}
{% endif %}