1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-28 03:56:43 +02:00

Make rspamd listen on 0.0.0.0, fix #179

(cherry picked from commit 9bac79692d0054b29ff7acdca5450f812db96948)
This commit is contained in:
Pierre Jaury 2017-04-09 17:01:23 +02:00 committed by kaiyou
parent 8d4b8d9810
commit 3789c20f9d

View File

@ -0,0 +1,6 @@
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"
}