diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2016-03-24 10:52:39 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-03-25 12:00:05 +0000 |
commit | f59178b078a6ac2c3b3b073784c41d71e26cf8d1 (patch) | |
tree | f89b10d8b85f8f1310d007a4631657b1e4f78247 /testing/rspamd/rspamd.conf | |
parent | 1d8cbd4b6eab596588a5fa6fadbe505f67ca5563 (diff) | |
download | aports-f59178b078a6ac2c3b3b073784c41d71e26cf8d1.tar.bz2 aports-f59178b078a6ac2c3b3b073784c41d71e26cf8d1.tar.xz |
testing/rspamd: upgrade to 1.2.0
Diffstat (limited to 'testing/rspamd/rspamd.conf')
-rw-r--r-- | testing/rspamd/rspamd.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/rspamd/rspamd.conf b/testing/rspamd/rspamd.conf index 93c025c849..fe737f981d 100644 --- a/testing/rspamd/rspamd.conf +++ b/testing/rspamd/rspamd.conf @@ -3,12 +3,16 @@ options { pidfile = "$RUNDIR/rspamd.pid"; .include "$CONFDIR/options.inc" + .include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/options.inc" + .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/options.inc" } logging { type = "file"; filename = "$LOGDIR/rspamd.log"; .include "$CONFDIR/logging.inc" + .include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/logging.inc" + .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/logging.inc" } .include(glob=true) "$CONFDIR/worker.d/*.conf" |