rspamd: fix used dns nameserver
This commit is contained in:
parent
8c33e03d8a
commit
6631d4fd99
|
@ -24,6 +24,7 @@
|
||||||
src: "rspamd/{{ item }}"
|
src: "rspamd/{{ item }}"
|
||||||
dest: "/etc/rspamd/local.d/{{ item }}"
|
dest: "/etc/rspamd/local.d/{{ item }}"
|
||||||
with_items:
|
with_items:
|
||||||
|
- options.inc
|
||||||
- arc.conf
|
- arc.conf
|
||||||
- classifier-bayes.conf
|
- classifier-bayes.conf
|
||||||
- dkim_signing.conf
|
- dkim_signing.conf
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
dns {
|
||||||
|
nameserver = ["127.0.0.1:53:10"];
|
||||||
|
}
|
Loading…
Reference in New Issue