This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Enable DNSSEC for resolver in rspamd
andryyy
8 years ago
parent
b296ee4424
commit
61da76db4e
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
data/conf/rspamd/local.d/options.inc
+ 3
- 0
data/conf/rspamd/local.d/options.inc
View File
@@ -0,0 +1,3 @@
+dns {
+ enable_dnssec = true;
+}