rspamd: fix used dns nameserver

This commit is contained in:
genofire 2020-07-27 12:46:53 +02:00
parent 8c33e03d8a
commit 6631d4fd99
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
dns {
nameserver = ["127.0.0.1:53:10"];
}