diff options
Diffstat (limited to 'conf/common.conf')
-rw-r--r-- | conf/common.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/common.conf b/conf/common.conf new file mode 100644 index 000000000..d00a42679 --- /dev/null +++ b/conf/common.conf @@ -0,0 +1,17 @@ +# A common rspamd configuration file + +lua = "$CONFDIR/lua/rspamd.lua" + +.include "$CONFDIR/metrics.conf" +.include "$CONFDIR/composites.conf" + +.include "$CONFDIR/statistic.conf" + +.include "$CONFDIR/modules.conf" + +# User local settings +.try_include "$CONFDIR/rspamd.conf.local" + +modules { + path = "$PLUGINSDIR/lua/" +} |