You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-15 00:05:11 +02:00
Make rspamd listen on 0.0.0.0, fix #179
(cherry picked from commit 9bac79692d
)
This commit is contained in:
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"
|
||||||
|
}
|
Reference in New Issue
Block a user