diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-11-21 16:20:45 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-11-21 16:20:45 +0000 |
commit | ac675792e2277deee495bf98f34045c4b3f4d954 (patch) | |
tree | f59a45e41d43e4b86d11195b644931edfdfc4cb9 /conf/options.conf | |
parent | 3a790729df214dfb00d0d92f813819b23edb23fb (diff) | |
download | rspamd-ac675792e2277deee495bf98f34045c4b3f4d954.tar.gz rspamd-ac675792e2277deee495bf98f34045c4b3f4d954.zip |
Add basics of the new configuration.
Diffstat (limited to 'conf/options.conf')
-rw-r--r-- | conf/options.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/options.conf b/conf/options.conf new file mode 100644 index 000000000..b074c5556 --- /dev/null +++ b/conf/options.conf @@ -0,0 +1,14 @@ +# Basic options + +options { + pidfile = "$RUNDIR/rspamd.pid"; + filters = "chartable,dkim,spf,surbl,regexp"; + raw_mode = false; + one_shot = false; + dns_timeout = 1s; + dns_retransmits = 5; + cache_file = "$DBDIR/symbols.cache"; + map_watch_interval = 1min; + dynamic_conf = "$DBDIR/rspamd_dynamic"; + history_file = "$DBDIR/rspamd.history"; +} |