This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/rspamd/local.d/worker-proxy.inc
T
2022-04-05 01:36:29 +02:00

8 lines
124 B
PHP

bind_socket = "localhost:11332";
milter = yes;
timeout = 120s;
upstream "local" {
default = yes;
self_scan = yes;
}