diff options
Diffstat (limited to 'conf/options.inc')
-rw-r--r-- | conf/options.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/options.inc b/conf/options.inc new file mode 100644 index 000000000..c13b1778f --- /dev/null +++ b/conf/options.inc @@ -0,0 +1,15 @@ +# 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; +} |