diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-07-24 17:48:53 -0700 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-07-24 17:48:53 -0700 |
commit | 38dd269e9596e839856a7bd831c13dc76eaad6e1 (patch) | |
tree | 6c55713f34527c2e486f671f4d1acf88137a64e4 | |
parent | d59812d5769fbecbec47fdb5a537e29aaa579372 (diff) | |
download | rspamd-38dd269e9596e839856a7bd831c13dc76eaad6e1.tar.gz rspamd-38dd269e9596e839856a7bd831c13dc76eaad6e1.zip |
Update configuration.
-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; + } } |