1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-16 10:59:53 +02:00
Mailu/rspamd/conf/worker-controller.conf

12 lines
360 B
Plaintext
Raw Normal View History

2016-06-19 21:56:20 +02:00
worker {
bind_socket = "0.0.0.0:11334";
type = "controller";
count = 1;
password = "mailu";
2016-06-19 21:56:20 +02:00
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"
}