diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-03-17 21:57:23 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-03-17 21:57:23 +0000 |
commit | cc544380dd8034bdedbb51211a96cd6119546f7d (patch) | |
tree | 523ad30eb762d16035590a78f53f098d46c89532 /conf/options.inc | |
parent | a261edfcd621ffc5e310e49c6e8aef2502ab434d (diff) | |
parent | 63b38d572fd0bc2fe57daeaa51a03a5ef4c83fad (diff) | |
download | rspamd-cc544380dd8034bdedbb51211a96cd6119546f7d.tar.gz rspamd-cc544380dd8034bdedbb51211a96cd6119546f7d.zip |
Merge pull request #225 from fatalbanana/master
Try include rspamd.conf.local.override with high priority
Diffstat (limited to 'conf/options.inc')
-rw-r--r-- | conf/options.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/options.inc b/conf/options.inc new file mode 100644 index 000000000..85a69dca1 --- /dev/null +++ b/conf/options.inc @@ -0,0 +1,16 @@ +# Included from top-level .conf file + +filters = "chartable,dkim,spf,surbl,regexp,fuzzy_check"; +raw_mode = false; +one_shot = false; +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; +} +tempdir = "/tmp"; |