diff --git a/tasks/rspamd.yml b/tasks/rspamd.yml index 4df2809..0e4e37e 100644 --- a/tasks/rspamd.yml +++ b/tasks/rspamd.yml @@ -24,6 +24,7 @@ src: "rspamd/{{ item }}" dest: "/etc/rspamd/local.d/{{ item }}" with_items: + - options.inc - arc.conf - classifier-bayes.conf - dkim_signing.conf diff --git a/templates/rspamd/options.inc b/templates/rspamd/options.inc new file mode 100644 index 0000000..2674b3c --- /dev/null +++ b/templates/rspamd/options.inc @@ -0,0 +1,3 @@ +dns { + nameserver = ["127.0.0.1:53:10"]; +}