diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2016-11-25 18:54:58 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-11-25 17:08:31 +0000 |
commit | 0d052d0578de9e3674bd66da6686dcd7f56b2cea (patch) | |
tree | 1e6761fac4a9afbf9f04b546414a40d533a9eae6 /testing/rspamd/rspamd.conf | |
parent | 64afb5ab10d6bdced5921588f38124df06eb3783 (diff) | |
download | aports-0d052d0578de9e3674bd66da6686dcd7f56b2cea.tar.bz2 aports-0d052d0578de9e3674bd66da6686dcd7f56b2cea.tar.xz |
testing/rspamd: upgrade to 1.4.0
Diffstat (limited to 'testing/rspamd/rspamd.conf')
-rw-r--r-- | testing/rspamd/rspamd.conf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/testing/rspamd/rspamd.conf b/testing/rspamd/rspamd.conf deleted file mode 100644 index fe737f981d..0000000000 --- a/testing/rspamd/rspamd.conf +++ /dev/null @@ -1,18 +0,0 @@ -.include "$CONFDIR/common.conf" - -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" |