1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-21 19:19:39 +02:00
Mailu/rspamd/conf/worker-normal.conf
Pierre Jaury 3789c20f9d Make rspamd listen on 0.0.0.0, fix #179
(cherry picked from commit 9bac79692d0054b29ff7acdca5450f812db96948)
2017-05-27 21:56:48 +02:00

7 lines
264 B
Plaintext

worker {
bind_socket = "0.0.0.0:11333";
.include "$CONFDIR/worker-normal.inc"
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/worker-normal.inc"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-normal.inc"
}