rspamd/conf/rspamd.conf

21 lines
414 B
Plaintext
Raw Normal View History

2013-11-21 17:20:45 +01:00
# A common rspamd configuration file
lua = "$CONFDIR/lua/rspamd.lua"
2013-11-24 23:11:34 +01:00
.include "$CONFDIR/options.conf"
.include "$CONFDIR/logging.conf"
.include "$CONFDIR/metrics.conf"
.include "$CONFDIR/workers.conf"
.include "$CONFDIR/composites.conf"
2013-11-21 17:20:45 +01:00
2013-11-24 23:11:34 +01:00
.include "$CONFDIR/statistic.conf"
2013-11-21 17:20:45 +01:00
2013-11-24 23:11:34 +01:00
.include "$CONFDIR/modules.conf"
2013-11-21 17:20:45 +01:00
# User local settings
2014-02-03 12:38:04 +01:00
.try_include "$CONFDIR/rspamd.conf.local"
2013-11-21 17:20:45 +01:00
modules {
path = "$PLUGINSDIR/lua/"
}