1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-16 10:59:53 +02:00
Mailu/core/rspamd/conf/worker-controller.inc

8 lines
154 B
PHP
Raw Normal View History

type = "controller";
bind_socket = "*:11334";
password = "mailu";
2022-09-01 15:08:26 +02:00
secure_ip = "{{ SUBNET }}";
{%- if SUBNET6 %}
secure_ip = "{{ SUBNET6 }}";
{%- endif %}