aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Zverev <andrej.zverev@gmail.com>2014-02-01 18:50:38 +0400
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-02-01 07:17:59 -0800
commite5bb9795dfe0a6816223de9bcd7836d453f3285c (patch)
tree82c5132e28b01070aa1aea2a6ada8e23d0e0c298
parentae4176d67db9b0323dc55f25c6be2d8de06d4bff (diff)
downloadrspamd-e5bb9795dfe0a6816223de9bcd7836d453f3285c.tar.gz
rspamd-e5bb9795dfe0a6816223de9bcd7836d453f3285c.zip
Allow override system predefined settings without touching .conf files
from distribution.
-rw-r--r--conf/rspamd.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/rspamd.conf b/conf/rspamd.conf
index 0ee49e553..6345fb6f8 100644
--- a/conf/rspamd.conf
+++ b/conf/rspamd.conf
@@ -12,6 +12,9 @@ lua = "$CONFDIR/lua/rspamd.lua"
.include "$CONFDIR/modules.conf"
+# User local settings
+.try_include "$CONFDIR/rspamd.conf.local
+
modules {
path = "$PLUGINSDIR/lua/"
}