mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-17 20:57:54 +02:00
Have rspamd listen on ipv6 as well
This commit is contained in:
parent
4bdd8c1df5
commit
633d93aa8c
@ -1,5 +1,5 @@
|
||||
worker {
|
||||
bind_socket = "0.0.0.0:11334";
|
||||
bind_socket = "*:11334";
|
||||
type = "controller";
|
||||
count = 1;
|
||||
password = "mailu";
|
||||
|
@ -1,5 +1,5 @@
|
||||
worker {
|
||||
bind_socket = "0.0.0.0:11333";
|
||||
bind_socket = "*: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