1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-02-05 13:25:19 +02:00

9 lines
200 B
PHP

bind_socket = "rspamd:9900";
milter = true;
upstream {
name = "localhost";
default = true;
hosts = "rspamd:11333"
}
.include(try=true; priority=20) "$CONFDIR/override.d/worker-proxy.custom.inc"