aports/testing/rspamd/rspamd.worker_normal
2016-03-25 12:00:05 +00:00

9 lines
261 B
Plaintext

worker {
bind_socket = "*:11333";
type = "normal";
mime = true;
task_timeout = 8s;
.include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/worker-normal.inc"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-normal.inc"
}