From: Vsevolod Stakhov Date: Fri, 25 Jul 2014 00:48:53 +0000 (-0700) Subject: Update configuration. X-Git-Tag: 0.7.0~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38dd269e9596e839856a7bd831c13dc76eaad6e1;p=thirdparty%2Frspamd.git Update configuration. --- diff --git a/conf/options.conf b/conf/options.conf index 1dd1ebfb82..3565673e52 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; + } }