Initial commit

This commit is contained in:
2023-11-30 15:19:54 +13:00
commit 3c0ab7279f
25 changed files with 1205 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
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 %}