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:
parent
8d4b8d9810
commit
3789c20f9d
6
rspamd/conf/worker-normal.conf
Normal file
6
rspamd/conf/worker-normal.conf
Normal 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"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user