aboutsummaryrefslogtreecommitdiffstats
path: root/conf/rspamd.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-11-21 16:20:45 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-11-21 16:20:45 +0000
commitac675792e2277deee495bf98f34045c4b3f4d954 (patch)
treef59a45e41d43e4b86d11195b644931edfdfc4cb9 /conf/rspamd.conf
parent3a790729df214dfb00d0d92f813819b23edb23fb (diff)
downloadrspamd-ac675792e2277deee495bf98f34045c4b3f4d954.tar.gz
rspamd-ac675792e2277deee495bf98f34045c4b3f4d954.zip
Add basics of the new configuration.
Diffstat (limited to 'conf/rspamd.conf')
-rw-r--r--conf/rspamd.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/rspamd.conf b/conf/rspamd.conf
new file mode 100644
index 000000000..bbfb12007
--- /dev/null
+++ b/conf/rspamd.conf
@@ -0,0 +1,17 @@
+# A common rspamd configuration file
+
+lua = "$CONFDIR/lua/rspamd.lua"
+
+.include "options.conf"
+.include "logging.conf"
+.include "metrics.conf"
+.include "workers.conf"
+.include "composites.conf"
+
+.icnlude "statistic.conf"
+
+.include "modules.conf"
+
+modules {
+ path = "$PLUGINSDIR/lua/"
+}