Skip to content

Commit

Permalink
Make rspamd listen on 0.0.0.0, fix Mailu#179
Browse files Browse the repository at this point in the history
(cherry picked from commit 9bac796)
  • Loading branch information
kaiyou committed May 27, 2017
1 parent 8d4b8d9 commit 3789c20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rspamd/conf/worker-normal.conf
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 3789c20

Please sign in to comment.