You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Make rspamd listen on 0.0.0.0, fix #179
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