Files
ansible-role-directadmin/templates/exim/strings.conf.custom.j2
2023-11-30 15:19:54 +13:00

13 lines
287 B
Django/Jinja

RBL_DNS_LIST==\
{% for rbl in directadmin_exim_rbl_list %}
{%- if not loop.last %}
{{ rbl }} : \
{% else %}
{{ rbl }}
{% endif %}
{% endfor %}
{% if directadmin_exim_ignore_smtp_line_length %}
IGNORE_SMTP_LINE_LENGTH_LIMIT=1
{% endif %}