You've already forked ansible-role-rspamd
Initial Commit
This commit is contained in:
10
templates/etc/rspamd/local.d/options.inc.j2
Normal file
10
templates/etc/rspamd/local.d/options.inc.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
|
||||
{% if rspamd_dns_server is defined and rspamd_dns_servers | length > 0 %}
|
||||
dns {
|
||||
nameserver = "{{ rspamd_dns_server }}";
|
||||
}
|
||||
{% endif %}
|
||||
enable_test_patterns = true;
|
||||
Reference in New Issue
Block a user