You've already forked ansible-role-directadmin
Initial commit
This commit is contained in:
12
templates/exim/strings.conf.custom.j2
Normal file
12
templates/exim/strings.conf.custom.j2
Normal 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 %}
|
||||
Reference in New Issue
Block a user