Run the rspamd controller

This commit is contained in:
Pierre Jaury
2016-06-19 21:56:20 +02:00
parent b5e68a41cb
commit 5c5e3d5d2f
2 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
worker {
bind_socket = "0.0.0.0:11334";
type = "controller";
count = 1;
password = "q1";
secure_ip = "127.0.0.1";
secure_ip = "::1";
static_dir = "${WWWDIR}";
.include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/worker-controller.inc"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-controller.inc"
}