aboutsummaryrefslogtreecommitdiffstats
path: root/community/rspamd/worker.conf.in
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.dk>2017-10-04 12:46:48 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-10-09 15:50:54 +0000
commitdd017b00960cc4c64788a3092d0b444eb592f341 (patch)
tree48da30cfb6dece02953f2b5f90c6fcdc29bd1135 /community/rspamd/worker.conf.in
parent0c2b89fb9b8889b59e0ff8e73182280894967e29 (diff)
downloadaports-dd017b00960cc4c64788a3092d0b444eb592f341.tar.bz2
aports-dd017b00960cc4c64788a3092d0b444eb592f341.tar.xz
community/rspamd: move from testing
Diffstat (limited to 'community/rspamd/worker.conf.in')
-rw-r--r--community/rspamd/worker.conf.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/rspamd/worker.conf.in b/community/rspamd/worker.conf.in
new file mode 100644
index 0000000000..d39c34976c
--- /dev/null
+++ b/community/rspamd/worker.conf.in
@@ -0,0 +1,6 @@
+worker {
+ bind_socket = "localhost:1133@port@";
+ .include "$CONFDIR/worker-@name@.inc"
+ .include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/worker-@name@.inc"
+ .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-@name@.inc"
+}