rspamd/debian/workers.conf
2014-10-15 17:29:01 +01:00

13 lines
238 B
Plaintext

worker {
type = "normal";
bind_socket = "systemd:0";
mime = true;
}
worker {
type = "controller";
bind_socket = "systemd:1";
count = 1;
password = "q1";
secure_ip = "127.0.0.1";
static_dir = "${WWWDIR}";
}