aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rspamd/rspamd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/rspamd/rspamd.conf')
-rw-r--r--testing/rspamd/rspamd.conf18
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"