aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rspamd/rspamd.worker_normal
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2016-01-20 20:43:52 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-01-21 06:43:21 +0000
commitdc22d5617cdda529193e753640e9647a6663f4c2 (patch)
treec81f62fd52270d95af0c1d1430dd6f528efc7272 /testing/rspamd/rspamd.worker_normal
parent7cce64aecb1610cbcae427843e6fdb2f96b210f0 (diff)
downloadaports-dc22d5617cdda529193e753640e9647a6663f4c2.tar.bz2
aports-dc22d5617cdda529193e753640e9647a6663f4c2.tar.xz
testing/rspamd: new aport
Rapid spam filtering system https://rspamd.com
Diffstat (limited to 'testing/rspamd/rspamd.worker_normal')
-rw-r--r--testing/rspamd/rspamd.worker_normal6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/rspamd/rspamd.worker_normal b/testing/rspamd/rspamd.worker_normal
new file mode 100644
index 000000000..72c86c06a
--- /dev/null
+++ b/testing/rspamd/rspamd.worker_normal
@@ -0,0 +1,6 @@
+worker {
+ bind_socket = "*:11333";
+ type = "normal";
+ mime = true;
+ task_timeout = 8s;
+}