You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
229 B
Plaintext
6 lines
229 B
Plaintext
7 years ago
|
worker "rspamd_proxy" {
|
||
|
bind_socket = "*:11332";
|
||
|
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/worker-proxy.inc"
|
||
|
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-proxy.inc"
|
||
8 years ago
|
}
|