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.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/rspamd/rspamd.conf b/testing/rspamd/rspamd.conf
new file mode 100644
index 0000000000..93c025c849
--- /dev/null
+++ b/testing/rspamd/rspamd.conf
@@ -0,0 +1,14 @@
+.include "$CONFDIR/common.conf"
+
+options {
+ pidfile = "$RUNDIR/rspamd.pid";
+ .include "$CONFDIR/options.inc"
+}
+
+logging {
+ type = "file";
+ filename = "$LOGDIR/rspamd.log";
+ .include "$CONFDIR/logging.inc"
+}
+
+.include(glob=true) "$CONFDIR/worker.d/*.conf"