diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/options.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/conf/options.conf b/conf/options.conf index 1dd1ebfb8..3565673e5 100644 --- a/conf/options.conf +++ b/conf/options.conf @@ -5,11 +5,14 @@ options { filters = "chartable,dkim,spf,surbl,regexp,fuzzy_check"; raw_mode = false; one_shot = false; - dns_timeout = 1s; - dns_sockets = 16; - dns_retransmits = 5; cache_file = "$DBDIR/symbols.cache"; map_watch_interval = 1min; dynamic_conf = "$DBDIR/rspamd_dynamic"; history_file = "$DBDIR/rspamd.history"; + check_all_filters = false; + dns { + timeout = 1s; + sockets = 16; + retransmits = 5; + } } |