Install the proper rspamd modules on top of Alpine
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
worker {
|
||||
bind_socket = "*:11334";
|
||||
type = "controller";
|
||||
count = 1;
|
||||
password = "mailu";
|
||||
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"
|
||||
}
|
||||
3
services/rspamd/conf/worker-controller.inc
Normal file
3
services/rspamd/conf/worker-controller.inc
Normal file
@@ -0,0 +1,3 @@
|
||||
bind_socket = "*:11334";
|
||||
password = "mailu";
|
||||
secure_ip = "{{ FRONT_ADDRESS }}";
|
||||
@@ -1,5 +0,0 @@
|
||||
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"
|
||||
}
|
||||
@@ -1,7 +1,4 @@
|
||||
bind_socket = "*:11332";
|
||||
type = "proxy";
|
||||
milter = yes;
|
||||
timeout = 120s;
|
||||
upstream "local" {
|
||||
default = yes;
|
||||
self_scan = yes;
|
||||
Reference in New Issue
Block a user